Skip to content

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-h0wb7-rq7xzWARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-wlhn7-8zgjs 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-wlhn7-8zgjs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-wlhn7-8zgjs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-wlhn7-8zgjs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, 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-wlhn7-8zgjs
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-wlhn7-8zgjs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-wlhn7-8zgjs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-wlhn7-8zgjs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, 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:2079)
	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:2079)
	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:2079)
	at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:136)
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-wlhn7-8zgjs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-wlhn7-8zgjs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-wlhn7-8zgjs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, 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:753)
	at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97)
	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-wlhn7-wjkkp 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-wlhn7-wjkkp" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-wlhn7-wjkkp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-wlhn7-wjkkp" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, 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-wlhn7-wjkkp
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-wlhn7-wjkkp" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-wlhn7-wjkkp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-wlhn7-wjkkp" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, 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:2079)
	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:2079)
	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:2079)
	at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:136)
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-wlhn7-wjkkp" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-wlhn7-wjkkp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-wlhn7-wjkkp" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, 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:753)
	at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97)
	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-wlhn7-4vn18 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-wlhn7-4vn18" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-wlhn7-4vn18, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-wlhn7-4vn18" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, 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-wlhn7-4vn18
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-wlhn7-4vn18" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-wlhn7-4vn18, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-wlhn7-4vn18" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, 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:2079)
	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:2079)
	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:2079)
	at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:136)
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-wlhn7-4vn18" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-wlhn7-4vn18, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-wlhn7-4vn18" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, 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:753)
	at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:97)
	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-wlhn7-g8ncg
Agent el-master-agent-pod-wlhn7-g8ncg is provisioned from template el-master-agent-pod-wlhn7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/job/eclipselink-cb-master/879/"
    runUrl: "job/eclipselink-cb-master/879/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "3d62520732501e7b9e0bcd1206f227b6ebd57128"
    jenkins/label: "el-master-agent-pod"
  name: "el-master-agent-pod-wlhn7-g8ncg"
  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-wlhn7-g8ncg"
    - name: "JENKINS_NAME"
      value: "el-master-agent-pod-wlhn7-g8ncg"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    name: "jnlp"
    resources:
      limits:
        memory: "4Gi"
        cpu: "2"
      requests:
        memory: "4Gi"
        cpu: "1"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - command:
    - "cat"
    image: "rfelcman/el-build:2.0.3"
    name: "el-build"
    resources:
      limits:
        memory: "12Gi"
        cpu: "6"
      requests:
        memory: "12Gi"
        cpu: "5.5"
    tty: true
    volumeMounts:
    - mountPath: "/opt/tools"
      name: "tools"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/repository"
      name: "m2-repo"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir: {}
    name: "m2-repo"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - name: "tools"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-eclipselink"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on el-master-agent-pod-wlhn7-g8ncg in /home/jenkins/agent/workspace/eclipselink-cb-master
[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-master # 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 f194e68fa0461568024ab143e1706207931f37ba (refs/remotes/origin/master)
 > 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/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f194e68fa0461568024ab143e1706207931f37ba # timeout=10
Commit message: "Jakarta Persistence 3.2 - CriteriaQuery test fix"
 > git rev-list --no-walk 1f0cf759092beb031ccc2e5a6950f239f15b5b55 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Init)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] git
The recommended git tool is: git
No credentials specified
Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@e661f3b2; decorates RemoteLauncher[hudson.remoting.Channel@4ee0e3c9:JNLP4-connect connection from 10.40.61.164/10.40.61.164:55338] 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 f194e68fa0461568024ab143e1706207931f37ba (refs/remotes/origin/master)
 > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/eclipselink-cb-master/.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/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f194e68fa0461568024ab143e1706207931f37ba # timeout=10
Commit message: "Jakarta Persistence 3.2 - CriteriaQuery test fix"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master f194e68fa0461568024ab143e1706207931f37ba # timeout=10
 > git rev-list --no-walk 1f0cf759092beb031ccc2e5a6950f239f15b5b55 # 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.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 21.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-21/21.0.2
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.9/project-1.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.9/project-1.0.9.pom (16 kB at 61 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.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.13/nexus-staging-maven-plugin-1.6.13.pom (9.1 kB at 762 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/maven/nexus-staging/1.6.13/nexus-staging-1.6.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.13/nexus-staging-1.6.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.13/nexus-staging-1.6.13.pom (2.8 kB at 276 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.13/nexus-maven-plugins-1.6.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.13/nexus-maven-plugins-1.6.13.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.13/nexus-maven-plugins-1.6.13.pom (19 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/buildsupport/public-parent/32/public-parent-32.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/32/public-parent-32.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/32/public-parent-32.pom (1.5 kB at 82 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/buildsupport/buildsupport/32/buildsupport-32.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/32/buildsupport-32.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/32/buildsupport-32.pom (36 kB at 2.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/maven/nexus-common/1.6.13/nexus-common-1.6.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.13/nexus-common-1.6.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.13/nexus-common-1.6.13.pom (2.2 kB at 171 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 212 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 680 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 560 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 261 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 522 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 643 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/14.0.1/guava-14.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 489 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 160 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 166 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.pom (2.7 kB at 222 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 1.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/21/maven-parent-21.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 5.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/10/apache-10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 3.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (3.8 kB at 346 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 142 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 1.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 399 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.pom (1.6 kB at 102 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 361 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 158 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 253 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 120 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 92 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 74 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 249 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 1.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 475 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 534 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 420 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.pom (3.7 kB at 335 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.pom (2.5 kB at 154 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 51 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 4.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 451 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.pom (1.8 kB at 102 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.pom (6.4 kB at 455 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.pom (2.3 kB at 94 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.pom (1.9 kB at 90 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 104 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 459 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.pom (2.8 kB at 282 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 142 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 132 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 172 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 207 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.pom (1.7 kB at 62 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.2/wagon-2.2.pom (16 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.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.2/maven-plugin-annotations-3.2.pom (1.6 kB at 148 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.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.2/maven-plugin-tools-3.2.pom (17 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/22/maven-parent-22.pom
[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.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/11/apache-11.pom
[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 823 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 175 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.0/maven-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/15/maven-parent-15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 2.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/6/apache-6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 984 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.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.15.1-02/nexus-client-core-2.15.1-02.pom (4.9 kB at 307 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/nexus-components/2.15.1-02/nexus-components-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.15.1-02/nexus-components-2.15.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.15.1-02/nexus-components-2.15.1-02.pom (2.6 kB at 84 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/nexus-parent/2.15.1-02/nexus-parent-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.15.1-02/nexus-parent-2.15.1-02.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.15.1-02/nexus-parent-2.15.1-02.pom (42 kB at 3.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom (760 B at 76 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom (24 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.15.1-02/nexus-buildsupport-all-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.15.1-02/nexus-buildsupport-all-2.15.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.15.1-02/nexus-buildsupport-all-2.15.1-02.pom (6.5 kB at 380 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.15.1-02/nexus-buildsupport-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.15.1-02/nexus-buildsupport-2.15.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.15.1-02/nexus-buildsupport-2.15.1-02.pom (2.2 kB at 167 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.15.1-02/nexus-buildsupport-commons-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.15.1-02/nexus-buildsupport-commons-2.15.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.15.1-02/nexus-buildsupport-commons-2.15.1-02.pom (3.1 kB at 182 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.15.1-02/nexus-buildsupport-db-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.15.1-02/nexus-buildsupport-db-2.15.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.15.1-02/nexus-buildsupport-db-2.15.1-02.pom (3.2 kB at 108 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.15.1-02/nexus-buildsupport-gwt-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.15.1-02/nexus-buildsupport-gwt-2.15.1-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.15.1-02/nexus-buildsupport-gwt-2.15.1-02.pom (2.2 kB at 157 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.15.1-02/nexus-buildsupport-httpclient-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.15.1-02/nexus-buildsupport-httpclient-2.15.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.15.1-02/nexus-buildsupport-httpclient-2.15.1-02.pom (2.1 kB at 153 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.15.1-02/nexus-buildsupport-insight-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.15.1-02/nexus-buildsupport-insight-2.15.1-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.15.1-02/nexus-buildsupport-insight-2.15.1-02.pom (2.9 kB at 242 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.15.1-02/nexus-buildsupport-maven-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.15.1-02/nexus-buildsupport-maven-2.15.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.15.1-02/nexus-buildsupport-maven-2.15.1-02.pom (7.1 kB at 641 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.15.1-02/nexus-buildsupport-messaging-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.15.1-02/nexus-buildsupport-messaging-2.15.1-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.15.1-02/nexus-buildsupport-messaging-2.15.1-02.pom (6.1 kB at 404 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.15.1-02/nexus-buildsupport-shiro-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.15.1-02/nexus-buildsupport-shiro-2.15.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.15.1-02/nexus-buildsupport-shiro-2.15.1-02.pom (3.4 kB at 286 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.15.1-02/nexus-buildsupport-bouncycastle-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.15.1-02/nexus-buildsupport-bouncycastle-2.15.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.15.1-02/nexus-buildsupport-bouncycastle-2.15.1-02.pom (2.3 kB at 189 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.15.1-02/nexus-buildsupport-jetty-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.15.1-02/nexus-buildsupport-jetty-2.15.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.15.1-02/nexus-buildsupport-jetty-2.15.1-02.pom (4.6 kB at 185 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.15.1-02/nexus-buildsupport-goodies-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.15.1-02/nexus-buildsupport-goodies-2.15.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.15.1-02/nexus-buildsupport-goodies-2.15.1-02.pom (4.2 kB at 193 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.15.1-02/nexus-buildsupport-groovy-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.15.1-02/nexus-buildsupport-groovy-2.15.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.15.1-02/nexus-buildsupport-groovy-2.15.1-02.pom (3.1 kB at 165 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.15.1-02/nexus-buildsupport-guice-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.15.1-02/nexus-buildsupport-guice-2.15.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.15.1-02/nexus-buildsupport-guice-2.15.1-02.pom (3.7 kB at 281 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.15.1-02/nexus-buildsupport-logging-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.15.1-02/nexus-buildsupport-logging-2.15.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.15.1-02/nexus-buildsupport-logging-2.15.1-02.pom (3.3 kB at 275 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.15.1-02/nexus-buildsupport-osgi-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.15.1-02/nexus-buildsupport-osgi-2.15.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.15.1-02/nexus-buildsupport-osgi-2.15.1-02.pom (2.0 kB at 170 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.15.1-02/nexus-buildsupport-other-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.15.1-02/nexus-buildsupport-other-2.15.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.15.1-02/nexus-buildsupport-other-2.15.1-02.pom (7.3 kB at 522 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.15.1-02/nexus-buildsupport-plexus-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.15.1-02/nexus-buildsupport-plexus-2.15.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.15.1-02/nexus-buildsupport-plexus-2.15.1-02.pom (4.5 kB at 139 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.15.1-02/nexus-buildsupport-rest-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.15.1-02/nexus-buildsupport-rest-2.15.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.15.1-02/nexus-buildsupport-rest-2.15.1-02.pom (5.1 kB at 146 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.15.1-02/nexus-buildsupport-testing-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.15.1-02/nexus-buildsupport-testing-2.15.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.15.1-02/nexus-buildsupport-testing-2.15.1-02.pom (5.5 kB at 461 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.15.1-02/nexus-buildsupport-metrics-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.15.1-02/nexus-buildsupport-metrics-2.15.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.15.1-02/nexus-buildsupport-metrics-2.15.1-02.pom (3.0 kB at 213 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.15.1-02/nexus-restlet1x-model-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.15.1-02/nexus-restlet1x-model-2.15.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.15.1-02/nexus-restlet1x-model-2.15.1-02.pom (3.5 kB at 320 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.15.1-02/nexus-plugins-restlet1x-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.15.1-02/nexus-plugins-restlet1x-2.15.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.15.1-02/nexus-plugins-restlet1x-2.15.1-02.pom (6.2 kB at 619 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/plugins/nexus-plugins/2.15.1-02/nexus-plugins-2.15.1-02.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.15.1-02/nexus-plugins-2.15.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.15.1-02/nexus-plugins-2.15.1-02.pom (32 kB at 2.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 249 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 783 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 33 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (1.2 kB at 91 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.pom (16 kB at 1.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/52/commons-parent-52.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 2.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/23/apache-23.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom (18 kB at 576 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.pom (24 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/xstream/xstream-parent/1.4.19/xstream-parent-1.4.19.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.19/xstream-parent-1.4.19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.19/xstream-parent-1.4.19.pom (43 kB at 2.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.pom (24 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 35 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/joda-time/joda-time/2.2/joda-time-2.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom (16 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 5.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/17/commons-parent-17.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 7.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/7/apache-7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/47/commons-parent-47.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 6.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/19/apache-19.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 1.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 620 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/39/commons-parent-39.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 6.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/16/apache-16.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 616 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/siesta/siesta-client/1.8/siesta-client-1.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.8/siesta-client-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.8/siesta-client-1.8.pom (1.8 kB at 107 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/siesta/siesta/1.8/siesta-1.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.8/siesta-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.8/siesta-1.8.pom (12 kB at 671 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 84 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 kB at 2.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.pom (2.1 kB at 178 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 219 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (10 kB at 945 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/jvnet-parent/1/jvnet-parent-1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 277 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 524 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (6.7 kB at 669 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (6.2 kB at 621 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (3.6 kB at 223 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 472 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 2.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/21/apache-21.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 2.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.pom (5.0 kB at 2.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.15/httpcomponents-core-4.4.15.pom (13 kB at 1.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom (1.2 kB at 98 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/siesta/siesta-jackson/1.8/siesta-jackson-1.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.8/siesta-jackson-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.8/siesta-jackson-1.8.pom (2.6 kB at 196 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.pom (6.1 kB at 507 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom (7.4 kB at 3.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/43/oss-parent-43.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/43/oss-parent-43.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/43/oss-parent-43.pom (24 kB at 7.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.pom (5.5 kB at 503 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-base/2.13.2/jackson-base-2.13.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.2/jackson-base-2.13.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.2/jackson-base-2.13.2.pom (9.9 kB at 898 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom (17 kB at 868 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.pom (17 kB at 1.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2.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.13.2/jackson-jaxrs-json-provider-2.13.2.pom (4.4 kB at 437 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.13.2/jackson-jaxrs-providers-2.13.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.13.2/jackson-jaxrs-providers-2.13.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.13.2/jackson-jaxrs-providers-2.13.2.pom (5.6 kB at 559 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.pom (2.1 kB at 147 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.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.13.2/jackson-module-jaxb-annotations-2.13.2.pom (3.7 kB at 263 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/module/jackson-modules-base/2.13.2/jackson-modules-base-2.13.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-base/2.13.2/jackson-modules-base-2.13.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-base/2.13.2/jackson-modules-base-2.13.2.pom (3.4 kB at 163 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.pom (13 kB at 516 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.3/jakarta.xml.bind-api-parent-2.3.3.pom (9.0 kB at 346 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 513 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom (5.3 kB at 212 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/all/1.2.2/all-1.2.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/all/1.2.2/all-1.2.2.pom (15 kB at 607 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom (4.6 kB at 183 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/all/1.2.1/all-1.2.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/all/1.2.1/all-1.2.1.pom (18 kB at 724 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom (12 kB at 464 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/inject/javax.inject/1/javax.inject-1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 31 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom (4.6 kB at 383 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 69 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 kB at 2.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (4.5 kB at 405 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom (11 kB at 764 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (2.6 kB at 200 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.pom (4.2 kB at 298 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-parent/1.2.11/logback-parent-1.2.11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.2.11/logback-parent-1.2.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.2.11/logback-parent-1.2.11.pom (19 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.pom (9.7 kB at 570 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/maven/nexus-common/1.6.13/nexus-common-1.6.13.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/14.0.1/guava-14.0.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.1-02.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.15.1-02/nexus-restlet1x-model-2.15.1-02.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/intellij/annotations/9.0.4/annotations-9.0.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/joda-time/joda-time/2.2/joda-time-2.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.6/commons-lang-2.6.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/siesta/siesta-client/1.8/siesta-client-1.8.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/siesta/siesta-jackson/1.8/siesta-jackson-1.8.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.13.2/jackson-jaxrs-json-provider-2.13.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 148 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/inject/javax.inject/1/javax.inject-1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/2.3.3/jakarta.xml.bind-api-2.3.3.jar (116 kB at 310 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar (44 kB at 113 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.13/nexus-staging-maven-plugin-1.6.13.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.13/nexus-staging-maven-plugin-1.6.13.jar (251 kB at 11 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.13/nexus-common-1.6.13.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/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.13/nexus-common-1.6.13.jar (16 kB at 754 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.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 770 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.jar (49 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/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-artifact/3.0.4/maven-artifact-3.0.4.jar (52 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 1.2 MB/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/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 310 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/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (204 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-compat/3.0.4/maven-compat-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 5.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.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 4.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.4/maven-settings-3.0.4.jar (47 kB at 648 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.4/maven-model-builder-3.0.4.jar (151 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-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0.4/maven-compat-3.0.4.jar (281 kB at 3.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.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 2.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.4/maven-aether-provider-3.0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.4/maven-settings-builder-3.0.4.jar (41 kB at 511 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.4/maven-repository-metadata-3.0.4.jar (30 kB at 371 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/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 26 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.4/maven-core-3.0.4.jar (559 kB at 6.3 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/apache/maven/maven-aether-provider/3.0.4/maven-aether-provider-3.0.4.jar (56 kB at 635 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.2/wagon-provider-api-2.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 173 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.2/maven-plugin-annotations-3.2.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 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.1-02.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 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.15.1-02/nexus-restlet1x-model-2.15.1-02.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 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar (15 kB at 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.15.1-02/nexus-client-core-2.15.1-02.jar (216 kB at 2.1 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/sonatype/nexus/plugins/nexus-restlet1x-model/2.15.1-02/nexus-restlet1x-model-2.15.1-02.jar (162 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.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 303 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.2/wagon-provider-api-2.2.jar (53 kB at 496 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 381 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/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 90 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/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar (30 kB at 254 kB/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/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 61 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.8.0/commons-io-2.8.0.jar (285 kB at 2.4 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.19/xstream-1.4.19.jar (633 kB at 5.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.8/siesta-client-1.8.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.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.8/siesta-common-1.8.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.4 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/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 1.9 MB/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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.8/siesta-common-1.8.jar (11 kB at 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.8/siesta-client-1.8.jar (20 kB at 151 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 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-jackson/1.8/siesta-jackson-1.8.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 113 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.8/siesta-jackson-1.8.jar (6.3 kB at 44 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.2/jackson-annotations-2.13.2.jar (76 kB at 505 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.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 3.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.13.2/jackson-jaxrs-json-provider-2.13.2.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 867 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.13.2/jackson-jaxrs-base-2.13.2.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 396 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.13.2/jackson-module-jaxb-annotations-2.13.2.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.13.2/jackson-jaxrs-json-provider-2.13.2.jar (16 kB at 100 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.13.2/jackson-jaxrs-base-2.13.2.jar (31 kB at 195 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.2/jackson-core-2.13.2.jar (375 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.13.2/jackson-module-jaxb-annotations-2.13.2.jar (36 kB at 212 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.15/httpcore-4.4.15.jar (328 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar (17 kB at 89 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/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 13 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 1.9 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/com/fasterxml/jackson/core/jackson-databind/2.13.2.2/jackson-databind-2.13.2.2.jar (1.5 MB at 8.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.24/plexus-utils-3.0.24.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 621 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/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 140 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 256 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 3.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 1.2 MB/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 440 kB/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 296 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.jar (449 kB at 2.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.jar (232 kB at 1.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ojdbc-bom/23.3.0.23.09/ojdbc-bom-23.3.0.23.09.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc-bom/23.3.0.23.09/ojdbc-bom-23.3.0.23.09.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc-bom/23.3.0.23.09/ojdbc-bom-23.3.0.23.09.pom (7.2 kB at 450 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom (5.6 kB at 171 kB/s)
[INFO] Inspecting build with total of 135 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 135 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] EclipseLink Parent                                                 [pom]
[INFO] EclipseLink Hermes Parser                                          [jar]
[INFO] EclipseLink Core                                                   [jar]
[INFO] EclipseLink JSON Extension                                         [jar]
[INFO] EclipseLink Oracle Extension                                       [jar]
[INFO] EclipseLink Core Test Framework                                    [jar]
[INFO] EclipseLink PostgreSQL Extension                                   [jar]
[INFO] EclipseLink MOXy                                                   [jar]
[INFO] EclipseLink JPA                                                    [jar]
[INFO] EclipseLink JPA Test Framework                                     [jar]
[INFO] EclipseLink JPA Model Generator                                    [jar]
[INFO] EclipseLink JPA-RS Server                                          [jar]
[INFO] EclipseLink JPA-RS                                                 [jar]
[INFO] EclipseLink Core Test                                              [jar]
[INFO] EclipseLink CORBA Extension                                        [jar]
[INFO] EclipseLink Extension                                              [jar]
[INFO] EclipseLink NoSQL Extension                                        [jar]
[INFO] EclipseLink MOXy XJC                                               [jar]
[INFO] EclipseLink DBWS                                                   [jar]
[INFO] EclipseLink SDO                                                    [jar]
[INFO] EclipseLink DBWS Builder                                           [jar]
[INFO] EclipseLink Package Rename Utility                                 [jar]
[INFO] EclipseLink Oracle NoSQL Extension                                 [jar]
[INFO] EclipseLink Bundles Parent                                         [pom]
[INFO] EclipseLink Bundles MOXy standalone                                [pom]
[INFO] EclipseLink Bundles eclipselink.jar (non-OSGi)                     [jar]
[INFO] EclipseLink Bundles tests                                          [jar]
[INFO] EclipseLink Test Server Parent                                     [pom]
[INFO] EclipseLink JPA Test                                               [jar]
[INFO] EclipseLink Bundles Other                                          [jar]
[INFO] EclipseLink Bundles P2 Site                                        [pom]
[INFO] EclipseLink Test Server Parent                                     [pom]
[INFO] EclipseLink SDO Test Server                                        [jar]
[INFO] EclipseLink JPA JSE Test                                           [jar]
[INFO] EclipseLink JPA Spring Test                                        [jar]
[INFO] EclipseLink JPA WDF Test                                           [jar]
[INFO] EclipseLink Oracle Extension Test                                  [jar]
[INFO] EclipseLink DBWS Test Oracle                                       [jar]
[INFO] EclipseLink DBWS Builder Test Oracle                               [jar]
[INFO] EclipseLink DBWS Builder Test Oracle Server                        [jar]
[INFO] EclipseLink Package Signature Compare Utility                      [jar]
[INFO] Persistence TestApps                                               [pom]
[INFO] Test - advanced                                                    [jar]
[INFO] Test - advanced2                                                   [jar]
[INFO] Test - advanced.additionalcriteria                                 [jar]
[INFO] Test - cacheable                                                   [jar]
[INFO] Test - advanced.fetchgroup                                         [jar]
[INFO] Test - metamodel                                                   [jar]
[INFO] Test - xml.cacheable                                               [jar]
[INFO] Test - advanced.cacheimpl                                          [jar]
[INFO] Test - advanced.cascadepersist                                     [jar]
[INFO] Test - advanced.compositepk                                        [jar]
[INFO] Test - advanced.derivedid                                          [jar]
[INFO] Test - advanced.customer                                           [jar]
[INFO] Test - advanced.embeddable                                         [jar]
[INFO] Test - advanced.multitenant                                        [jar]
[INFO] Test - beanvalidation                                              [jar]
[INFO] Test - beanvalidation.dynamic                                      [jar]
[INFO] Test - cascadedeletes                                              [jar]
[INFO] Test - complexaggregate                                            [jar]
[INFO] Test - composite.advanced.common                                   [jar]
[INFO] Test - composite.advanced.member_1                                 [jar]
[INFO] Test - composite.advanced.member_2                                 [jar]
[INFO] Test - composite.advanced.member_3                                 [jar]
[INFO] Test - composite.advanced                                          [jar]
[INFO] Test - advanced.inheritance                                        [jar]
[INFO] Test - advanced.inherited                                          [jar]
[INFO] Test - criteria                                                    [jar]
[INFO] Test - datatypes                                                   [jar]
[INFO] Test - datetime                                                    [jar]
[INFO] Test - ddlgeneration                                               [jar]
[INFO] Test - lob                                                         [jar]
[INFO] Test - delimited                                                   [jar]
[INFO] Test - diagnostic                                                  [jar]
[INFO] Test - extensibility                                               [jar]
[INFO] Test - fetchgroups                                                 [jar]
[INFO] Test - fieldaccess.advanced                                        [jar]
[INFO] Test - fieldaccess.relationships                                   [jar]
[INFO] Test - identity                                                    [jar]
[INFO] Test - jpaadvancedproperties                                       [jar]
[INFO] Test - relationships                                               [jar]
[INFO] Test - jpql                                                        [jar]
[INFO] Test - jta                                                         [jar]
[INFO] Test - performance                                                 [jar]
[INFO] Test - memory                                                      [jar]
[INFO] Test - metamodel.aspectj                                           [jar]
[INFO] Test - orphanremoval                                               [jar]
[INFO] Test - partitioned                                                 [jar]
[INFO] Test - performance2                                                [jar]
[INFO] Test - Jakarta Persistence 3.2                                     [jar]
[INFO] Test - privateowned                                                [jar]
[INFO] Test - pu with spaces                                              [jar]
[INFO] Test - remote                                                      [jar]
[INFO] Test - sessionbean                                                 [jar]
[INFO] Test - sessionbean.ha                                              [jar]
[INFO] Test - validation                                                  [jar]
[INFO] Test - weaving                                                     [jar]
[INFO] Test - xml.composite.advanced.common                               [jar]
[INFO] Test - xml.composite.advanced.member_1                             [jar]
[INFO] Test - xml.composite.advanced.member_2                             [jar]
[INFO] Test - xml.composite.advanced.member_3                             [jar]
[INFO] Test - xml.composite.advanced                                      [jar]
[INFO] Test - xml.advanced                                                [jar]
[INFO] Test - xml.extended.advanced                                       [jar]
[INFO] Test - xml.extended.advanced.additionalcriteria                    [jar]
[INFO] Test - xml.extended.advanced.fetchgroup                            [jar]
[INFO] Test - xml.extended.complexaggregate                               [jar]
[INFO] Test - xml.inheritance                                             [jar]
[INFO] Test - xml.extended.inheritance                                    [jar]
[INFO] Test - xml.relationships                                           [jar]
[INFO] Test - xml.extended.relationships                                  [jar]
[INFO] Test - xml.extended.composite.advanced.member_1                    [jar]
[INFO] Test - xml.extended.composite.advanced.member_2                    [jar]
[INFO] Test - xml.extended.composite.advanced.member_3                    [jar]
[INFO] Test - xml.extended.composite.advanced                             [jar]
[INFO] Test - xml.merge.advanced                                          [jar]
[INFO] Test - xml.merge.incompletemappings.nonowning                      [jar]
[INFO] Test - xml.merge.incompletemappings.owning                         [jar]
[INFO] Test - xml.merge.inherited                                         [jar]
[INFO] Test - xml.merge.relationships                                     [jar]
[INFO] Test - xml.advanced.multitenant                                    [jar]
[INFO] Test - xml.inherited                                               [jar]
[INFO] Test - xml.metadatacomplete                                        [jar]
[INFO] Test - xml.relationships.unidirectional                            [jar]
[INFO] Test - xml.xmlmetadatacomplete                                     [jar]
[INFO] Test - nativeapi                                                   [jar]
[INFO] Persistence TestApps - NoSQL                                       [pom]
[INFO] Test - nosql.mongo                                                 [jar]
[INFO] Persistence TestApps - Oracle DB                                   [pom]
[INFO] Test - oracle.customfeatures                                       [jar]
[INFO] Test - oracle.dcn                                                  [jar]
[INFO] Test - oracle.partitioned                                          [jar]
[INFO] Test - oracle.plsql                                                [jar]
[INFO] Test - oracle.proxyauthentication                                  [jar]
[INFO] Test - oracle.timestamptz                                          [jar]
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.parent >-------
[INFO] Building EclipseLink Parent 5.0.0-SNAPSHOT                       [1/135]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.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.5.0/build-helper-maven-plugin-3.5.0.pom (7.4 kB at 370 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/mojo-parent/77/mojo-parent-77.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/77/mojo-parent-77.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/77/mojo-parent-77.pom (36 kB at 2.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom (5.6 kB at 565 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.5.0/build-helper-maven-plugin-3.5.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.5.0/build-helper-maven-plugin-3.5.0.jar (71 kB at 6.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/maven-bundle-plugin/5.1.9/maven-bundle-plugin-5.1.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.9/maven-bundle-plugin-5.1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.9/maven-bundle-plugin-5.1.9.pom (11 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/felix-parent/7/felix-parent-7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/7/felix-parent-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/7/felix-parent-7.pom (21 kB at 2.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/maven-bundle-plugin/5.1.9/maven-bundle-plugin-5.1.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.9/maven-bundle-plugin-5.1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.9/maven-bundle-plugin-5.1.9.jar (211 kB at 9.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.pom (7.7 kB at 774 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer/3.4.1/enforcer-3.4.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.4.1/enforcer-3.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.4.1/enforcer-3.4.1.pom (9.1 kB at 245 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/40/maven-parent-40.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/40/maven-parent-40.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/40/maven-parent-40.pom (49 kB at 4.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/30/apache-30.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/30/apache-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/30/apache-30.pom (23 kB at 2.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.jar (39 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.pom (22 kB at 2.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom (7.4 kB at 735 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/41/maven-parent-41.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/41/maven-parent-41.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/41/maven-parent-41.pom (50 kB at 6.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/31/apache-31.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/31/apache-31.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/31/apache-31.pom (24 kB at 2.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.jar (510 kB at 19 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/maven-checkstyle-plugin-3.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/maven-checkstyle-plugin-3.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/maven-checkstyle-plugin-3.3.1.pom (15 kB at 520 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/40/maven-plugins-40.pom (8.1 kB at 577 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/maven-checkstyle-plugin-3.3.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/maven-checkstyle-plugin-3.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.1/maven-checkstyle-plugin-3.3.1.jar (99 kB at 9.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-assembly-plugin/3.7.1/maven-assembly-plugin-3.7.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.7.1/maven-assembly-plugin-3.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.7.1/maven-assembly-plugin-3.7.1.pom (15 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-assembly-plugin/3.7.1/maven-assembly-plugin-3.7.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.7.1/maven-assembly-plugin-3.7.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.7.1/maven-assembly-plugin-3.7.1.jar (240 kB at 20 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.pom (18 kB at 2.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.6.1/maven-dependency-plugin-3.6.1.jar (191 kB at 13 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.pom (3.6 kB at 228 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/pom/kuali-maven/2.2.6/kuali-maven-2.2.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-maven/2.2.6/kuali-maven-2.2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-maven/2.2.6/kuali-maven-2.2.6.pom (4.0 kB at 90 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/pom/kuali-common/2.2.6/kuali-common-2.2.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/2.2.6/kuali-common-2.2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/2.2.6/kuali-common-2.2.6.pom (40 kB at 4.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/pom/kuali-pom/2.2.6/kuali-pom-2.2.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/2.2.6/kuali-pom-2.2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/2.2.6/kuali-pom-2.2.6.pom (59 kB at 2.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.jar (36 kB at 3.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-surefire-report-plugin/3.2.5/maven-surefire-report-plugin-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/3.2.5/maven-surefire-report-plugin-3.2.5.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.2.5/maven-surefire-report-plugin-3.2.5.pom (8.1 kB at 734 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire/3.2.5/surefire-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.2.5/surefire-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.2.5/surefire-3.2.5.pom (22 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (5.6 kB at 626 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-surefire-report-plugin/3.2.5/maven-surefire-report-plugin-3.2.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/3.2.5/maven-surefire-report-plugin-3.2.5.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.2.5/maven-surefire-report-plugin-3.2.5.jar (45 kB at 2.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.pom (6.7 kB at 749 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 674 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/39/maven-parent-39.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 2.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/29/apache-29.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom (21 kB at 2.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.jar (32 kB at 3.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/cyclonedx/cyclonedx-maven-plugin/2.7.9/cyclonedx-maven-plugin-2.7.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/cyclonedx/cyclonedx-maven-plugin/2.7.9/cyclonedx-maven-plugin-2.7.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/cyclonedx/cyclonedx-maven-plugin/2.7.9/cyclonedx-maven-plugin-2.7.9.pom (17 kB at 948 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/cyclonedx/cyclonedx-maven-plugin/2.7.9/cyclonedx-maven-plugin-2.7.9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/cyclonedx/cyclonedx-maven-plugin/2.7.9/cyclonedx-maven-plugin-2.7.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/cyclonedx/cyclonedx-maven-plugin/2.7.9/cyclonedx-maven-plugin-2.7.9.jar (45 kB at 2.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-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-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.pom (13 kB at 840 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-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-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.jar (58 kB at 957 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.pom (7.8 kB at 710 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.1.1/maven-install-plugin-3.1.1.jar (31 kB at 2.6 MB/s)
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.parent ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom (8.7 kB at 4.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/13/plexus-13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/13/plexus-13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/13/plexus-13.pom (27 kB at 2.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 499 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom (4.5 kB at 499 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 489 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/36/maven-parent-36.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 5.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/26/apache-26.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom (21 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 514 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/8/plexus-8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 877 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 2.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 566 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar (192 kB at 48 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar (36 kB at 3.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 19 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 20 MB/s)
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.parent ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.pom (3.8 kB at 250 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.pom (4.3 kB at 427 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 199 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 2.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 135 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom (8.8 kB at 974 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/10/plexus-10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 3.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom (31 kB at 2.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/58/commons-parent-58.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/58/commons-parent-58.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/58/commons-parent-58.pom (83 kB at 3.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom (16 kB at 1.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom (20 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.jar (14 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (269 kB at 18 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 9.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar (632 kB at 35 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.jar (145 kB at 7.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar (361 kB at 16 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar (484 kB at 17 MB/s)
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.parent ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/puppycrawl/tools/checkstyle/10.15.0/checkstyle-10.15.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.15.0/checkstyle-10.15.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.15.0/checkstyle-10.15.0.pom (235 kB at 11 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 346 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/info/picocli/picocli/4.7.5/picocli-4.7.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.7.5/picocli-4.7.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.7.5/picocli-4.7.5.pom (1.4 kB at 69 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.pom (3.6 kB at 142 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr4-master/4.13.1/antlr4-master-4.13.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.13.1/antlr4-master-4.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.13.1/antlr4-master-4.13.1.pom (4.8 kB at 344 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 1.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/34/commons-parent-34.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 5.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/13/apache-13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/33.1.0-jre/guava-33.1.0-jre.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/33.1.0-jre/guava-33.1.0-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/33.1.0-jre/guava-33.1.0-jre.pom (9.1 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/33.1.0-jre/guava-parent-33.1.0-jre.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/33.1.0-jre/guava-parent-33.1.0-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/33.1.0-jre/guava-parent-33.1.0-jre.pom (19 kB at 1.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.pom (3.3 kB at 304 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 599 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 127 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 612 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/errorprone/error_prone_annotations/2.26.1/error_prone_annotations-2.26.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.26.1/error_prone_annotations-2.26.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.26.1/error_prone_annotations-2.26.1.pom (4.3 kB at 425 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/errorprone/error_prone_parent/2.26.1/error_prone_parent-2.26.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.26.1/error_prone_parent-2.26.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.26.1/error_prone_parent-2.26.1.pom (13 kB at 547 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.pom (5.1 kB at 562 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/reflections/reflections/0.10.2/reflections-0.10.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.pom (9.3 kB at 717 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom (11 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 639 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 767 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4.pom (4.2 kB at 324 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.pom (2.6 kB at 76 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom (5.8 kB at 386 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom (14 kB at 659 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom (32 kB at 3.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom (3.8 kB at 140 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom (10 kB at 734 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom (3.5 kB at 206 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0.pom (2.1 kB at 140 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.pom (4.4 kB at 337 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.12.0/doxia-1.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.12.0/doxia-1.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.12.0/doxia-1.12.0.pom (18 kB at 606 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/34/maven-parent-34.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 3.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.pom (1.5 kB at 118 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.pom (1.5 kB at 171 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom (3.0 kB at 296 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 601 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 360 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 636 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xbean/xbean/3.7/xbean-3.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 1.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 305 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 2.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 68 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 3.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-text/1.3/commons-text-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/45/commons-parent-45.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom (73 kB at 3.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/42/commons-parent-42.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 4.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/18/apache-18.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 979 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 621 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 237 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xdoc/1.12.0/doxia-module-xdoc-1.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.12.0/doxia-module-xdoc-1.12.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.12.0/doxia-module-xdoc-1.12.0.pom (4.3 kB at 271 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-modules/1.12.0/doxia-modules-1.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.12.0/doxia-modules-1.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.12.0/doxia-modules-1.12.0.pom (2.7 kB at 296 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 1.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom (3.8 kB at 342 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 255 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom (1.6 kB at 158 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (18 kB at 2.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 105 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom (7.6 kB at 262 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 3.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 11 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/23/maven-parent-23.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 3.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 543 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 611 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 753 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 514 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 3.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 1.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 423 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 295 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 946 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 1.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 3.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom (15 kB at 1.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom (15 kB at 1.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 840 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 684 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom (6.3 kB at 483 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-parent/26/weld-parent-26.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom (17 kB at 495 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom (15 kB at 925 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 2.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 883 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 158 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 220 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 157 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 258 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 1.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 530 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.6/commons-io-2.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/collections/google-collections/1.0/google-collections-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 165 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/google/1/google-1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 194 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom (3.4 kB at 189 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (14 kB at 755 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 7.8 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 534 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom (4.5 kB at 119 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom (6.0 kB at 671 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 264 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 406 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/16/maven-parent-16.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 2.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 82 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 371 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/10/maven-parent-10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 3.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/4/apache-4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 264 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 158 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 2.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/11/maven-parent-11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 4.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/5/apache-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 410 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 295 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 47 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 154 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 70 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 637 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/3.8.1/junit-3.8.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 111 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 313 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 231 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 250 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 688 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 221 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom (7.7 kB at 770 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom (3.0 kB at 276 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom (2.0 kB at 198 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom (2.7 kB at 211 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom (2.0 kB at 54 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 348 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 118 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 815 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 170 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 217 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 295 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 304 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 265 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.7/velocity-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 603 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 834 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/9/commons-parent-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 2.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 2.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 1.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 30 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 96 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 876 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 687 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/log4j/log4j/1.2.12/log4j-1.2.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 16 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 7.7 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 9.8 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 430 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 108 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 289 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 20 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 13 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 196 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 321 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 736 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/dom4j/dom4j/1.1/dom4j-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 20 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/oro/oro/2.0.8/oro-2.0.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 14 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 817 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom (3.2 kB at 187 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 3.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 566 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom (20 kB at 840 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom (8.1 kB at 338 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/jvnet-parent/5/jvnet-parent-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 443 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom (4.9 kB at 289 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/all/1.2.0/all-1.2.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/all/1.2.0/all-1.2.0.pom (18 kB at 748 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/puppycrawl/tools/checkstyle/10.15.0/checkstyle-10.15.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/info/picocli/picocli/4.7.5/picocli-4.7.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.2/commons-logging-1.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/33.1.0-jre/guava-33.1.0-jre.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/errorprone/error_prone_annotations/2.26.1/error_prone_annotations-2.26.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/reflections/reflections/0.10.2/reflections-0.10.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2-data.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xdoc/1.12.0/doxia-module-xdoc-1.12.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.7/velocity-1.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-digester/commons-digester/1.8/commons-digester-1.8.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/dom4j/dom4j/1.1/dom4j-1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/oro/oro/2.0.8/oro-2.0.8.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/collections/google-collections/1.0/google-collections-1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-text/1.3/commons-text-1.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.6/commons-io-2.6.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar (128 kB at 277 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.15.0/checkstyle-10.15.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.15.0/checkstyle-10.15.0.jar (2.1 MB at 39 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.7.5/picocli-4.7.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.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/33.1.0-jre/guava-33.1.0-jre.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.2/failureaccess-1.0.2.jar (4.7 kB at 592 kB/s)
[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 6.9 MB/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] 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/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 122 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.26.1/error_prone_annotations-2.26.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.13.1/antlr4-runtime-4.13.1.jar (326 kB at 16 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/3.0.0/j2objc-annotations-3.0.0.jar (12 kB at 445 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/errorprone/error_prone_annotations/2.26.1/error_prone_annotations-2.26.1.jar (19 kB at 692 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/info/picocli/picocli/4.7.5/picocli-4.7.5.jar (415 kB at 11 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 554 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/33.1.0-jre/guava-33.1.0-jre.jar (3.1 MB at 68 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 814 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2.jar (166 kB at 2.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar (232 kB at 3.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2-data.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/org/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar (798 kB at 7.7 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.12.0/doxia-module-xdoc-1.12.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0.jar (231 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar (851 kB at 7.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (11 kB at 93 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.12.0/doxia-module-xdoc-1.12.0.jar (37 kB at 319 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 396 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 348 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 249 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 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-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 484 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/12.4/Saxon-HE-12.4.jar (5.6 MB at 43 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/5.2.2/xmlresolver-5.2.2-data.jar (1.0 MB at 7.7 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/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar (20 kB at 145 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.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 126 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 934 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar (210 kB at 1.4 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.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 179 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 985 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 905 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 317 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 86 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 334 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.3.4/maven-shared-utils-3.3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (71 kB at 456 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar (425 kB at 2.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 177 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 300 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 912 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 354 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/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 381 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 46 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.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 97 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-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 98 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 1.4 MB/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/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 2.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 1.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 471 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 335 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 733 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 59 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 915 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (218 kB at 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.14/httpcore-4.4.14.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 715 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 3.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar (47 kB at 217 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 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-interpolation/1.26/plexus-interpolation-1.26.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 1.5 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/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 963 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 393 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 381 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar
[INFO] 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 19 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 52 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 101 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 2.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar (230 kB at 962 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 235 kB/s)
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- assembly:3.7.1:single (build-resources) @ org.eclipse.persistence.parent ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.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.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 97 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom
[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 826 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/33/maven-parent-33.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 4.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.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.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 sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom (5.3 kB at 479 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom (4.9 kB at 544 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/37/maven-parent-37.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 3.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/27/apache-27.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom (20 kB at 2.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.pom (3.0 kB at 201 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/16/plexus-16.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/16/plexus-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/16/plexus-16.pom (28 kB at 2.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom (5.6 kB at 404 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom (20 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/65/commons-parent-65.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/65/commons-parent-65.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/65/commons-parent-65.pom (78 kB at 5.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/3.3.2/maven-filtering-3.3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.2/maven-filtering-3.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.2/maven-filtering-3.3.2.pom (31 kB at 1.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 291 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom (3.7 kB at 288 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom (31 kB at 2.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/64/commons-parent-64.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/64/commons-parent-64.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/64/commons-parent-64.pom (78 kB at 6.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.pom (3.9 kB at 203 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.pom (6.0 kB at 461 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/17/plexus-17.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/17/plexus-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/17/plexus-17.pom (28 kB at 2.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom (22 kB at 2.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/66/commons-parent-66.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/66/commons-parent-66.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/66/commons-parent-66.pom (77 kB at 7.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom (16 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 1.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.9/xz-1.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 136 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.pom (2.0 kB at 223 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.pom (4.1 kB at 506 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/40/maven-shared-components-40.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/40/maven-shared-components-40.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/40/maven-shared-components-40.pom (3.2 kB at 140 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.pom (6.1 kB at 6.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/14/plexus-14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/14/plexus-14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/14/plexus-14.pom (28 kB at 14 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom (6.0 kB at 547 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom (22 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/56/commons-parent-56.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/56/commons-parent-56.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/56/commons-parent-56.pom (82 kB at 6.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 804 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom (1.9 kB at 479 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/3.3.2/maven-filtering-3.3.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.9/xz-1.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar
[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-util/1.4.1/maven-resolver-util-1.4.1.jar (168 kB at 19 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.2/maven-filtering-3.3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.27/plexus-interpolation-1.27.jar (86 kB at 8.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.2/maven-filtering-3.3.2.jar (56 kB at 5.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.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.4.1/maven-resolver-api-1.4.1.jar (149 kB at 9.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.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 499 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar (501 kB at 21 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar (58 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar (658 kB at 27 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.2/plexus-io-3.4.2.jar (79 kB at 3.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.9.2/plexus-archiver-4.9.2.jar (225 kB at 8.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.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 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 3.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.1/maven-archiver-3.6.1.jar (27 kB at 591 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar (1.1 MB at 21 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar (365 kB at 6.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar (93 kB at 1.4 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-11/zstd-jni-1.5.5-11.jar (6.8 MB at 63 MB/s)
[INFO] Reading assembly descriptor: src/main/assembly/common-license.xml
[INFO] Reading assembly descriptor: src/main/assembly/common-javadoc.xml
[INFO] Reading assembly descriptor: src/main/assembly/test-defaults.xml
[INFO] Reading assembly descriptor: src/main/assembly/test-report.xml
[INFO] Reading assembly descriptor: src/main/assembly/spotbugs-filter.xml
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-common-license.zip
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-javadoc-resources.zip
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-test-defaults.zip
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-test-report.zip
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-spotbugs-filter.zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.parent ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom (4.7 kB at 471 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom (13 kB at 1.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 143 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 157 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 565 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-parent/6/weld-parent-6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 2.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 128 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom (2.5 kB at 319 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom (14 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 557 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 2.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom (21 kB at 2.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/54/commons-parent-54.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/54/commons-parent-54.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/54/commons-parent-54.pom (82 kB at 6.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom (6.4 kB at 642 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom (3.2 kB at 402 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 620 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 2.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/25/maven-parent-25.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 4.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/15/apache-15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (4.2 kB at 607 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 271 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 288 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 171 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 383 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 279 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 261 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 202 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 374 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 163 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 228 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 204 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 2.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 45 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/16.0.1/guava-16.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 678 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 917 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 812 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.5/asm-9.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.pom (2.4 kB at 263 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom (6.2 kB at 3.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom (11 kB at 5.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 829 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 486 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 209 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 278 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 101 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 595 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 214 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 327 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 447 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 391 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 163 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 104 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 864 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 116 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 385 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 1.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 500 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 2.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 682 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 374 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 309 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 152 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 772 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 295 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 462 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 193 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 5.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 728 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 2.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 509 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/30/maven-parent-30.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 4.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.5/commons-io-2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 1.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 2.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 5.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom (5.9 kB at 737 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom (24 kB at 1.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/48/commons-parent-48.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 6.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.5/asm-9.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar (201 kB at 67 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 20 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 835 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 5.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar (224 kB at 20 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 36 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar (238 kB at 17 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar (340 kB at 23 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 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.2.5/maven-model-3.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar (161 kB at 8.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar (79 kB at 3.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar (43 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 5.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar (1.1 MB at 38 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.4.2/maven-shared-utils-3.4.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.13.2/maven-dependency-analyzer-1.13.2.jar (39 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.jar (122 kB at 4.2 MB/s)
[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 128 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.4.2/maven-shared-utils-3.4.2.jar (151 kB at 4.2 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar (752 kB at 17 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar (5.9 MB at 91 MB/s)
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.parent ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.pom (2.1 kB at 195 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom (8.4 kB at 698 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.pom (2.5 kB at 282 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/pom/kuali-maven/1.2.23/kuali-maven-1.2.23.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-maven/1.2.23/kuali-maven-1.2.23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-maven/1.2.23/kuali-maven-1.2.23.pom (3.9 kB at 438 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/pom/kuali-common/1.2.23/kuali-common-1.2.23.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/1.2.23/kuali-common-1.2.23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/1.2.23/kuali-common-1.2.23.pom (35 kB at 3.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/pom/kuali-pom/1.2.23/kuali-pom-1.2.23.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/1.2.23/kuali-pom-1.2.23.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/1.2.23/kuali-pom-1.2.23.pom (49 kB at 4.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.8.2/ant-1.8.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom (9.9 kB at 9.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom (4.7 kB at 4.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom (2.4 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 581 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 929 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.3/commons-io-2.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.3/commons-io-2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.3/commons-io-2.3.pom (11 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/24/commons-parent-24.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 16 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/9/apache-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 384 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.pom (1.9 kB at 232 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.pom (1.6 kB at 133 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/log4j/log4j/1.2.17/log4j-1.2.17.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 7.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.pom (6.1 kB at 506 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/pom/kuali-common/2.2.1/kuali-common-2.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/2.2.1/kuali-common-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/2.2.1/kuali-common-2.2.1.pom (40 kB at 2.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/pom/kuali-pom/2.2.1/kuali-pom-2.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/2.2.1/kuali-pom-2.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/2.2.1/kuali-pom-2.2.1.pom (58 kB at 4.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 449 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch/0.1.49/jsch-0.1.49.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.49/jsch-0.1.49.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.49/jsch-0.1.49.pom (3.2 kB at 1.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 604 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 2.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/22/commons-parent-22.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 14 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.4/commons-io-2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 5.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/25/commons-parent-25.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 16 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom (11 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/14/commons-parent-14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/14/commons-parent-14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/14/commons-parent-14.pom (31 kB at 2.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.pom (5.3 kB at 533 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.pom (2.5 kB at 315 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.pom (1.9 kB at 209 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.pom (1.6 kB at 159 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom (640 B at 64 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom (9.7 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/3/commons-parent-3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/3/commons-parent-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/3/commons-parent-3.pom (12 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.8.2/ant-1.8.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch/0.1.49/jsch-0.1.49.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/aopalliance/aopalliance/1.0/aopalliance-1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/log4j/log4j/1.2.17/log4j-1.2.17.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.jar (864 kB at 54 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 4.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/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar (126 kB at 11 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.49/jsch-0.1.49.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.jar (23 kB at 1.3 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/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 13 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/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.jar (232 kB at 12 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/apache/ant/ant/1.8.2/ant-1.8.2.jar (1.9 MB at 84 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/com/jcraft/jsch/0.1.49/jsch-0.1.49.jar (229 kB at 10.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/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 121 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.jar (335 kB at 9.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.jar (194 kB at 5.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.jar (854 kB at 21 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/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar (232 kB at 5.5 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/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 6.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/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar (88 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 483 kB/s)
[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 11 MB/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 8.7 MB/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 157 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.jar (16 kB at 239 kB/s)
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.parent ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom (1.1 kB at 58 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom (5.2 kB at 655 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom (1.3 kB at 115 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom (1.3 kB at 160 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom (1.3 kB at 92 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom (1.9 kB at 90 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom (1.5 kB at 135 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom (1.3 kB at 80 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom (1.3 kB at 69 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom (1.7 kB at 106 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom (1.9 kB at 70 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom (1.4 kB at 205 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom (2.7 kB at 222 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 295 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 520 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom (5.9 kB at 420 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom (9.7 kB at 483 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom (193 B at 9.2 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/easymock/easymock/2.4/easymock-2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom (5.3 kB at 484 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom (3.3 kB at 164 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom (463 B at 15 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom (5.5 kB at 554 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 131 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 93 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 207 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 559 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 310 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 324 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 114 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 468 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 171 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 169 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 439 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 734 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/10.0.1/guava-10.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 385 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 109 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 44 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 158 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 1.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 106 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 108 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 152 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 214 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 1.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom (4.9 kB at 273 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 505 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 648 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 2.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom (7.4 kB at 819 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 730 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 107 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 222 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 828 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 504 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 683 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 738 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 218 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 323 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 206 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 53 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 159 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 85 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 427 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 111 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 52 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 556 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 108 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 334 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.5/velocity-1.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 194 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 496 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 287 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 59 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 133 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 336 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 172 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 55 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jdom/jdom/1.1/jdom-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom (2.2 kB at 99 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/easymock/easymock/2.4/easymock-2.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/10.0.1/guava-10.0.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.5/velocity-1.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2/commons-collections-3.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jdom/jdom/1.1/jdom-1.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar (475 kB at 18 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 31 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 495 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar (17 kB at 439 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar (25 kB at 652 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 577 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.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 877 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar (83 kB at 1.8 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/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 kB at 3.4 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/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar (424 kB at 8.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 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-archiver/3.5.2/maven-archiver-3.5.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar (81 kB at 1.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 182 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar (26 kB at 409 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (614 kB at 9.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 805 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar (3.2 MB at 48 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 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-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 588 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 554 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 590 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 323 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 2.0 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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 7.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 727 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 363 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/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 547 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 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-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/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 1.6 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/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.7/plexus-archiver-4.2.7.jar (195 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 14 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/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar (37 kB at 342 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 681 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 38 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.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.6 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-7/plexus-i18n-1.0-beta-7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 89 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 2.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 398 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-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 88 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 450 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 62 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 1.9 MB/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/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 976 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/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 349 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 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-xhtml/1.0/doxia-module-xhtml-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 355 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 4.0 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.0/doxia-module-xhtml-1.0.jar (22 kB at 147 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 100 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 65 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 532 kB/s)
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.parent ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.parent ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-report-parser/3.2.5/surefire-report-parser-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-report-parser/3.2.5/surefire-report-parser-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-report-parser/3.2.5/surefire-report-parser-3.2.5.pom (3.0 kB at 373 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.pom (3.3 kB at 466 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 3.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 96 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 282 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-report-parser/3.2.5/surefire-report-parser-3.2.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-report-parser/3.2.5/surefire-report-parser-3.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-report-parser/3.2.5/surefire-report-parser-3.2.5.jar (22 kB at 2.8 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.2.5/surefire-logger-api-3.2.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.jar
[INFO] 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/apache/maven/surefire/surefire-logger-api/3.2.5/surefire-logger-api-3.2.5.jar (14 kB at 2.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.jar (12 kB at 1.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 5.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.jar (219 kB at 18 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.jar (12 kB at 682 kB/s)
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/skins/maven-default-skin/1.3/maven-default-skin-1.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/skins/maven-default-skin/1.3/maven-default-skin-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/skins/maven-default-skin/1.3/maven-default-skin-1.3.jar (14 kB at 530 kB/s)
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.parent ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom (3.9 kB at 206 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 376 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.0 kB at 890 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (6.3 kB at 696 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom (6.5 kB at 211 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom (1.9 kB at 80 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 972 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 9.9 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar (221 kB at 15 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar (5.9 MB at 69 MB/s)
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.parent ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/cyclonedx/cyclonedx-core-java/7.3.2/cyclonedx-core-java-7.3.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/cyclonedx/cyclonedx-core-java/7.3.2/cyclonedx-core-java-7.3.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/cyclonedx/cyclonedx-core-java/7.3.2/cyclonedx-core-java-7.3.2.pom (13 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.pom (12 kB at 733 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.14.2/jackson-dataformat-xml-2.14.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.14.2/jackson-dataformat-xml-2.14.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.14.2/jackson-dataformat-xml-2.14.2.pom (7.2 kB at 328 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-base/2.14.2/jackson-base-2.14.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.14.2/jackson-base-2.14.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.14.2/jackson-base-2.14.2.pom (10 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-bom/2.14.2/jackson-bom-2.14.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.14.2/jackson-bom-2.14.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.14.2/jackson-bom-2.14.2.pom (17 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.14/jackson-parent-2.14.pom (7.7 kB at 638 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/48/oss-parent-48.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/48/oss-parent-48.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/48/oss-parent-48.pom (24 kB at 2.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.14.2/jackson-core-2.14.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.14.2/jackson-core-2.14.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.14.2/jackson-core-2.14.2.pom (7.0 kB at 501 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.14.2/jackson-annotations-2.14.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.14.2/jackson-annotations-2.14.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.14.2/jackson-annotations-2.14.2.pom (6.2 kB at 776 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.14.2/jackson-databind-2.14.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.14.2/jackson-databind-2.14.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.14.2/jackson-databind-2.14.2.pom (19 kB at 2.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom (6.3 kB at 786 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 2.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.pom (9.0 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/49/oss-parent-49.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/49/oss-parent-49.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/49/oss-parent-49.pom (24 kB at 2.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/networknt/json-schema-validator/1.0.77/json-schema-validator-1.0.77.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/networknt/json-schema-validator/1.0.77/json-schema-validator-1.0.77.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/networknt/json-schema-validator/1.0.77/json-schema-validator-1.0.77.pom (15 kB at 1.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/ethlo/time/itu/1.7.0/itu-1.7.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ethlo/time/itu/1.7.0/itu-1.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ethlo/time/itu/1.7.0/itu-1.7.0.pom (12 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 476 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/cyclonedx/cyclonedx-core-java/7.3.2/cyclonedx-core-java-7.3.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.14.2/jackson-dataformat-xml-2.14.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.14.2/jackson-core-2.14.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.14.2/jackson-annotations-2.14.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.14.2/jackson-databind-2.14.2.jar
[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] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/networknt/json-schema-validator/1.0.77/json-schema-validator-1.0.77.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/ethlo/time/itu/1.7.0/itu-1.7.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/16.0.1/guava-16.0.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/cyclonedx/cyclonedx-core-java/7.3.2/cyclonedx-core-java-7.3.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/cyclonedx/cyclonedx-core-java/7.3.2/cyclonedx-core-java-7.3.2.jar (1.8 MB at 50 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.14.2/jackson-dataformat-xml-2.14.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.14.2/jackson-core-2.14.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.14.2/jackson-annotations-2.14.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.14.2/jackson-databind-2.14.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.14.2/jackson-dataformat-xml-2.14.2.jar (130 kB at 16 MB/s)
[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/com/github/package-url/packageurl-java/1.4.1/packageurl-java-1.4.1.jar (16 kB at 917 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.14.2/jackson-annotations-2.14.2.jar (77 kB at 4.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/networknt/json-schema-validator/1.0.77/json-schema-validator-1.0.77.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.14.2/jackson-databind-2.14.2.jar (1.6 MB at 58 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ethlo/time/itu/1.7.0/itu-1.7.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.14.2/jackson-core-2.14.2.jar (459 kB at 16 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar (196 kB at 6.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar (608 kB at 17 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/ethlo/time/itu/1.7.0/itu-1.7.0.jar (29 kB at 808 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar (43 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-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar (44 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar (46 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.2.5/maven-model-builder-3.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar (170 kB at 4.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.2.5/maven-aether-provider-3.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar (26 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.0.v20140518/aether-spi-1.0.0.v20140518.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar (31 kB at 732 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/networknt/json-schema-validator/1.0.77/json-schema-validator-1.0.77.jar (255 kB at 5.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar (398 kB at 8.3 MB/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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar (66 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-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/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 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-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/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 3.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.jar (1.6 MB at 27 MB/s)
[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 786 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 3.6 MB/s)
[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.jar (2.2 MB at 33 MB/s)
[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 905 kB/s)
[INFO] CycloneDX: Resolving Aggregated Dependencies
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.pom (16 kB at 324 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar (196 kB at 2.1 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 18 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.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 6.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.7.0/org.eclipse.persistence.asm-9.7.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.7.0/org.eclipse.persistence.asm-9.7.0.pom (22 kB at 887 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 567 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.7/asm-9.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.7/asm-9.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.7/asm-9.7.pom (2.4 kB at 296 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.pom (2.8 kB at 348 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.pom (2.6 kB at 152 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/4.1.0/jakarta.enterprise.cdi-api-4.1.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/4.1.0/jakarta.enterprise.cdi-api-4.1.0.pom (12 kB at 500 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-parent/4.1.0/jakarta.enterprise.cdi-parent-4.1.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-parent/4.1.0/jakarta.enterprise.cdi-parent-4.1.0.pom (8.2 kB at 340 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.lang-model/4.1.0/jakarta.enterprise.lang-model-4.1.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.lang-model/4.1.0/jakarta.enterprise.lang-model-4.1.0.pom (3.8 kB at 157 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/3.0.0/jakarta.annotation-api-3.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/3.0.0/jakarta.annotation-api-3.0.0.pom (15 kB at 657 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.pom (12 kB at 517 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.2.0/jakarta.interceptor-api-2.2.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.2.0/jakarta.interceptor-api-2.2.0.pom (2.6 kB at 110 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom (5.9 kB at 228 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jms/jakarta.jms-api/3.1.0/jakarta.jms-api-3.1.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jms/jakarta.jms-api/3.1.0/jakarta.jms-api-3.1.0.pom (9.7 kB at 421 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.pom (19 kB at 777 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom (15 kB at 608 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.1.3/jakarta.mail-api-2.1.3.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.1.3/jakarta.mail-api-2.1.3.pom (22 kB at 921 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.1.3/jakarta.activation-api-2.1.3.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.1.3/jakarta.activation-api-2.1.3.pom (19 kB at 771 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.pom (13 kB at 544 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.pom (14 kB at 593 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/4.0.2/jakarta.xml.bind-api-4.0.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/4.0.2/jakarta.xml.bind-api-4.0.2.pom (13 kB at 530 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.2/jakarta.xml.bind-api-parent-4.0.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.2/jakarta.xml.bind-api-parent-4.0.2.pom (9.1 kB at 381 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/parsson/parsson/1.1.6/parsson-1.1.6.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/parsson/parsson/1.1.6/parsson-1.1.6.pom (4.6 kB at 194 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/parsson/project/1.1.6/project-1.1.6.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/parsson/project/1.1.6/project-1.1.6.pom (22 kB at 907 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation/2.0.2/angus-activation-2.0.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation/2.0.2/angus-activation-2.0.2.pom (4.0 kB at 166 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation-project/2.0.2/angus-activation-project-2.0.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation-project/2.0.2/angus-activation-project-2.0.2.pom (21 kB at 870 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.7.0/org.eclipse.persistence.asm-9.7.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.7.0/org.eclipse.persistence.asm-9.7.0.jar (290 kB at 6.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.7/asm-9.7.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.7/asm-9.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.7/asm-9.7.jar (125 kB at 16 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.jar (73 kB at 5.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.jar (52 kB at 2.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/4.1.0/jakarta.enterprise.cdi-api-4.1.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/4.1.0/jakarta.enterprise.cdi-api-4.1.0.jar (160 kB at 6.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.lang-model/4.1.0/jakarta.enterprise.lang-model-4.1.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.lang-model/4.1.0/jakarta.enterprise.lang-model-4.1.0.jar (28 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/3.0.0/jakarta.annotation-api-3.0.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/3.0.0/jakarta.annotation-api-3.0.0.jar (26 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.jar (88 kB at 3.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.2.0/jakarta.interceptor-api-2.2.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.2.0/jakarta.interceptor-api-2.2.0.jar (24 kB at 1.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar (11 kB at 411 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jms/jakarta.jms-api/3.1.0/jakarta.jms-api-3.1.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jms/jakarta.jms-api/3.1.0/jakarta.jms-api-3.1.0.jar (59 kB at 2.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.jar (49 kB at 2.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.1.3/jakarta.mail-api-2.1.3.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.1.3/jakarta.mail-api-2.1.3.jar (236 kB at 9.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.1.3/jakarta.activation-api-2.1.3.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.1.3/jakarta.activation-api-2.1.3.jar (67 kB at 2.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.jar (65 kB at 2.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.jar (29 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/4.0.2/jakarta.xml.bind-api-4.0.2.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/4.0.2/jakarta.xml.bind-api-4.0.2.jar (131 kB at 5.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/parsson/parsson/1.1.6/parsson-1.1.6.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/parsson/parsson/1.1.6/parsson-1.1.6.jar (126 kB at 5.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation/2.0.2/angus-activation-2.0.2.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation/2.0.2/angus-activation-2.0.2.jar (27 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ojdbc11/23.3.0.23.09/ojdbc11-23.3.0.23.09.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc11/23.3.0.23.09/ojdbc11-23.3.0.23.09.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc11/23.3.0.23.09/ojdbc11-23.3.0.23.09.pom (1.5 kB at 104 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/xml/xmlparserv2/23.3.0.23.09/xmlparserv2-23.3.0.23.09.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xmlparserv2/23.3.0.23.09/xmlparserv2-23.3.0.23.09.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xmlparserv2/23.3.0.23.09/xmlparserv2-23.3.0.23.09.pom (1.3 kB at 132 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ucp/23.3.0.23.09/ucp-23.3.0.23.09.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ucp/23.3.0.23.09/ucp-23.3.0.23.09.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ucp/23.3.0.23.09/ucp-23.3.0.23.09.pom (1.3 kB at 132 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/xml/xdb/23.3.0.23.09/xdb-23.3.0.23.09.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xdb/23.3.0.23.09/xdb-23.3.0.23.09.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xdb/23.3.0.23.09/xdb-23.3.0.23.09.pom (1.4 kB at 140 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/observability/dms/23.3.0.23.09/dms-23.3.0.23.09.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/observability/dms/23.3.0.23.09/dms-23.3.0.23.09.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/observability/dms/23.3.0.23.09/dms-23.3.0.23.09.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/ojdbc11/23.3.0.23.09/ojdbc11-23.3.0.23.09.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc11/23.3.0.23.09/ojdbc11-23.3.0.23.09.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc11/23.3.0.23.09/ojdbc11-23.3.0.23.09.jar (7.1 MB at 73 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/xml/xmlparserv2/23.3.0.23.09/xmlparserv2-23.3.0.23.09.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xmlparserv2/23.3.0.23.09/xmlparserv2-23.3.0.23.09.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xmlparserv2/23.3.0.23.09/xmlparserv2-23.3.0.23.09.jar (1.9 MB at 72 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ucp/23.3.0.23.09/ucp-23.3.0.23.09.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ucp/23.3.0.23.09/ucp-23.3.0.23.09.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ucp/23.3.0.23.09/ucp-23.3.0.23.09.jar (1.5 MB at 51 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/xml/xdb/23.3.0.23.09/xdb-23.3.0.23.09.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xdb/23.3.0.23.09/xdb-23.3.0.23.09.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xdb/23.3.0.23.09/xdb-23.3.0.23.09.jar (129 kB at 5.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/observability/dms/23.3.0.23.09/dms-23.3.0.23.09.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/observability/dms/23.3.0.23.09/dms-23.3.0.23.09.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/observability/dms/23.3.0.23.09/dms-23.3.0.23.09.jar (2.2 MB at 55 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/postgresql/postgresql/42.7.3/postgresql-42.7.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.7.3/postgresql-42.7.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.7.3/postgresql-42.7.3.pom (3.1 kB at 240 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/postgresql/postgresql/42.7.3/postgresql-42.7.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.7.3/postgresql-42.7.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.7.3/postgresql-42.7.3.jar (1.1 MB at 29 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.1.0/jakarta.validation-api-3.1.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.1.0/jakarta.validation-api-3.1.0.pom (11 kB at 402 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/4.0.0/jakarta.ws.rs-api-4.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/4.0.0/jakarta.ws.rs-api-4.0.0.pom (3.8 kB at 147 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/all/4.0.0/all-4.0.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/all/4.0.0/all-4.0.0.pom (19 kB at 722 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/4.0.5/jaxb-xjc-4.0.5.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/4.0.5/jaxb-xjc-4.0.5.pom (17 kB at 703 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-bundles/4.0.5/jaxb-bundles-4.0.5.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-bundles/4.0.5/jaxb-bundles-4.0.5.pom (1.3 kB at 52 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-parent/4.0.5/jaxb-parent-4.0.5.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-parent/4.0.5/jaxb-parent-4.0.5.pom (35 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-bom-ext/4.0.5/jaxb-bom-ext-4.0.5.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-bom-ext/4.0.5/jaxb-bom-ext-4.0.5.pom (3.5 kB at 145 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/4.0.5/jaxb-bom-4.0.5.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/4.0.5/jaxb-bom-4.0.5.pom (12 kB at 485 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/4.0.5/jaxb-core-4.0.5.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/4.0.5/jaxb-core-4.0.5.pom (11 kB at 410 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-mail/2.0.3/angus-mail-2.0.3.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-mail/2.0.3/angus-mail-2.0.3.pom (8.0 kB at 308 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/all/2.0.3/all-2.0.3.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/all/2.0.3/all-2.0.3.pom (32 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/4.0.5/jaxb-impl-4.0.5.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/4.0.5/jaxb-impl-4.0.5.pom (12 kB at 462 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.el/5.0.0-M1/jakarta.el-5.0.0-M1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.el/5.0.0-M1/jakarta.el-5.0.0-M1.pom (10 kB at 415 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/4.0-M1-GF1/jersey-common-4.0-M1-GF1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/4.0-M1-GF1/jersey-common-4.0-M1-GF1.pom (13 kB at 451 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/project/4.0-M1-GF1/project-4.0-M1-GF1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/project/4.0-M1-GF1/project-4.0-M1-GF1.pom (111 kB at 4.0 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 433 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 549 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hibernate/validator/hibernate-validator/8.0.1.Final/hibernate-validator-8.0.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/8.0.1.Final/hibernate-validator-8.0.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/8.0.1.Final/hibernate-validator-8.0.1.Final.pom (15 kB at 632 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hibernate/validator/hibernate-validator-parent/8.0.1.Final/hibernate-validator-parent-8.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/8.0.1.Final/hibernate-validator-parent-8.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/8.0.1.Final/hibernate-validator-parent-8.0.1.Final.pom (81 kB at 6.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha10/arquillian-bom-1.7.0.Alpha10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha10/arquillian-bom-1.7.0.Alpha10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha10/arquillian-bom-1.7.0.Alpha10.pom (10 kB at 1.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom (4.0 kB at 266 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 218 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 1.9 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 348 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.pom (15 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/39/jboss-parent-39.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/39/jboss-parent-39.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/39/jboss-parent-39.pom (68 kB at 4.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 512 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/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.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.1.0/jakarta.validation-api-3.1.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.1.0/jakarta.validation-api-3.1.0.jar (94 kB at 3.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/4.0.0/jakarta.ws.rs-api-4.0.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/4.0.0/jakarta.ws.rs-api-4.0.0.jar (154 kB at 5.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/4.0.5/jaxb-xjc-4.0.5.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/4.0.5/jaxb-xjc-4.0.5.jar (1.9 MB at 28 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/4.0.5/jaxb-core-4.0.5.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/4.0.5/jaxb-core-4.0.5.jar (235 kB at 8.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-mail/2.0.3/angus-mail-2.0.3.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-mail/2.0.3/angus-mail-2.0.3.jar (499 kB at 18 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/4.0.5/jaxb-impl-4.0.5.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/4.0.5/jaxb-impl-4.0.5.jar (923 kB at 27 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.el/5.0.0-M1/jakarta.el-5.0.0-M1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.el/5.0.0-M1/jakarta.el-5.0.0-M1.jar (174 kB at 6.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/4.0-M1-GF1/jersey-common-4.0-M1-GF1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/4.0-M1-GF1/jersey-common-4.0-M1-GF1.jar (1.3 MB at 32 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] 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 sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hibernate/validator/hibernate-validator/8.0.1.Final/hibernate-validator-8.0.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/8.0.1.Final/hibernate-validator-8.0.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/8.0.1.Final/hibernate-validator-8.0.1.Final.jar (1.3 MB at 41 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.3.Final/jboss-logging-3.4.3.Final.jar (61 kB at 5.1 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.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar (68 kB at 6.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.10.14/ant-1.10.14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.14/ant-1.10.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.14/ant-1.10.14.pom (17 kB at 1.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-parent/1.10.14/ant-parent-1.10.14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.14/ant-parent-1.10.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.14/ant-parent-1.10.14.pom (6.6 kB at 729 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.pom (3.2 kB at 396 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/jupiter/junit-jupiter/5.10.2/junit-jupiter-5.10.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.10.2/junit-jupiter-5.10.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.10.2/junit-jupiter-5.10.2.pom (3.2 kB at 401 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/jupiter/junit-jupiter-api/5.10.2/junit-jupiter-api-5.10.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.10.2/junit-jupiter-api-5.10.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.10.2/junit-jupiter-api-5.10.2.pom (3.2 kB at 212 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom (2.0 kB at 185 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/platform/junit-platform-commons/1.10.2/junit-platform-commons-1.10.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.10.2/junit-platform-commons-1.10.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.10.2/junit-platform-commons-1.10.2.pom (2.8 kB at 405 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom (1.5 kB at 170 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/jupiter/junit-jupiter-params/5.10.2/junit-jupiter-params-5.10.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.10.2/junit-jupiter-params-5.10.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.10.2/junit-jupiter-params-5.10.2.pom (3.0 kB at 215 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/jupiter/junit-jupiter-engine/5.10.2/junit-jupiter-engine-5.10.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.10.2/junit-jupiter-engine-5.10.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.10.2/junit-jupiter-engine-5.10.2.pom (3.2 kB at 356 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/platform/junit-platform-engine/1.10.2/junit-platform-engine-1.10.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.10.2/junit-platform-engine-1.10.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.10.2/junit-platform-engine-1.10.2.pom (3.2 kB at 356 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.10.14/ant-1.10.14.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.14/ant-1.10.14.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.14/ant-1.10.14.jar (2.3 MB at 70 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar (19 kB at 858 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/jupiter/junit-jupiter/5.10.2/junit-jupiter-5.10.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.10.2/junit-jupiter-5.10.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.10.2/junit-jupiter-5.10.2.jar (6.4 kB at 707 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/jupiter/junit-jupiter-api/5.10.2/junit-jupiter-api-5.10.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.10.2/junit-jupiter-api-5.10.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.10.2/junit-jupiter-api-5.10.2.jar (211 kB at 19 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar (14 kB at 894 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/platform/junit-platform-commons/1.10.2/junit-platform-commons-1.10.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.10.2/junit-platform-commons-1.10.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.10.2/junit-platform-commons-1.10.2.jar (106 kB at 11 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 851 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/jupiter/junit-jupiter-params/5.10.2/junit-jupiter-params-5.10.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.10.2/junit-jupiter-params-5.10.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.10.2/junit-jupiter-params-5.10.2.jar (586 kB at 45 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/jupiter/junit-jupiter-engine/5.10.2/junit-jupiter-engine-5.10.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.10.2/junit-jupiter-engine-5.10.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.10.2/junit-jupiter-engine-5.10.2.jar (245 kB at 24 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/platform/junit-platform-engine/1.10.2/junit-platform-engine-1.10.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.10.2/junit-platform-engine-1.10.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.10.2/junit-platform-engine-1.10.2.jar (205 kB at 20 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1.pom (19 kB at 773 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/4.0.1/jakarta.ejb-api-4.0.1.jar (62 kB at 2.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derbyclient/10.17.1.0/derbyclient-10.17.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyclient/10.17.1.0/derbyclient-10.17.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyclient/10.17.1.0/derbyclient-10.17.1.0.pom (2.5 kB at 118 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derby-project/10.17.1.0/derby-project-10.17.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby-project/10.17.1.0/derby-project-10.17.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby-project/10.17.1.0/derby-project-10.17.1.0.pom (6.0 kB at 401 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derbyshared/10.17.1.0/derbyshared-10.17.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyshared/10.17.1.0/derbyshared-10.17.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyshared/10.17.1.0/derbyshared-10.17.1.0.pom (2.2 kB at 221 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derbyclient/10.17.1.0/derbyclient-10.17.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyclient/10.17.1.0/derbyclient-10.17.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyclient/10.17.1.0/derbyclient-10.17.1.0.jar (601 kB at 27 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derbyshared/10.17.1.0/derbyshared-10.17.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyshared/10.17.1.0/derbyshared-10.17.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyshared/10.17.1.0/derbyshared-10.17.1.0.jar (89 kB at 8.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/4.0-M1-GF1/jersey-client-4.0-M1-GF1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/4.0-M1-GF1/jersey-client-4.0-M1-GF1.pom (6.8 kB at 251 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/4.0-M1-GF1/jersey-client-4.0-M1-GF1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/4.0-M1-GF1/jersey-client-4.0-M1-GF1.jar (310 kB at 11 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-util/9.7/asm-util-9.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.7/asm-util-9.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.7/asm-util-9.7.pom (2.9 kB at 367 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-analysis/9.7/asm-analysis-9.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.7/asm-analysis-9.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.7/asm-analysis-9.7.pom (2.6 kB at 328 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-util/9.7/asm-util-9.7.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.7/asm-util-9.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.7/asm-util-9.7.jar (94 kB at 8.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-analysis/9.7/asm-analysis-9.7.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.7/asm-analysis-9.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.7/asm-analysis-9.7.jar (35 kB at 2.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.5/glassfish-corba-omgapi-4.2.5.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.5/glassfish-corba-omgapi-4.2.5.pom (4.6 kB at 193 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba/4.2.5/glassfish-corba-4.2.5.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba/4.2.5/glassfish-corba-4.2.5.pom (19 kB at 802 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-orb/4.2.5/glassfish-corba-orb-4.2.5.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-orb/4.2.5/glassfish-corba-orb-4.2.5.pom (6.2 kB at 258 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.5/glassfish-corba-csiv2-idl-4.2.5.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.5/glassfish-corba-csiv2-idl-4.2.5.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.5/glassfish-corba-internal-api-4.2.5.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.5/glassfish-corba-internal-api-4.2.5.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.3/gmbal-4.0.3.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal/4.0.3/gmbal-4.0.3.pom (6.8 kB at 295 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-project/4.0.3/gmbal-project-4.0.3.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-project/4.0.3/gmbal-project-4.0.3.pom (13 kB at 539 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.pom (11 kB at 443 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 879 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 148 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/glassfish/pfl/pfl-basic-tools/4.1.2/pfl-basic-tools-4.1.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic-tools/4.1.2/pfl-basic-tools-4.1.2.pom (3.2 kB at 132 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf-tools/4.1.2/pfl-tf-tools-4.1.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf-tools/4.1.2/pfl-tf-tools-4.1.2.pom (3.6 kB at 150 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/exception-annotation-processor/4.2.5/exception-annotation-processor-4.2.5.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/exception-annotation-processor/4.2.5/exception-annotation-processor-4.2.5.pom (2.8 kB at 118 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 497 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.5/glassfish-corba-omgapi-4.2.5.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.5/glassfish-corba-omgapi-4.2.5.jar (1.4 MB at 38 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-orb/4.2.5/glassfish-corba-orb-4.2.5.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-orb/4.2.5/glassfish-corba-orb-4.2.5.jar (1.7 MB at 43 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.5/glassfish-corba-csiv2-idl-4.2.5.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.5/glassfish-corba-csiv2-idl-4.2.5.jar (118 kB at 4.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.5/glassfish-corba-internal-api-4.2.5.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.5/glassfish-corba-internal-api-4.2.5.jar (42 kB at 1.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal/4.0.3/gmbal-4.0.3.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal/4.0.3/gmbal-4.0.3.jar (214 kB at 8.2 MB/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.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 8.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/exception-annotation-processor/4.2.5/exception-annotation-processor-4.2.5.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/exception-annotation-processor/4.2.5/exception-annotation-processor-4.2.5.jar (21 kB at 875 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.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 2.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.jar (96 kB at 4.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic-tools/4.1.2/pfl-basic-tools-4.1.2.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic-tools/4.1.2/pfl-basic-tools-4.1.2.jar (73 kB at 2.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf-tools/4.1.2/pfl-tf-tools-4.1.2.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf-tools/4.1.2/pfl-tf-tools-4.1.2.jar (51 kB at 2.1 MB/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.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 13 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar (15 kB at 641 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.pom (2.8 kB at 314 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/2.0.12/slf4j-parent-2.0.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.12/slf4j-parent-2.0.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.12/slf4j-parent-2.0.12.pom (13 kB at 891 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-bom/2.0.12/slf4j-bom-2.0.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-bom/2.0.12/slf4j-bom-2.0.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-bom/2.0.12/slf4j-bom-2.0.12.pom (7.3 kB at 815 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jgroups/jgroups/5.3.4.Final/jgroups-5.3.4.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/5.3.4.Final/jgroups-5.3.4.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/5.3.4.Final/jgroups-5.3.4.Final.pom (21 kB at 1.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-classic/1.5.3/logback-classic-1.5.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.5.3/logback-classic-1.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.5.3/logback-classic-1.5.3.pom (13 kB at 770 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-parent/1.5.3/logback-parent-1.5.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.5.3/logback-parent-1.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.5.3/logback-parent-1.5.3.pom (20 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-core/1.5.3/logback-core-1.5.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.5.3/logback-core-1.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.5.3/logback-core-1.5.3.pom (7.5 kB at 833 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.12/slf4j-api-2.0.12.jar (68 kB at 7.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jgroups/jgroups/5.3.4.Final/jgroups-5.3.4.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/5.3.4.Final/jgroups-5.3.4.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/5.3.4.Final/jgroups-5.3.4.Final.jar (2.3 MB at 52 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-classic/1.5.3/logback-classic-1.5.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.5.3/logback-classic-1.5.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.5.3/logback-classic-1.5.3.jar (292 kB at 32 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-core/1.5.3/logback-core-1.5.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.5.3/logback-core-1.5.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.5.3/logback-core-1.5.3.jar (606 kB at 24 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/mongodb-driver-sync/5.0.0/mongodb-driver-sync-5.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-sync/5.0.0/mongodb-driver-sync-5.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-sync/5.0.0/mongodb-driver-sync-5.0.0.pom (1.7 kB at 120 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/bson/5.0.0/bson-5.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/5.0.0/bson-5.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/5.0.0/bson-5.0.0.pom (1.3 kB at 107 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/mongodb-driver-core/5.0.0/mongodb-driver-core-5.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/5.0.0/mongodb-driver-core-5.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/5.0.0/mongodb-driver-core-5.0.0.pom (4.7 kB at 589 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-bom/4.1.87.Final/netty-bom-4.1.87.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.87.Final/netty-bom-4.1.87.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.87.Final/netty-bom-4.1.87.Final.pom (13 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/bson-record-codec/5.0.0/bson-record-codec-5.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson-record-codec/5.0.0/bson-record-codec-5.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson-record-codec/5.0.0/bson-record-codec-5.0.0.pom (1.5 kB at 150 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/mongodb-driver-sync/5.0.0/mongodb-driver-sync-5.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-sync/5.0.0/mongodb-driver-sync-5.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-sync/5.0.0/mongodb-driver-sync-5.0.0.jar (154 kB at 11 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/bson/5.0.0/bson-5.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/5.0.0/bson-5.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/5.0.0/bson-5.0.0.jar (507 kB at 24 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/mongodb-driver-core/5.0.0/mongodb-driver-core-5.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/5.0.0/mongodb-driver-core-5.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/5.0.0/mongodb-driver-core-5.0.0.jar (1.7 MB at 44 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/bson-record-codec/5.0.0/bson-record-codec-5.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson-record-codec/5.0.0/bson-record-codec-5.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson-record-codec/5.0.0/bson-record-codec-5.0.0.jar (12 kB at 437 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/6.1.0/jakarta.servlet-api-6.1.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/6.1.0/jakarta.servlet-api-6.1.0.pom (19 kB at 707 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/3.0.2/jakarta.xml.soap-api-3.0.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/3.0.2/jakarta.xml.soap-api-3.0.2.pom (22 kB at 849 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/4.0.2/jakarta.xml.ws-api-4.0.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/4.0.2/jakarta.xml.ws-api-4.0.2.pom (19 kB at 739 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/6.1.0/jakarta.servlet-api-6.1.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/6.1.0/jakarta.servlet-api-6.1.0.jar (398 kB at 14 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/3.0.2/jakarta.xml.soap-api-3.0.2.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/3.0.2/jakarta.xml.soap-api-3.0.2.jar (38 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/4.0.2/jakarta.xml.ws-api-4.0.2.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/4.0.2/jakarta.xml.ws-api-4.0.2.jar (78 kB at 3.0 MB/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.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 93 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 808 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.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.pom (20 kB at 759 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.pom (1.1 kB at 126 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2.pom (22 kB at 838 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/bundles/4.0.2/bundles-4.0.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/bundles/4.0.2/bundles-4.0.2.pom (1.6 kB at 63 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/project/4.0.2/project-4.0.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/project/4.0.2/project-4.0.2.pom (42 kB at 1.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom-ext/4.0.2/jaxws-ri-bom-ext-4.0.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom-ext/4.0.2/jaxws-ri-bom-ext-4.0.2.pom (4.2 kB at 170 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom/4.0.2/jaxws-ri-bom-4.0.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom/4.0.2/jaxws-ri-bom-4.0.2.pom (12 kB at 461 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/4.0.4/jaxb-bom-4.0.4.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/4.0.4/jaxb-bom-4.0.4.pom (12 kB at 496 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.pom (12 kB at 494 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.pom (2.7 kB at 107 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.1.0/stax-ex-2.1.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.1.0/stax-ex-2.1.0.pom (16 kB at 650 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.1.0/streambuffer-2.1.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.1.0/streambuffer-2.1.0.pom (17 kB at 695 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.10.0/mimepull-1.10.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.10.0/mimepull-1.10.0.pom (16 kB at 616 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.1.0/FastInfoset-2.1.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.1.0/FastInfoset-2.1.0.pom (3.4 kB at 140 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/fastinfoset-project/2.1.0/fastinfoset-project-2.1.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/fastinfoset-project/2.1.0/fastinfoset-project-2.1.0.pom (19 kB at 786 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/3.0.3/saaj-impl-3.0.3.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/3.0.3/saaj-impl-3.0.3.pom (11 kB at 420 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/metro-saaj/3.0.3/metro-saaj-3.0.3.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/metro-saaj/3.0.3/metro-saaj-3.0.3.pom (20 kB at 794 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom (9.6 kB at 600 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/50/oss-parent-50.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/50/oss-parent-50.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/50/oss-parent-50.pom (24 kB at 3.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom (6.3 kB at 450 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/55/oss-parent-55.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/55/oss-parent-55.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/55/oss-parent-55.pom (24 kB at 2.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2.pom (5.3 kB at 206 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.2 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 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 12 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2.jar (2.7 MB at 53 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.jar (50 kB at 2.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.jar (29 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.1.0/stax-ex-2.1.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.1.0/stax-ex-2.1.0.jar (39 kB at 1.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.1.0/streambuffer-2.1.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.1.0/streambuffer-2.1.0.jar (75 kB at 3.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.10.0/mimepull-1.10.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.10.0/mimepull-1.10.0.jar (66 kB at 2.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.1.0/FastInfoset-2.1.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.1.0/FastInfoset-2.1.0.jar (316 kB at 12 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/3.0.3/saaj-impl-3.0.3.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/3.0.3/saaj-impl-3.0.3.jar (462 kB at 17 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar (1.6 MB at 44 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar (196 kB at 9.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2.jar (34 kB at 1.4 MB/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.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 285 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 563 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.9 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 962 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 142 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 50 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 106 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 1.0 MB/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 119 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 1.3 MB/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 896 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 127 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 369 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 413 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 362 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 802 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 1.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.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 701 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 139 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 435 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 162 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 729 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 2.1 MB/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 393 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 546 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 518 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 1.2 MB/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 310 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 224 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 425 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 345 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 363 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 548 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 3.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 689 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 77 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/nosql/sdk/nosqldriver/5.4.14/nosqldriver-5.4.14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/nosql/sdk/nosqldriver/5.4.14/nosqldriver-5.4.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/nosql/sdk/nosqldriver/5.4.14/nosqldriver-5.4.14.pom (18 kB at 634 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.pom (9.8 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-base/2.15.2/jackson-base-2.15.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.15.2/jackson-base-2.15.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.15.2/jackson-base-2.15.2.pom (11 kB at 752 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom (18 kB at 1.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom (6.5 kB at 593 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 704 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-buffer/4.1.101.Final/netty-buffer-4.1.101.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.101.Final/netty-buffer-4.1.101.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.101.Final/netty-buffer-4.1.101.Final.pom (1.6 kB at 113 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-parent/4.1.101.Final/netty-parent-4.1.101.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.101.Final/netty-parent-4.1.101.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.101.Final/netty-parent-4.1.101.Final.pom (84 kB at 7.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-common/4.1.101.Final/netty-common-4.1.101.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.101.Final/netty-common-4.1.101.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.101.Final/netty-common-4.1.101.Final.pom (12 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-codec-http/4.1.101.Final/netty-codec-http-4.1.101.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.101.Final/netty-codec-http-4.1.101.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.101.Final/netty-codec-http-4.1.101.Final.pom (4.2 kB at 200 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-transport/4.1.101.Final/netty-transport-4.1.101.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.101.Final/netty-transport-4.1.101.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.101.Final/netty-transport-4.1.101.Final.pom (2.2 kB at 144 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-resolver/4.1.101.Final/netty-resolver-4.1.101.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.101.Final/netty-resolver-4.1.101.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.101.Final/netty-resolver-4.1.101.Final.pom (1.6 kB at 55 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-codec/4.1.101.Final/netty-codec-4.1.101.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.101.Final/netty-codec-4.1.101.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.101.Final/netty-codec-4.1.101.Final.pom (5.3 kB at 252 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-handler/4.1.101.Final/netty-handler-4.1.101.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.101.Final/netty-handler-4.1.101.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.101.Final/netty-handler-4.1.101.Final.pom (4.6 kB at 185 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-transport-native-unix-common/4.1.101.Final/netty-transport-native-unix-common-4.1.101.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.101.Final/netty-transport-native-unix-common-4.1.101.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.101.Final/netty-transport-native-unix-common-4.1.101.Final.pom (30 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-handler-proxy/4.1.101.Final/netty-handler-proxy-4.1.101.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.101.Final/netty-handler-proxy-4.1.101.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.101.Final/netty-handler-proxy-4.1.101.Final.pom (3.6 kB at 222 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-codec-socks/4.1.101.Final/netty-codec-socks-4.1.101.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.101.Final/netty-codec-socks-4.1.101.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.101.Final/netty-codec-socks-4.1.101.Final.pom (2.5 kB at 212 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.pom (1.1 kB at 71 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/bouncycastle/bcpkix-jdk18on/1.76/bcpkix-jdk18on-1.76.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.76/bcpkix-jdk18on-1.76.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.76/bcpkix-jdk18on-1.76.pom (1.6 kB at 109 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/messaging/aqapi-jakarta/23.3.1.0/aqapi-jakarta-23.3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/messaging/aqapi-jakarta/23.3.1.0/aqapi-jakarta-23.3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/messaging/aqapi-jakarta/23.3.1.0/aqapi-jakarta-23.3.1.0.pom (1.7 kB at 168 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ojdbc8/23.3.0.23.09/ojdbc8-23.3.0.23.09.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc8/23.3.0.23.09/ojdbc8-23.3.0.23.09.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc8/23.3.0.23.09/ojdbc8-23.3.0.23.09.pom (1.5 kB at 163 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 1.4 MB/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 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 82 MB/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.jar
[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] 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 30 MB/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.jar
[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/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar (232 kB at 11 MB/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.jar
[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-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar (781 kB at 35 MB/s)
[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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.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 2.7 MB/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.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] 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 50 MB/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.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] 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 22 MB/s)
[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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.0/xz-1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.0/xz-1.0.jar (95 kB at 11 MB/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.jar
[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/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar (324 kB at 23 MB/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.jar
[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/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar (1.3 MB at 47 MB/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.jar
[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.jar
[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.jar (67 kB at 3.3 MB/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.jar
[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/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.jar (67 kB at 4.8 MB/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.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar (337 kB at 28 MB/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.jar
[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/google/guava/guava/26.0-jre/guava-26.0-jre.jar (2.7 MB at 65 MB/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.jar
[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/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar (193 kB at 16 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar (14 kB at 2.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
[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/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 798 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar
[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/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar (3.5 kB at 183 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.jar
[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/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar (2.1 kB at 84 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/nosql/sdk/nosqldriver/5.4.14/nosqldriver-5.4.14.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/nosql/sdk/nosqldriver/5.4.14/nosqldriver-5.4.14.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/nosql/sdk/nosqldriver/5.4.14/nosqldriver-5.4.14.jar (606 kB at 30 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.15.2/jackson-core-2.15.2.jar (549 kB at 27 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-buffer/4.1.101.Final/netty-buffer-4.1.101.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.101.Final/netty-buffer-4.1.101.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.101.Final/netty-buffer-4.1.101.Final.jar (307 kB at 22 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-common/4.1.101.Final/netty-common-4.1.101.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.101.Final/netty-common-4.1.101.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.101.Final/netty-common-4.1.101.Final.jar (661 kB at 39 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-codec-http/4.1.101.Final/netty-codec-http-4.1.101.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.101.Final/netty-codec-http-4.1.101.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.101.Final/netty-codec-http-4.1.101.Final.jar (658 kB at 39 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-transport/4.1.101.Final/netty-transport-4.1.101.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.101.Final/netty-transport-4.1.101.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.101.Final/netty-transport-4.1.101.Final.jar (497 kB at 21 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-resolver/4.1.101.Final/netty-resolver-4.1.101.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.101.Final/netty-resolver-4.1.101.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.101.Final/netty-resolver-4.1.101.Final.jar (38 kB at 4.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-codec/4.1.101.Final/netty-codec-4.1.101.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.101.Final/netty-codec-4.1.101.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.101.Final/netty-codec-4.1.101.Final.jar (345 kB at 8.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-handler/4.1.101.Final/netty-handler-4.1.101.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.101.Final/netty-handler-4.1.101.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.101.Final/netty-handler-4.1.101.Final.jar (561 kB at 28 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-transport-native-unix-common/4.1.101.Final/netty-transport-native-unix-common-4.1.101.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.101.Final/netty-transport-native-unix-common-4.1.101.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.101.Final/netty-transport-native-unix-common-4.1.101.Final.jar (44 kB at 2.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-handler-proxy/4.1.101.Final/netty-handler-proxy-4.1.101.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.101.Final/netty-handler-proxy-4.1.101.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.101.Final/netty-handler-proxy-4.1.101.Final.jar (25 kB at 944 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/netty/netty-codec-socks/4.1.101.Final/netty-codec-socks-4.1.101.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.101.Final/netty-codec-socks-4.1.101.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.101.Final/netty-codec-socks-4.1.101.Final.jar (121 kB at 10 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.76/bcprov-jdk18on-1.76.jar (8.4 MB at 71 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/bouncycastle/bcpkix-jdk18on/1.76/bcpkix-jdk18on-1.76.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.76/bcpkix-jdk18on-1.76.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.76/bcpkix-jdk18on-1.76.jar (1.1 MB at 46 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/messaging/aqapi-jakarta/23.3.1.0/aqapi-jakarta-23.3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/messaging/aqapi-jakarta/23.3.1.0/aqapi-jakarta-23.3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/messaging/aqapi-jakarta/23.3.1.0/aqapi-jakarta-23.3.1.0.jar (756 kB at 26 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ojdbc8/23.3.0.23.09/ojdbc8-23.3.0.23.09.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc8/23.3.0.23.09/ojdbc8-23.3.0.23.09.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc8/23.3.0.23.09/ojdbc8-23.3.0.23.09.jar (7.0 MB at 75 MB/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.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.jar (28 kB at 2.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.pom (9.8 kB at 755 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/felix-parent/6/felix-parent-6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom (22 kB at 781 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 317 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 432 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (26 kB at 979 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 187 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.pom (2.8 kB at 186 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/4.13.4/exam-4.13.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/4.13.4/exam-4.13.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/4.13.4/exam-4.13.4.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.4/exam-reactor-4.13.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam-reactor/4.13.4/exam-reactor-4.13.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam-reactor/4.13.4/exam-reactor-4.13.4.pom (4.0 kB at 444 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-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 165 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 681 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.pom (1.4 kB at 104 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 144 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 96 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 87 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.4/pax-exam-container-forked-4.13.4.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.4/pax-exam-container-forked-4.13.4.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.4/pax-exam-container-forked-4.13.4.pom (6.7 kB at 514 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.4/pax-exam-spi-4.13.4.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.4/pax-exam-spi-4.13.4.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.4/pax-exam-spi-4.13.4.pom (3.3 kB at 239 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 1.3 MB/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 158 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 960 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.0 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 193 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-lang/1.5.0/ops4j-base-lang-1.5.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.0/ops4j-base-lang-1.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.0/ops4j-base-lang-1.5.0.pom (988 B at 47 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-monitors/1.5.0/ops4j-base-monitors-1.5.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.0/ops4j-base-monitors-1.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.0/ops4j-base-monitors-1.5.0.pom (1.0 kB at 126 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 109 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/parent/2.4.0/parent-2.4.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/parent/2.4.0/parent-2.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/parent/2.4.0/parent-2.4.0.pom (4.6 kB at 380 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-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 85 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 265 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 94 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 240 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 151 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 90 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.4/pax-exam-junit4-4.13.4.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.4/pax-exam-junit4-4.13.4.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.4/pax-exam-junit4-4.13.4.pom (1.3 kB at 159 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.4/pax-exam-link-mvn-4.13.4.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.4/pax-exam-link-mvn-4.13.4.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.4/pax-exam-link-mvn-4.13.4.pom (1.3 kB at 141 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 560 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 197 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 2.0 MB/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.9 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 2.5 MB/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 1.3 MB/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 2.7 MB/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 224 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 275 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 335 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.pom (1.7 kB at 112 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-util-property/1.5.0/ops4j-base-util-property-1.5.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.0/ops4j-base-util-property-1.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.0/ops4j-base-util-property-1.5.0.pom (1.0 kB at 150 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 301 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 115 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.pom (3.4 kB at 148 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.5/org.apache.felix.framework-7.0.5.jar (778 kB at 52 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar
[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] 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 341 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.4/pax-exam-4.13.4.jar (88 kB at 9.7 MB/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.jar
[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-exec/1.5.1/ops4j-base-exec-1.5.1.jar (13 kB at 895 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.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] 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 2.9 MB/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.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/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.jar (11 kB at 1.0 MB/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.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] 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 1.2 MB/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.jar
[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-store/1.5.1/ops4j-base-store-1.5.1.jar (13 kB at 1.6 MB/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.jar
[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-util-property/1.5.1/ops4j-base-util-property-1.5.1.jar (11 kB at 354 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.4/pax-exam-container-forked-4.13.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-container-forked/4.13.4/pax-exam-container-forked-4.13.4.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.4/pax-exam-container-forked-4.13.4.jar (32 kB at 4.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-spi/4.13.4/pax-exam-spi-4.13.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-spi/4.13.4/pax-exam-spi-4.13.4.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.4/pax-exam-spi-4.13.4.jar (70 kB at 3.3 MB/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.jar
[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/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.jar (12 kB at 401 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.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.jar (30 kB at 1.4 MB/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.jar
[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.jar
[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.jar (7.4 kB at 1.5 MB/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.jar
[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/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.jar (2.0 MB at 43 MB/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.jar
[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/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.jar (18 kB at 990 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.jar
[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 791 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.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar (15 kB at 843 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.jar
[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.jar
[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.jar (9.0 kB at 1.3 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.jar
[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.jar
[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.jar (21 kB at 3.5 MB/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.jar
[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.jar
[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.jar (6.7 kB at 333 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.jar
[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.jar
[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.jar (8.2 kB at 821 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.jar
[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.jar
[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.jar (13 kB at 1.9 MB/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.jar
[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.jar
[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.jar (7.4 kB at 737 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.jar
[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-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar (6.6 kB at 508 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.4/pax-exam-junit4-4.13.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-junit4/4.13.4/pax-exam-junit4-4.13.4.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.4/pax-exam-junit4-4.13.4.jar (35 kB at 4.4 MB/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.4/pax-exam-link-mvn-4.13.4.jar
[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.4/pax-exam-link-mvn-4.13.4.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.4/pax-exam-link-mvn-4.13.4.jar (11 kB at 601 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.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether/2.6.2/pax-url-aether-2.6.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether/2.6.2/pax-url-aether-2.6.2.jar (3.4 MB at 76 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.jar
[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/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.jar (5.7 kB at 810 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.jar
[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/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.jar (182 kB at 15 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.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.jar (149 kB at 74 MB/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.jar
[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/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.jar (37 kB at 37 MB/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.jar
[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-util/1.3.1/maven-resolver-util-1.3.1.jar (160 kB at 80 MB/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.jar
[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/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.jar (17 kB at 2.5 MB/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.jar
[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/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.jar (7.8 kB at 777 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.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.jar (9.7 kB at 1.2 MB/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.jar
[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/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.jar (4.0 kB at 335 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.jar
[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.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.0/ops4j-base-util-property-1.5.0.jar (5.9 kB at 425 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.jar
[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-classpath/2.6.2/pax-url-classpath-2.6.2.jar (9.0 kB at 204 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.jar
[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/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.jar (6.7 kB at 672 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.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 194 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-ejb-client-bom/27.0.0.Final/wildfly-ejb-client-bom-27.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-ejb-client-bom/27.0.0.Final/wildfly-ejb-client-bom-27.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-ejb-client-bom/27.0.0.Final/wildfly-ejb-client-bom-27.0.0.Final.pom (41 kB at 2.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/37/jboss-parent-37.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/37/jboss-parent-37.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/37/jboss-parent-37.pom (66 kB at 6.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-ejb-client/5.0.1.Final/jboss-ejb-client-5.0.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/5.0.1.Final/jboss-ejb-client-5.0.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/5.0.1.Final/jboss-ejb-client-5.0.1.Final.pom (24 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling/2.1.1.Final/jboss-marshalling-2.1.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.1.1.Final/jboss-marshalling-2.1.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.1.1.Final/jboss-marshalling-2.1.1.Final.pom (9.5 kB at 597 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-parent/2.1.1.Final/jboss-marshalling-parent-2.1.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.1.1.Final/jboss-marshalling-parent-2.1.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.1.1.Final/jboss-marshalling-parent-2.1.1.Final.pom (4.6 kB at 230 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.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-river/2.1.1.Final/jboss-marshalling-river-2.1.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.1.1.Final/jboss-marshalling-river-2.1.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.1.1.Final/jboss-marshalling-river-2.1.1.Final.pom (1.6 kB at 87 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.8.2.Final/xnio-api-3.8.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.8.2.Final/xnio-api-3.8.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.8.2.Final/xnio-api-3.8.2.Final.pom (8.8 kB at 584 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-all/3.8.2.Final/xnio-all-3.8.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.8.2.Final/xnio-all-3.8.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.8.2.Final/xnio-all-3.8.2.Final.pom (6.9 kB at 429 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/35/jboss-parent-35.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/35/jboss-parent-35.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/35/jboss-parent-35.pom (66 kB at 5.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.5.2.Final/wildfly-common-1.5.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.2.Final/wildfly-common-1.5.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.2.Final/wildfly-common-1.5.2.Final.pom (7.3 kB at 455 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 551 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.9 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 457 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 2.0 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/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 4.0 MB/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 420 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 3.4 MB/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 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-nio/3.8.2.Final/xnio-nio-3.8.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.8.2.Final/xnio-nio-3.8.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.8.2.Final/xnio-nio-3.8.2.Final.pom (8.2 kB at 819 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/remoting/jboss-remoting/5.0.23.Final/jboss-remoting-5.0.23.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.23.Final/jboss-remoting-5.0.23.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.23.Final/jboss-remoting-5.0.23.Final.pom (14 kB at 528 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom (5.0 kB at 622 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.7.7.Final/xnio-api-3.7.7.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.7.7.Final/xnio-api-3.7.7.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.7.7.Final/xnio-api-3.7.7.Final.pom (8.8 kB at 515 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-all/3.7.7.Final/xnio-all-3.7.7.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.7.7.Final/xnio-all-3.7.7.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.7.7.Final/xnio-all-3.7.7.Final.pom (6.9 kB at 429 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 478 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 388 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron/1.11.2.Final/wildfly-elytron-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.11.2.Final/wildfly-elytron-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.11.2.Final/wildfly-elytron-1.11.2.Final.pom (49 kB at 2.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-parent/1.11.2.Final/wildfly-elytron-parent-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.11.2.Final/wildfly-elytron-parent-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.11.2.Final/wildfly-elytron-parent-1.11.2.Final.pom (63 kB at 2.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-asn1/1.11.2.Final/wildfly-elytron-asn1-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/1.11.2.Final/wildfly-elytron-asn1-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/1.11.2.Final/wildfly-elytron-asn1-1.11.2.Final.pom (2.5 kB at 273 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-audit/1.11.2.Final/wildfly-elytron-audit-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-audit/1.11.2.Final/wildfly-elytron-audit-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-audit/1.11.2.Final/wildfly-elytron-audit-1.11.2.Final.pom (2.7 kB at 335 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server/1.11.2.Final/wildfly-elytron-auth-server-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.11.2.Final/wildfly-elytron-auth-server-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.11.2.Final/wildfly-elytron-auth-server-1.11.2.Final.pom (3.9 kB at 215 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth/1.11.2.Final/wildfly-elytron-auth-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.11.2.Final/wildfly-elytron-auth-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.11.2.Final/wildfly-elytron-auth-1.11.2.Final.pom (1.8 kB at 107 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-util/1.11.2.Final/wildfly-elytron-util-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.11.2.Final/wildfly-elytron-util-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.11.2.Final/wildfly-elytron-util-1.11.2.Final.pom (2.8 kB at 280 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-base/1.11.2.Final/wildfly-elytron-base-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.11.2.Final/wildfly-elytron-base-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.11.2.Final/wildfly-elytron-base-1.11.2.Final.pom (2.4 kB at 265 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential/1.11.2.Final/wildfly-elytron-credential-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.11.2.Final/wildfly-elytron-credential-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.11.2.Final/wildfly-elytron-credential-1.11.2.Final.pom (4.1 kB at 148 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-keystore/1.11.2.Final/wildfly-elytron-keystore-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.11.2.Final/wildfly-elytron-keystore-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.11.2.Final/wildfly-elytron-keystore-1.11.2.Final.pom (3.7 kB at 249 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-provider-util/1.11.2.Final/wildfly-elytron-provider-util-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/1.11.2.Final/wildfly-elytron-provider-util-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/1.11.2.Final/wildfly-elytron-provider-util-1.11.2.Final.pom (2.2 kB at 171 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500/1.11.2.Final/wildfly-elytron-x500-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/1.11.2.Final/wildfly-elytron-x500-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/1.11.2.Final/wildfly-elytron-x500-1.11.2.Final.pom (2.7 kB at 168 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-permission/1.11.2.Final/wildfly-elytron-permission-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.11.2.Final/wildfly-elytron-permission-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.11.2.Final/wildfly-elytron-permission-1.11.2.Final.pom (2.5 kB at 156 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-deprecated/1.11.2.Final/wildfly-elytron-auth-server-deprecated-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-deprecated/1.11.2.Final/wildfly-elytron-auth-server-deprecated-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-deprecated/1.11.2.Final/wildfly-elytron-auth-server-deprecated-1.11.2.Final.pom (3.2 kB at 321 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http/1.11.2.Final/wildfly-elytron-http-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.11.2.Final/wildfly-elytron-http-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.11.2.Final/wildfly-elytron-http-1.11.2.Final.pom (2.5 kB at 249 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-http/1.11.2.Final/wildfly-elytron-auth-server-http-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/1.11.2.Final/wildfly-elytron-auth-server-http-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/1.11.2.Final/wildfly-elytron-auth-server-http-1.11.2.Final.pom (2.7 kB at 271 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-sasl/1.11.2.Final/wildfly-elytron-auth-server-sasl-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-sasl/1.11.2.Final/wildfly-elytron-auth-server-sasl-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-sasl/1.11.2.Final/wildfly-elytron-auth-server-sasl-1.11.2.Final.pom (2.5 kB at 254 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl/1.11.2.Final/wildfly-elytron-sasl-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.11.2.Final/wildfly-elytron-sasl-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.11.2.Final/wildfly-elytron-sasl-1.11.2.Final.pom (3.8 kB at 182 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism/1.11.2.Final/wildfly-elytron-mechanism-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.11.2.Final/wildfly-elytron-mechanism-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.11.2.Final/wildfly-elytron-mechanism-1.11.2.Final.pom (2.7 kB at 117 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-ssl/1.11.2.Final/wildfly-elytron-ssl-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/1.11.2.Final/wildfly-elytron-ssl-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/1.11.2.Final/wildfly-elytron-ssl-1.11.2.Final.pom (3.4 kB at 287 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-util/1.11.2.Final/wildfly-elytron-auth-util-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/1.11.2.Final/wildfly-elytron-auth-util-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/1.11.2.Final/wildfly-elytron-auth-util-1.11.2.Final.pom (3.2 kB at 355 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.11.2.Final/wildfly-elytron-mechanism-gssapi-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.11.2.Final/wildfly-elytron-mechanism-gssapi-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.11.2.Final/wildfly-elytron-mechanism-gssapi-1.11.2.Final.pom (2.9 kB at 361 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager-action/1.11.2.Final/wildfly-elytron-security-manager-action-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/1.11.2.Final/wildfly-elytron-security-manager-action-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/1.11.2.Final/wildfly-elytron-security-manager-action-1.11.2.Final.pom (1.7 kB at 158 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-client/1.11.2.Final/wildfly-elytron-client-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.11.2.Final/wildfly-elytron-client-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.11.2.Final/wildfly-elytron-client-1.11.2.Final.pom (5.7 kB at 567 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-source-impl/1.11.2.Final/wildfly-elytron-credential-source-impl-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/1.11.2.Final/wildfly-elytron-credential-source-impl-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/1.11.2.Final/wildfly-elytron-credential-source-impl-1.11.2.Final.pom (3.2 kB at 230 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-store/1.11.2.Final/wildfly-elytron-credential-store-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/1.11.2.Final/wildfly-elytron-credential-store-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/1.11.2.Final/wildfly-elytron-credential-store-1.11.2.Final.pom (4.1 kB at 164 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-password-impl/1.11.2.Final/wildfly-elytron-password-impl-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/1.11.2.Final/wildfly-elytron-password-impl-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/1.11.2.Final/wildfly-elytron-password-impl-1.11.2.Final.pom (2.9 kB at 155 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert/1.11.2.Final/wildfly-elytron-x500-cert-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/1.11.2.Final/wildfly-elytron-x500-cert-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/1.11.2.Final/wildfly-elytron-x500-cert-1.11.2.Final.pom (3.1 kB at 238 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert-util/1.11.2.Final/wildfly-elytron-x500-cert-util-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/1.11.2.Final/wildfly-elytron-x500-cert-util-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/1.11.2.Final/wildfly-elytron-x500-cert-util-1.11.2.Final.pom (2.3 kB at 188 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-source-deprecated/1.11.2.Final/wildfly-elytron-credential-source-deprecated-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-deprecated/1.11.2.Final/wildfly-elytron-credential-source-deprecated-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-deprecated/1.11.2.Final/wildfly-elytron-credential-source-deprecated-1.11.2.Final.pom (3.4 kB at 188 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-digest/1.11.2.Final/wildfly-elytron-digest-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-digest/1.11.2.Final/wildfly-elytron-digest-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-digest/1.11.2.Final/wildfly-elytron-digest-1.11.2.Final.pom (2.0 kB at 220 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-basic/1.11.2.Final/wildfly-elytron-http-basic-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-basic/1.11.2.Final/wildfly-elytron-http-basic-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-basic/1.11.2.Final/wildfly-elytron-http-basic-1.11.2.Final.pom (2.9 kB at 260 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-http/1.11.2.Final/wildfly-elytron-mechanism-http-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-http/1.11.2.Final/wildfly-elytron-mechanism-http-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-http/1.11.2.Final/wildfly-elytron-mechanism-http-1.11.2.Final.pom (2.6 kB at 116 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-bearer/1.11.2.Final/wildfly-elytron-http-bearer-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-bearer/1.11.2.Final/wildfly-elytron-http-bearer-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-bearer/1.11.2.Final/wildfly-elytron-http-bearer-1.11.2.Final.pom (2.7 kB at 191 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-cert/1.11.2.Final/wildfly-elytron-http-cert-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-cert/1.11.2.Final/wildfly-elytron-http-cert-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-cert/1.11.2.Final/wildfly-elytron-http-cert-1.11.2.Final.pom (2.8 kB at 356 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-deprecated/1.11.2.Final/wildfly-elytron-http-deprecated-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-deprecated/1.11.2.Final/wildfly-elytron-http-deprecated-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-deprecated/1.11.2.Final/wildfly-elytron-http-deprecated-1.11.2.Final.pom (3.3 kB at 300 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-digest/1.11.2.Final/wildfly-elytron-http-digest-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-digest/1.11.2.Final/wildfly-elytron-http-digest-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-digest/1.11.2.Final/wildfly-elytron-http-digest-1.11.2.Final.pom (3.0 kB at 373 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-digest/1.11.2.Final/wildfly-elytron-mechanism-digest-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/1.11.2.Final/wildfly-elytron-mechanism-digest-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/1.11.2.Final/wildfly-elytron-mechanism-digest-1.11.2.Final.pom (2.2 kB at 120 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-form/1.11.2.Final/wildfly-elytron-http-form-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-form/1.11.2.Final/wildfly-elytron-http-form-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-form/1.11.2.Final/wildfly-elytron-http-form-1.11.2.Final.pom (2.5 kB at 180 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-spnego/1.11.2.Final/wildfly-elytron-http-spnego-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-spnego/1.11.2.Final/wildfly-elytron-http-spnego-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-spnego/1.11.2.Final/wildfly-elytron-http-spnego-1.11.2.Final.pom (3.0 kB at 272 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-util/1.11.2.Final/wildfly-elytron-http-util-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/1.11.2.Final/wildfly-elytron-http-util-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/1.11.2.Final/wildfly-elytron-http-util-1.11.2.Final.pom (2.6 kB at 294 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-sso/1.11.2.Final/wildfly-elytron-http-sso-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-sso/1.11.2.Final/wildfly-elytron-http-sso-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-sso/1.11.2.Final/wildfly-elytron-http-sso-1.11.2.Final.pom (2.7 kB at 167 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-jacc/1.11.2.Final/wildfly-elytron-jacc-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jacc/1.11.2.Final/wildfly-elytron-jacc-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jacc/1.11.2.Final/wildfly-elytron-jacc-1.11.2.Final.pom (2.5 kB at 253 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-jaspi/1.11.2.Final/wildfly-elytron-jaspi-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jaspi/1.11.2.Final/wildfly-elytron-jaspi-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jaspi/1.11.2.Final/wildfly-elytron-jaspi-1.11.2.Final.pom (4.3 kB at 481 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm/1.11.2.Final/wildfly-elytron-realm-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.11.2.Final/wildfly-elytron-realm-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.11.2.Final/wildfly-elytron-realm-1.11.2.Final.pom (4.3 kB at 474 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-json-util/1.11.2.Final/wildfly-elytron-json-util-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-json-util/1.11.2.Final/wildfly-elytron-json-util-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-json-util/1.11.2.Final/wildfly-elytron-json-util-1.11.2.Final.pom (1.8 kB at 224 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-jwt/1.11.2.Final/wildfly-elytron-jwt-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jwt/1.11.2.Final/wildfly-elytron-jwt-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jwt/1.11.2.Final/wildfly-elytron-jwt-1.11.2.Final.pom (3.0 kB at 251 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-oauth2/1.11.2.Final/wildfly-elytron-mechanism-oauth2-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/1.11.2.Final/wildfly-elytron-mechanism-oauth2-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/1.11.2.Final/wildfly-elytron-mechanism-oauth2-1.11.2.Final.pom (2.5 kB at 224 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-scram/1.11.2.Final/wildfly-elytron-mechanism-scram-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/1.11.2.Final/wildfly-elytron-mechanism-scram-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/1.11.2.Final/wildfly-elytron-mechanism-scram-1.11.2.Final.pom (2.3 kB at 151 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm-jdbc/1.11.2.Final/wildfly-elytron-realm-jdbc-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-jdbc/1.11.2.Final/wildfly-elytron-realm-jdbc-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-jdbc/1.11.2.Final/wildfly-elytron-realm-jdbc-1.11.2.Final.pom (3.8 kB at 237 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm-ldap/1.11.2.Final/wildfly-elytron-realm-ldap-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-ldap/1.11.2.Final/wildfly-elytron-realm-ldap-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-ldap/1.11.2.Final/wildfly-elytron-realm-ldap-1.11.2.Final.pom (4.0 kB at 268 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm-token/1.11.2.Final/wildfly-elytron-realm-token-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-token/1.11.2.Final/wildfly-elytron-realm-token-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-token/1.11.2.Final/wildfly-elytron-realm-token-1.11.2.Final.pom (3.7 kB at 163 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-anonymous/1.11.2.Final/wildfly-elytron-sasl-anonymous-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-anonymous/1.11.2.Final/wildfly-elytron-sasl-anonymous-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-anonymous/1.11.2.Final/wildfly-elytron-sasl-anonymous-1.11.2.Final.pom (2.5 kB at 13 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-auth-util/1.11.2.Final/wildfly-elytron-sasl-auth-util-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-auth-util/1.11.2.Final/wildfly-elytron-sasl-auth-util-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-auth-util/1.11.2.Final/wildfly-elytron-sasl-auth-util-1.11.2.Final.pom (2.0 kB at 222 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-deprecated/1.11.2.Final/wildfly-elytron-sasl-deprecated-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-deprecated/1.11.2.Final/wildfly-elytron-sasl-deprecated-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-deprecated/1.11.2.Final/wildfly-elytron-sasl-deprecated-1.11.2.Final.pom (2.1 kB at 151 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-digest/1.11.2.Final/wildfly-elytron-sasl-digest-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/1.11.2.Final/wildfly-elytron-sasl-digest-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/1.11.2.Final/wildfly-elytron-sasl-digest-1.11.2.Final.pom (3.0 kB at 230 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-entity/1.11.2.Final/wildfly-elytron-sasl-entity-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-entity/1.11.2.Final/wildfly-elytron-sasl-entity-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-entity/1.11.2.Final/wildfly-elytron-sasl-entity-1.11.2.Final.pom (2.8 kB at 279 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-external/1.11.2.Final/wildfly-elytron-sasl-external-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/1.11.2.Final/wildfly-elytron-sasl-external-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/1.11.2.Final/wildfly-elytron-sasl-external-1.11.2.Final.pom (2.7 kB at 130 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-gs2/1.11.2.Final/wildfly-elytron-sasl-gs2-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gs2/1.11.2.Final/wildfly-elytron-sasl-gs2-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gs2/1.11.2.Final/wildfly-elytron-sasl-gs2-1.11.2.Final.pom (3.0 kB at 328 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-gssapi/1.11.2.Final/wildfly-elytron-sasl-gssapi-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/1.11.2.Final/wildfly-elytron-sasl-gssapi-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/1.11.2.Final/wildfly-elytron-sasl-gssapi-1.11.2.Final.pom (3.4 kB at 226 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-localuser/1.11.2.Final/wildfly-elytron-sasl-localuser-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-localuser/1.11.2.Final/wildfly-elytron-sasl-localuser-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-localuser/1.11.2.Final/wildfly-elytron-sasl-localuser-1.11.2.Final.pom (2.5 kB at 179 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-oauth2/1.11.2.Final/wildfly-elytron-sasl-oauth2-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/1.11.2.Final/wildfly-elytron-sasl-oauth2-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/1.11.2.Final/wildfly-elytron-sasl-oauth2-1.11.2.Final.pom (2.3 kB at 212 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-otp/1.11.2.Final/wildfly-elytron-sasl-otp-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-otp/1.11.2.Final/wildfly-elytron-sasl-otp-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-otp/1.11.2.Final/wildfly-elytron-sasl-otp-1.11.2.Final.pom (2.6 kB at 120 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-plain/1.11.2.Final/wildfly-elytron-sasl-plain-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/1.11.2.Final/wildfly-elytron-sasl-plain-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/1.11.2.Final/wildfly-elytron-sasl-plain-1.11.2.Final.pom (2.5 kB at 118 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-scram/1.11.2.Final/wildfly-elytron-sasl-scram-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/1.11.2.Final/wildfly-elytron-sasl-scram-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/1.11.2.Final/wildfly-elytron-sasl-scram-1.11.2.Final.pom (2.7 kB at 140 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager/1.11.2.Final/wildfly-elytron-security-manager-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.11.2.Final/wildfly-elytron-security-manager-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.11.2.Final/wildfly-elytron-security-manager-1.11.2.Final.pom (6.3 kB at 155 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert-acme/1.11.2.Final/wildfly-elytron-x500-cert-acme-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-acme/1.11.2.Final/wildfly-elytron-x500-cert-acme-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-acme/1.11.2.Final/wildfly-elytron-x500-cert-acme-1.11.2.Final.pom (4.1 kB at 114 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-deprecated/1.11.2.Final/wildfly-elytron-x500-deprecated-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-deprecated/1.11.2.Final/wildfly-elytron-x500-deprecated-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-deprecated/1.11.2.Final/wildfly-elytron-x500-deprecated-1.11.2.Final.pom (2.5 kB at 211 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-principal/1.11.2.Final/wildfly-elytron-x500-principal-1.11.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-principal/1.11.2.Final/wildfly-elytron-x500-principal-1.11.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-principal/1.11.2.Final/wildfly-elytron-x500-principal-1.11.2.Final.pom (2.4 kB at 131 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.4.0.Final/jboss-logging-3.4.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.0.Final/jboss-logging-3.4.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.0.Final/jboss-logging-3.4.0.Final.pom (5.0 kB at 553 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.pom (7.3 kB at 485 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/discovery/wildfly-discovery-client/1.2.1.Final/wildfly-discovery-client-1.2.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.2.1.Final/wildfly-discovery-client-1.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.2.1.Final/wildfly-discovery-client-1.2.1.Final.pom (4.0 kB at 232 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth/1.19.0.Final/wildfly-elytron-auth-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.19.0.Final/wildfly-elytron-auth-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.19.0.Final/wildfly-elytron-auth-1.19.0.Final.pom (1.8 kB at 227 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-parent/1.19.0.Final/wildfly-elytron-parent-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.19.0.Final/wildfly-elytron-parent-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.19.0.Final/wildfly-elytron-parent-1.19.0.Final.pom (69 kB at 4.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.5.4.Final/wildfly-common-1.5.4.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.4.Final/wildfly-common-1.5.4.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.4.Final/wildfly-common-1.5.4.Final.pom (7.3 kB at 280 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-util/1.19.0.Final/wildfly-elytron-util-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.19.0.Final/wildfly-elytron-util-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.19.0.Final/wildfly-elytron-util-1.19.0.Final.pom (2.8 kB at 133 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-asn1/1.19.0.Final/wildfly-elytron-asn1-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/1.19.0.Final/wildfly-elytron-asn1-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/1.19.0.Final/wildfly-elytron-asn1-1.19.0.Final.pom (2.5 kB at 176 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.2.Final/jboss-logging-3.4.2.Final.pom (15 kB at 1.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.0/junit-bom-5.7.0.pom (5.1 kB at 566 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-base/1.19.0.Final/wildfly-elytron-base-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.19.0.Final/wildfly-elytron-base-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.19.0.Final/wildfly-elytron-base-1.19.0.Final.pom (2.4 kB at 265 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server/1.19.0.Final/wildfly-elytron-auth-server-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.19.0.Final/wildfly-elytron-auth-server-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.19.0.Final/wildfly-elytron-auth-server-1.19.0.Final.pom (3.9 kB at 485 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential/1.19.0.Final/wildfly-elytron-credential-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.19.0.Final/wildfly-elytron-credential-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.19.0.Final/wildfly-elytron-credential-1.19.0.Final.pom (4.1 kB at 109 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-keystore/1.19.0.Final/wildfly-elytron-keystore-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.19.0.Final/wildfly-elytron-keystore-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.19.0.Final/wildfly-elytron-keystore-1.19.0.Final.pom (3.7 kB at 463 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-provider-util/1.19.0.Final/wildfly-elytron-provider-util-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/1.19.0.Final/wildfly-elytron-provider-util-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/1.19.0.Final/wildfly-elytron-provider-util-1.19.0.Final.pom (2.2 kB at 247 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert/1.19.0.Final/wildfly-elytron-x500-cert-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/1.19.0.Final/wildfly-elytron-x500-cert-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/1.19.0.Final/wildfly-elytron-x500-cert-1.19.0.Final.pom (3.2 kB at 294 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500/1.19.0.Final/wildfly-elytron-x500-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/1.19.0.Final/wildfly-elytron-x500-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/1.19.0.Final/wildfly-elytron-x500-1.19.0.Final.pom (2.7 kB at 207 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert-util/1.19.0.Final/wildfly-elytron-x500-cert-util-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/1.19.0.Final/wildfly-elytron-x500-cert-util-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/1.19.0.Final/wildfly-elytron-x500-cert-util-1.19.0.Final.pom (2.3 kB at 205 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd-common/2.7.0/sshd-common-2.7.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.7.0/sshd-common-2.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.7.0/sshd-common-2.7.0.pom (4.7 kB at 522 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd/2.7.0/sshd-2.7.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.7.0/sshd-2.7.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.7.0/sshd-2.7.0.pom (76 kB at 3.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-framework-bom/5.3.6/spring-framework-bom-5.3.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.6/spring-framework-bom-5.3.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.6/spring-framework-bom-5.3.6.pom (5.6 kB at 469 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.pom (1.2 kB at 169 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-permission/1.19.0.Final/wildfly-elytron-permission-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.19.0.Final/wildfly-elytron-permission-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.19.0.Final/wildfly-elytron-permission-1.19.0.Final.pom (2.5 kB at 139 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-client/1.19.0.Final/wildfly-elytron-client-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.19.0.Final/wildfly-elytron-client-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.19.0.Final/wildfly-elytron-client-1.19.0.Final.pom (6.0 kB at 746 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-util/1.19.0.Final/wildfly-elytron-auth-util-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/1.19.0.Final/wildfly-elytron-auth-util-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/1.19.0.Final/wildfly-elytron-auth-util-1.19.0.Final.pom (3.6 kB at 400 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.19.0.Final/wildfly-elytron-mechanism-gssapi-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.19.0.Final/wildfly-elytron-mechanism-gssapi-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.19.0.Final/wildfly-elytron-mechanism-gssapi-1.19.0.Final.pom (2.9 kB at 241 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager-action/1.19.0.Final/wildfly-elytron-security-manager-action-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/1.19.0.Final/wildfly-elytron-security-manager-action-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/1.19.0.Final/wildfly-elytron-security-manager-action-1.19.0.Final.pom (1.7 kB at 109 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-source-impl/1.19.0.Final/wildfly-elytron-credential-source-impl-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/1.19.0.Final/wildfly-elytron-credential-source-impl-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/1.19.0.Final/wildfly-elytron-credential-source-impl-1.19.0.Final.pom (3.2 kB at 147 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-store/1.19.0.Final/wildfly-elytron-credential-store-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/1.19.0.Final/wildfly-elytron-credential-store-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/1.19.0.Final/wildfly-elytron-credential-store-1.19.0.Final.pom (4.2 kB at 472 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-encryption/1.19.0.Final/wildfly-elytron-encryption-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-encryption/1.19.0.Final/wildfly-elytron-encryption-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-encryption/1.19.0.Final/wildfly-elytron-encryption-1.19.0.Final.pom (2.3 kB at 211 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism/1.19.0.Final/wildfly-elytron-mechanism-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.19.0.Final/wildfly-elytron-mechanism-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.19.0.Final/wildfly-elytron-mechanism-1.19.0.Final.pom (2.7 kB at 298 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http/1.19.0.Final/wildfly-elytron-http-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.19.0.Final/wildfly-elytron-http-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.19.0.Final/wildfly-elytron-http-1.19.0.Final.pom (2.7 kB at 242 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-password-impl/1.19.0.Final/wildfly-elytron-password-impl-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/1.19.0.Final/wildfly-elytron-password-impl-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/1.19.0.Final/wildfly-elytron-password-impl-1.19.0.Final.pom (2.9 kB at 267 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl/1.19.0.Final/wildfly-elytron-sasl-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.19.0.Final/wildfly-elytron-sasl-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.19.0.Final/wildfly-elytron-sasl-1.19.0.Final.pom (3.8 kB at 254 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-ssl/1.19.0.Final/wildfly-elytron-ssl-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/1.19.0.Final/wildfly-elytron-ssl-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/1.19.0.Final/wildfly-elytron-ssl-1.19.0.Final.pom (6.3 kB at 526 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager/1.19.0.Final/wildfly-elytron-security-manager-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.19.0.Final/wildfly-elytron-security-manager-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.19.0.Final/wildfly-elytron-security-manager-1.19.0.Final.pom (6.3 kB at 373 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm/1.19.0.Final/wildfly-elytron-realm-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.19.0.Final/wildfly-elytron-realm-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.19.0.Final/wildfly-elytron-realm-1.19.0.Final.pom (4.4 kB at 491 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-localuser/1.19.0.Final/wildfly-elytron-sasl-localuser-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-localuser/1.19.0.Final/wildfly-elytron-sasl-localuser-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-localuser/1.19.0.Final/wildfly-elytron-sasl-localuser-1.19.0.Final.pom (2.5 kB at 279 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-sso/1.19.0.Final/wildfly-elytron-http-sso-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-sso/1.19.0.Final/wildfly-elytron-http-sso-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-sso/1.19.0.Final/wildfly-elytron-http-sso-1.19.0.Final.pom (2.8 kB at 280 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-util/1.19.0.Final/wildfly-elytron-http-util-1.19.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/1.19.0.Final/wildfly-elytron-http-util-1.19.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/1.19.0.Final/wildfly-elytron-http-util-1.19.0.Final.pom (2.6 kB at 176 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-naming-client/2.0.0.Final/wildfly-naming-client-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/2.0.0.Final/wildfly-naming-client-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/2.0.0.Final/wildfly-naming-client-2.0.0.Final.pom (9.7 kB at 405 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/remoting/jboss-remoting/5.0.25.Final/jboss-remoting-5.0.25.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.25.Final/jboss-remoting-5.0.25.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.25.Final/jboss-remoting-5.0.25.Final.pom (14 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.8.8.Final/xnio-api-3.8.8.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.8.8.Final/xnio-api-3.8.8.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.8.8.Final/xnio-api-3.8.8.Final.pom (8.8 kB at 584 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-all/3.8.8.Final/xnio-all-3.8.8.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.8.8.Final/xnio-all-3.8.8.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.8.8.Final/xnio-all-3.8.8.Final.pom (7.1 kB at 203 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/2.3.6.Final/jboss-threads-2.3.6.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.6.Final/jboss-threads-2.3.6.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.6.Final/jboss-threads-2.3.6.Final.pom (4.6 kB at 385 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-nio/3.8.8.Final/xnio-nio-3.8.8.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.8.8.Final/xnio-nio-3.8.8.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.8.8.Final/xnio-nio-3.8.8.Final.pom (8.2 kB at 482 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/2.4.0.Final/jboss-threads-2.4.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.4.0.Final/jboss-threads-2.4.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.4.0.Final/jboss-threads-2.4.0.Final.pom (4.6 kB at 256 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.6.0.Final/wildfly-common-1.6.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.6.0.Final/wildfly-common-1.6.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.6.0.Final/wildfly-common-1.6.0.Final.pom (7.1 kB at 298 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth/2.0.0.Final/wildfly-elytron-auth-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/2.0.0.Final/wildfly-elytron-auth-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/2.0.0.Final/wildfly-elytron-auth-2.0.0.Final.pom (1.8 kB at 83 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-parent/2.0.0.Final/wildfly-elytron-parent-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/2.0.0.Final/wildfly-elytron-parent-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/2.0.0.Final/wildfly-elytron-parent-2.0.0.Final.pom (67 kB at 3.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-util/2.0.0.Final/wildfly-elytron-util-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/2.0.0.Final/wildfly-elytron-util-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/2.0.0.Final/wildfly-elytron-util-2.0.0.Final.pom (2.8 kB at 310 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-asn1/2.0.0.Final/wildfly-elytron-asn1-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/2.0.0.Final/wildfly-elytron-asn1-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/2.0.0.Final/wildfly-elytron-asn1-2.0.0.Final.pom (2.5 kB at 307 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-base/2.0.0.Final/wildfly-elytron-base-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/2.0.0.Final/wildfly-elytron-base-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/2.0.0.Final/wildfly-elytron-base-2.0.0.Final.pom (2.4 kB at 140 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server/2.0.0.Final/wildfly-elytron-auth-server-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/2.0.0.Final/wildfly-elytron-auth-server-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/2.0.0.Final/wildfly-elytron-auth-server-2.0.0.Final.pom (3.9 kB at 277 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential/2.0.0.Final/wildfly-elytron-credential-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/2.0.0.Final/wildfly-elytron-credential-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/2.0.0.Final/wildfly-elytron-credential-2.0.0.Final.pom (4.1 kB at 276 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-keystore/2.0.0.Final/wildfly-elytron-keystore-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/2.0.0.Final/wildfly-elytron-keystore-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/2.0.0.Final/wildfly-elytron-keystore-2.0.0.Final.pom (3.7 kB at 463 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-provider-util/2.0.0.Final/wildfly-elytron-provider-util-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/2.0.0.Final/wildfly-elytron-provider-util-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/2.0.0.Final/wildfly-elytron-provider-util-2.0.0.Final.pom (2.2 kB at 171 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert/2.0.0.Final/wildfly-elytron-x500-cert-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/2.0.0.Final/wildfly-elytron-x500-cert-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/2.0.0.Final/wildfly-elytron-x500-cert-2.0.0.Final.pom (3.2 kB at 190 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500/2.0.0.Final/wildfly-elytron-x500-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/2.0.0.Final/wildfly-elytron-x500-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/2.0.0.Final/wildfly-elytron-x500-2.0.0.Final.pom (2.7 kB at 337 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert-util/2.0.0.Final/wildfly-elytron-x500-cert-util-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/2.0.0.Final/wildfly-elytron-x500-cert-util-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/2.0.0.Final/wildfly-elytron-x500-cert-util-2.0.0.Final.pom (2.3 kB at 205 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-permission/2.0.0.Final/wildfly-elytron-permission-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/2.0.0.Final/wildfly-elytron-permission-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/2.0.0.Final/wildfly-elytron-permission-2.0.0.Final.pom (2.5 kB at 312 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-client/2.0.0.Final/wildfly-elytron-client-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/2.0.0.Final/wildfly-elytron-client-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/2.0.0.Final/wildfly-elytron-client-2.0.0.Final.pom (5.0 kB at 714 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-util/2.0.0.Final/wildfly-elytron-auth-util-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/2.0.0.Final/wildfly-elytron-auth-util-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/2.0.0.Final/wildfly-elytron-auth-util-2.0.0.Final.pom (3.6 kB at 277 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-gssapi/2.0.0.Final/wildfly-elytron-mechanism-gssapi-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/2.0.0.Final/wildfly-elytron-mechanism-gssapi-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/2.0.0.Final/wildfly-elytron-mechanism-gssapi-2.0.0.Final.pom (2.9 kB at 152 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager-action/2.0.0.Final/wildfly-elytron-security-manager-action-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/2.0.0.Final/wildfly-elytron-security-manager-action-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/2.0.0.Final/wildfly-elytron-security-manager-action-2.0.0.Final.pom (1.7 kB at 145 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-source-impl/2.0.0.Final/wildfly-elytron-credential-source-impl-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/2.0.0.Final/wildfly-elytron-credential-source-impl-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/2.0.0.Final/wildfly-elytron-credential-source-impl-2.0.0.Final.pom (3.2 kB at 322 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-store/2.0.0.Final/wildfly-elytron-credential-store-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/2.0.0.Final/wildfly-elytron-credential-store-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/2.0.0.Final/wildfly-elytron-credential-store-2.0.0.Final.pom (4.2 kB at 129 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-encryption/2.0.0.Final/wildfly-elytron-encryption-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-encryption/2.0.0.Final/wildfly-elytron-encryption-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-encryption/2.0.0.Final/wildfly-elytron-encryption-2.0.0.Final.pom (2.3 kB at 258 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism/2.0.0.Final/wildfly-elytron-mechanism-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/2.0.0.Final/wildfly-elytron-mechanism-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/2.0.0.Final/wildfly-elytron-mechanism-2.0.0.Final.pom (2.7 kB at 268 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http/2.0.0.Final/wildfly-elytron-http-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/2.0.0.Final/wildfly-elytron-http-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/2.0.0.Final/wildfly-elytron-http-2.0.0.Final.pom (2.6 kB at 293 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-password-impl/2.0.0.Final/wildfly-elytron-password-impl-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/2.0.0.Final/wildfly-elytron-password-impl-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/2.0.0.Final/wildfly-elytron-password-impl-2.0.0.Final.pom (2.9 kB at 226 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl/2.0.0.Final/wildfly-elytron-sasl-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/2.0.0.Final/wildfly-elytron-sasl-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/2.0.0.Final/wildfly-elytron-sasl-2.0.0.Final.pom (3.8 kB at 238 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-ssl/2.0.0.Final/wildfly-elytron-ssl-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/2.0.0.Final/wildfly-elytron-ssl-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/2.0.0.Final/wildfly-elytron-ssl-2.0.0.Final.pom (6.3 kB at 630 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager/2.0.0.Final/wildfly-elytron-security-manager-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/2.0.0.Final/wildfly-elytron-security-manager-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/2.0.0.Final/wildfly-elytron-security-manager-2.0.0.Final.pom (6.3 kB at 634 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm/2.0.0.Final/wildfly-elytron-realm-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/2.0.0.Final/wildfly-elytron-realm-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/2.0.0.Final/wildfly-elytron-realm-2.0.0.Final.pom (4.4 kB at 232 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-anonymous/2.0.0.Final/wildfly-elytron-sasl-anonymous-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-anonymous/2.0.0.Final/wildfly-elytron-sasl-anonymous-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-anonymous/2.0.0.Final/wildfly-elytron-sasl-anonymous-2.0.0.Final.pom (2.5 kB at 224 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-localuser/2.0.0.Final/wildfly-elytron-sasl-localuser-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-localuser/2.0.0.Final/wildfly-elytron-sasl-localuser-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-localuser/2.0.0.Final/wildfly-elytron-sasl-localuser-2.0.0.Final.pom (2.5 kB at 251 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-auth-util/2.0.0.Final/wildfly-elytron-sasl-auth-util-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-auth-util/2.0.0.Final/wildfly-elytron-sasl-auth-util-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-auth-util/2.0.0.Final/wildfly-elytron-sasl-auth-util-2.0.0.Final.pom (2.0 kB at 100 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/remoting/jboss-remoting/5.0.26.Final/jboss-remoting-5.0.26.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.26.Final/jboss-remoting-5.0.26.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.26.Final/jboss-remoting-5.0.26.Final.pom (16 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server/1.20.2.Final/wildfly-elytron-auth-server-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.20.2.Final/wildfly-elytron-auth-server-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.20.2.Final/wildfly-elytron-auth-server-1.20.2.Final.pom (3.9 kB at 242 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-parent/1.20.2.Final/wildfly-elytron-parent-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.20.2.Final/wildfly-elytron-parent-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.20.2.Final/wildfly-elytron-parent-1.20.2.Final.pom (70 kB at 6.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth/1.20.2.Final/wildfly-elytron-auth-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.20.2.Final/wildfly-elytron-auth-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.20.2.Final/wildfly-elytron-auth-1.20.2.Final.pom (1.8 kB at 121 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-util/1.20.2.Final/wildfly-elytron-util-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.20.2.Final/wildfly-elytron-util-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.20.2.Final/wildfly-elytron-util-1.20.2.Final.pom (2.8 kB at 127 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-asn1/1.20.2.Final/wildfly-elytron-asn1-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/1.20.2.Final/wildfly-elytron-asn1-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/1.20.2.Final/wildfly-elytron-asn1-1.20.2.Final.pom (2.5 kB at 123 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-base/1.20.2.Final/wildfly-elytron-base-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.20.2.Final/wildfly-elytron-base-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.20.2.Final/wildfly-elytron-base-1.20.2.Final.pom (2.4 kB at 159 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential/1.20.2.Final/wildfly-elytron-credential-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.20.2.Final/wildfly-elytron-credential-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.20.2.Final/wildfly-elytron-credential-1.20.2.Final.pom (4.1 kB at 345 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-keystore/1.20.2.Final/wildfly-elytron-keystore-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.20.2.Final/wildfly-elytron-keystore-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.20.2.Final/wildfly-elytron-keystore-1.20.2.Final.pom (3.7 kB at 411 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-provider-util/1.20.2.Final/wildfly-elytron-provider-util-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/1.20.2.Final/wildfly-elytron-provider-util-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/1.20.2.Final/wildfly-elytron-provider-util-1.20.2.Final.pom (2.2 kB at 247 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert/1.20.2.Final/wildfly-elytron-x500-cert-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/1.20.2.Final/wildfly-elytron-x500-cert-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/1.20.2.Final/wildfly-elytron-x500-cert-1.20.2.Final.pom (3.2 kB at 405 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500/1.20.2.Final/wildfly-elytron-x500-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/1.20.2.Final/wildfly-elytron-x500-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/1.20.2.Final/wildfly-elytron-x500-1.20.2.Final.pom (2.7 kB at 299 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert-util/1.20.2.Final/wildfly-elytron-x500-cert-util-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/1.20.2.Final/wildfly-elytron-x500-cert-util-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/1.20.2.Final/wildfly-elytron-x500-cert-util-1.20.2.Final.pom (2.3 kB at 205 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-permission/1.20.2.Final/wildfly-elytron-permission-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.20.2.Final/wildfly-elytron-permission-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.20.2.Final/wildfly-elytron-permission-1.20.2.Final.pom (2.5 kB at 312 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-deprecated/1.20.2.Final/wildfly-elytron-auth-server-deprecated-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-deprecated/1.20.2.Final/wildfly-elytron-auth-server-deprecated-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-deprecated/1.20.2.Final/wildfly-elytron-auth-server-deprecated-1.20.2.Final.pom (3.2 kB at 356 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http/1.20.2.Final/wildfly-elytron-http-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.20.2.Final/wildfly-elytron-http-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.20.2.Final/wildfly-elytron-http-1.20.2.Final.pom (2.7 kB at 295 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-http/1.20.2.Final/wildfly-elytron-auth-server-http-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/1.20.2.Final/wildfly-elytron-auth-server-http-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/1.20.2.Final/wildfly-elytron-auth-server-http-1.20.2.Final.pom (2.7 kB at 271 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-sasl/1.20.2.Final/wildfly-elytron-auth-server-sasl-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-sasl/1.20.2.Final/wildfly-elytron-auth-server-sasl-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-sasl/1.20.2.Final/wildfly-elytron-auth-server-sasl-1.20.2.Final.pom (2.5 kB at 283 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl/1.20.2.Final/wildfly-elytron-sasl-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.20.2.Final/wildfly-elytron-sasl-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.20.2.Final/wildfly-elytron-sasl-1.20.2.Final.pom (3.8 kB at 293 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism/1.20.2.Final/wildfly-elytron-mechanism-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.20.2.Final/wildfly-elytron-mechanism-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.20.2.Final/wildfly-elytron-mechanism-1.20.2.Final.pom (2.7 kB at 149 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-ssl/1.20.2.Final/wildfly-elytron-ssl-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/1.20.2.Final/wildfly-elytron-ssl-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/1.20.2.Final/wildfly-elytron-ssl-1.20.2.Final.pom (6.3 kB at 420 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-client/1.20.2.Final/wildfly-elytron-client-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.20.2.Final/wildfly-elytron-client-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.20.2.Final/wildfly-elytron-client-1.20.2.Final.pom (5.8 kB at 304 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-util/1.20.2.Final/wildfly-elytron-auth-util-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/1.20.2.Final/wildfly-elytron-auth-util-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/1.20.2.Final/wildfly-elytron-auth-util-1.20.2.Final.pom (3.6 kB at 240 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.20.2.Final/wildfly-elytron-mechanism-gssapi-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.20.2.Final/wildfly-elytron-mechanism-gssapi-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.20.2.Final/wildfly-elytron-mechanism-gssapi-1.20.2.Final.pom (2.9 kB at 321 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager-action/1.20.2.Final/wildfly-elytron-security-manager-action-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/1.20.2.Final/wildfly-elytron-security-manager-action-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/1.20.2.Final/wildfly-elytron-security-manager-action-1.20.2.Final.pom (1.7 kB at 124 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-source-impl/1.20.2.Final/wildfly-elytron-credential-source-impl-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/1.20.2.Final/wildfly-elytron-credential-source-impl-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/1.20.2.Final/wildfly-elytron-credential-source-impl-1.20.2.Final.pom (3.2 kB at 190 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-store/1.20.2.Final/wildfly-elytron-credential-store-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/1.20.2.Final/wildfly-elytron-credential-store-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/1.20.2.Final/wildfly-elytron-credential-store-1.20.2.Final.pom (4.2 kB at 236 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-encryption/1.20.2.Final/wildfly-elytron-encryption-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-encryption/1.20.2.Final/wildfly-elytron-encryption-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-encryption/1.20.2.Final/wildfly-elytron-encryption-1.20.2.Final.pom (2.3 kB at 211 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-password-impl/1.20.2.Final/wildfly-elytron-password-impl-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/1.20.2.Final/wildfly-elytron-password-impl-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/1.20.2.Final/wildfly-elytron-password-impl-1.20.2.Final.pom (2.9 kB at 245 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-auth-util/1.20.2.Final/wildfly-elytron-sasl-auth-util-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-auth-util/1.20.2.Final/wildfly-elytron-sasl-auth-util-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-auth-util/1.20.2.Final/wildfly-elytron-sasl-auth-util-1.20.2.Final.pom (2.0 kB at 91 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager/1.20.2.Final/wildfly-elytron-security-manager-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.20.2.Final/wildfly-elytron-security-manager-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.20.2.Final/wildfly-elytron-security-manager-1.20.2.Final.pom (6.3 kB at 705 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm/1.20.2.Final/wildfly-elytron-realm-1.20.2.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.20.2.Final/wildfly-elytron-realm-1.20.2.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.20.2.Final/wildfly-elytron-realm-1.20.2.Final.pom (4.4 kB at 402 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-deprecated/2.0.0.Final/wildfly-elytron-auth-server-deprecated-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-deprecated/2.0.0.Final/wildfly-elytron-auth-server-deprecated-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-deprecated/2.0.0.Final/wildfly-elytron-auth-server-deprecated-2.0.0.Final.pom (3.2 kB at 247 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-http/2.0.0.Final/wildfly-elytron-auth-server-http-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/2.0.0.Final/wildfly-elytron-auth-server-http-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/2.0.0.Final/wildfly-elytron-auth-server-http-2.0.0.Final.pom (2.7 kB at 193 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-sasl/2.0.0.Final/wildfly-elytron-auth-server-sasl-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-sasl/2.0.0.Final/wildfly-elytron-auth-server-sasl-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-sasl/2.0.0.Final/wildfly-elytron-auth-server-sasl-2.0.0.Final.pom (2.5 kB at 254 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd-common/2.8.0/sshd-common-2.8.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.8.0/sshd-common-2.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.8.0/sshd-common-2.8.0.pom (4.7 kB at 313 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd/2.8.0/sshd-2.8.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.8.0/sshd-2.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.8.0/sshd-2.8.0.pom (77 kB at 2.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-framework-bom/5.3.11/spring-framework-bom-5.3.11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.11/spring-framework-bom-5.3.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.11/spring-framework-bom-5.3.11.pom (5.7 kB at 257 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom (1.2 kB at 59 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-sso/2.0.0.Final/wildfly-elytron-http-sso-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-sso/2.0.0.Final/wildfly-elytron-http-sso-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-sso/2.0.0.Final/wildfly-elytron-http-sso-2.0.0.Final.pom (2.8 kB at 233 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-util/2.0.0.Final/wildfly-elytron-http-util-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/2.0.0.Final/wildfly-elytron-http-util-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/2.0.0.Final/wildfly-elytron-http-util-2.0.0.Final.pom (2.6 kB at 294 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/2.0.0.Final/wildfly-http-ejb-client-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/2.0.0.Final/wildfly-http-ejb-client-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/2.0.0.Final/wildfly-http-ejb-client-2.0.0.Final.pom (4.7 kB at 263 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-client-parent/2.0.0.Final/wildfly-http-client-parent-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-parent/2.0.0.Final/wildfly-http-client-parent-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-parent/2.0.0.Final/wildfly-http-client-parent-2.0.0.Final.pom (19 kB at 853 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-core/2.2.17.Final/undertow-core-2.2.17.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.2.17.Final/undertow-core-2.2.17.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.2.17.Final/undertow-core-2.2.17.Final.pom (28 kB at 2.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-parent/2.2.17.Final/undertow-parent-2.2.17.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-parent/2.2.17.Final/undertow-parent-2.2.17.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-parent/2.2.17.Final/undertow-parent-2.2.17.Final.pom (31 kB at 2.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.8.6.Final/xnio-api-3.8.6.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.8.6.Final/xnio-api-3.8.6.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.8.6.Final/xnio-api-3.8.6.Final.pom (8.8 kB at 250 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-all/3.8.6.Final/xnio-all-3.8.6.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.8.6.Final/xnio-all-3.8.6.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.8.6.Final/xnio-all-3.8.6.Final.pom (7.1 kB at 324 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-nio/3.8.6.Final/xnio-nio-3.8.6.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.8.6.Final/xnio-nio-3.8.6.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.8.6.Final/xnio-nio-3.8.6.Final.pom (8.2 kB at 819 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/3.1.0.Final/jboss-threads-3.1.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.1.0.Final/jboss-threads-3.1.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.1.0.Final/jboss-threads-3.1.0.Final.pom (8.1 kB at 810 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/36/jboss-parent-36.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom (66 kB at 22 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-client-common/2.0.0.Final/wildfly-http-client-common-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-common/2.0.0.Final/wildfly-http-client-common-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-common/2.0.0.Final/wildfly-http-client-common-2.0.0.Final.pom (6.0 kB at 463 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth/1.15.1.Final/wildfly-elytron-auth-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.15.1.Final/wildfly-elytron-auth-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.15.1.Final/wildfly-elytron-auth-1.15.1.Final.pom (1.8 kB at 67 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-parent/1.15.1.Final/wildfly-elytron-parent-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.15.1.Final/wildfly-elytron-parent-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.15.1.Final/wildfly-elytron-parent-1.15.1.Final.pom (64 kB at 4.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-util/1.15.1.Final/wildfly-elytron-util-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.15.1.Final/wildfly-elytron-util-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.15.1.Final/wildfly-elytron-util-1.15.1.Final.pom (2.8 kB at 233 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-asn1/1.15.1.Final/wildfly-elytron-asn1-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/1.15.1.Final/wildfly-elytron-asn1-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/1.15.1.Final/wildfly-elytron-asn1-1.15.1.Final.pom (2.5 kB at 189 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-base/1.15.1.Final/wildfly-elytron-base-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.15.1.Final/wildfly-elytron-base-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.15.1.Final/wildfly-elytron-base-1.15.1.Final.pom (2.4 kB at 184 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server/1.15.1.Final/wildfly-elytron-auth-server-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.15.1.Final/wildfly-elytron-auth-server-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.15.1.Final/wildfly-elytron-auth-server-1.15.1.Final.pom (3.9 kB at 388 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential/1.15.1.Final/wildfly-elytron-credential-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.15.1.Final/wildfly-elytron-credential-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.15.1.Final/wildfly-elytron-credential-1.15.1.Final.pom (4.1 kB at 414 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-keystore/1.15.1.Final/wildfly-elytron-keystore-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.15.1.Final/wildfly-elytron-keystore-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/1.15.1.Final/wildfly-elytron-keystore-1.15.1.Final.pom (3.7 kB at 220 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-provider-util/1.15.1.Final/wildfly-elytron-provider-util-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/1.15.1.Final/wildfly-elytron-provider-util-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/1.15.1.Final/wildfly-elytron-provider-util-1.15.1.Final.pom (2.2 kB at 202 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500/1.15.1.Final/wildfly-elytron-x500-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/1.15.1.Final/wildfly-elytron-x500-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/1.15.1.Final/wildfly-elytron-x500-1.15.1.Final.pom (2.7 kB at 269 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-permission/1.15.1.Final/wildfly-elytron-permission-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.15.1.Final/wildfly-elytron-permission-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.15.1.Final/wildfly-elytron-permission-1.15.1.Final.pom (2.5 kB at 132 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-http/1.15.1.Final/wildfly-elytron-auth-server-http-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/1.15.1.Final/wildfly-elytron-auth-server-http-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/1.15.1.Final/wildfly-elytron-auth-server-http-1.15.1.Final.pom (2.7 kB at 135 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http/1.15.1.Final/wildfly-elytron-http-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.15.1.Final/wildfly-elytron-http-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.15.1.Final/wildfly-elytron-http-1.15.1.Final.pom (2.5 kB at 156 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-client/1.15.1.Final/wildfly-elytron-client-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.15.1.Final/wildfly-elytron-client-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.15.1.Final/wildfly-elytron-client-1.15.1.Final.pom (6.1 kB at 467 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-util/1.15.1.Final/wildfly-elytron-auth-util-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/1.15.1.Final/wildfly-elytron-auth-util-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/1.15.1.Final/wildfly-elytron-auth-util-1.15.1.Final.pom (3.3 kB at 369 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.15.1.Final/wildfly-elytron-mechanism-gssapi-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.15.1.Final/wildfly-elytron-mechanism-gssapi-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/1.15.1.Final/wildfly-elytron-mechanism-gssapi-1.15.1.Final.pom (2.9 kB at 289 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager-action/1.15.1.Final/wildfly-elytron-security-manager-action-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/1.15.1.Final/wildfly-elytron-security-manager-action-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/1.15.1.Final/wildfly-elytron-security-manager-action-1.15.1.Final.pom (1.7 kB at 97 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd-common/2.3.0/sshd-common-2.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.3.0/sshd-common-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.3.0/sshd-common-2.3.0.pom (4.7 kB at 520 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd/2.3.0/sshd-2.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.3.0/sshd-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.3.0/sshd-2.3.0.pom (66 kB at 4.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-framework-bom/5.1.7.RELEASE/spring-framework-bom-5.1.7.RELEASE.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.1.7.RELEASE/spring-framework-bom-5.1.7.RELEASE.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.1.7.RELEASE/spring-framework-bom-5.1.7.RELEASE.pom (5.3 kB at 587 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-source-impl/1.15.1.Final/wildfly-elytron-credential-source-impl-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/1.15.1.Final/wildfly-elytron-credential-source-impl-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/1.15.1.Final/wildfly-elytron-credential-source-impl-1.15.1.Final.pom (3.2 kB at 322 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-store/1.15.1.Final/wildfly-elytron-credential-store-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/1.15.1.Final/wildfly-elytron-credential-store-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/1.15.1.Final/wildfly-elytron-credential-store-1.15.1.Final.pom (4.2 kB at 327 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-encryption/1.15.1.Final/wildfly-elytron-encryption-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-encryption/1.15.1.Final/wildfly-elytron-encryption-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-encryption/1.15.1.Final/wildfly-elytron-encryption-1.15.1.Final.pom (2.3 kB at 194 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism/1.15.1.Final/wildfly-elytron-mechanism-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.15.1.Final/wildfly-elytron-mechanism-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/1.15.1.Final/wildfly-elytron-mechanism-1.15.1.Final.pom (2.7 kB at 298 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-password-impl/1.15.1.Final/wildfly-elytron-password-impl-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/1.15.1.Final/wildfly-elytron-password-impl-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/1.15.1.Final/wildfly-elytron-password-impl-1.15.1.Final.pom (2.9 kB at 101 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl/1.15.1.Final/wildfly-elytron-sasl-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.15.1.Final/wildfly-elytron-sasl-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.15.1.Final/wildfly-elytron-sasl-1.15.1.Final.pom (3.8 kB at 293 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-ssl/1.15.1.Final/wildfly-elytron-ssl-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/1.15.1.Final/wildfly-elytron-ssl-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/1.15.1.Final/wildfly-elytron-ssl-1.15.1.Final.pom (6.3 kB at 485 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert/1.15.1.Final/wildfly-elytron-x500-cert-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/1.15.1.Final/wildfly-elytron-x500-cert-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/1.15.1.Final/wildfly-elytron-x500-cert-1.15.1.Final.pom (3.2 kB at 405 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert-util/1.15.1.Final/wildfly-elytron-x500-cert-util-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/1.15.1.Final/wildfly-elytron-x500-cert-util-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/1.15.1.Final/wildfly-elytron-x500-cert-util-1.15.1.Final.pom (2.3 kB at 226 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-basic/1.15.1.Final/wildfly-elytron-http-basic-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-basic/1.15.1.Final/wildfly-elytron-http-basic-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-basic/1.15.1.Final/wildfly-elytron-http-basic-1.15.1.Final.pom (2.9 kB at 318 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-http/1.15.1.Final/wildfly-elytron-mechanism-http-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-http/1.15.1.Final/wildfly-elytron-mechanism-http-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-http/1.15.1.Final/wildfly-elytron-mechanism-http-1.15.1.Final.pom (2.6 kB at 255 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-cert/1.15.1.Final/wildfly-elytron-http-cert-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-cert/1.15.1.Final/wildfly-elytron-http-cert-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-cert/1.15.1.Final/wildfly-elytron-http-cert-1.15.1.Final.pom (2.8 kB at 356 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-digest/1.15.1.Final/wildfly-elytron-http-digest-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-digest/1.15.1.Final/wildfly-elytron-http-digest-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-digest/1.15.1.Final/wildfly-elytron-http-digest-1.15.1.Final.pom (3.0 kB at 332 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-digest/1.15.1.Final/wildfly-elytron-mechanism-digest-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/1.15.1.Final/wildfly-elytron-mechanism-digest-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/1.15.1.Final/wildfly-elytron-mechanism-digest-1.15.1.Final.pom (2.2 kB at 77 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-util/1.15.1.Final/wildfly-elytron-http-util-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/1.15.1.Final/wildfly-elytron-http-util-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/1.15.1.Final/wildfly-elytron-http-util-1.15.1.Final.pom (2.6 kB at 294 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager/1.15.1.Final/wildfly-elytron-security-manager-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.15.1.Final/wildfly-elytron-security-manager-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.15.1.Final/wildfly-elytron-security-manager-1.15.1.Final.pom (6.3 kB at 705 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm/1.15.1.Final/wildfly-elytron-realm-1.15.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.15.1.Final/wildfly-elytron-realm-1.15.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.15.1.Final/wildfly-elytron-realm-1.15.1.Final.pom (4.3 kB at 267 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-naming-client/2.0.0.Final/wildfly-http-naming-client-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-naming-client/2.0.0.Final/wildfly-http-naming-client-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-naming-client/2.0.0.Final/wildfly-http-naming-client-2.0.0.Final.pom (3.9 kB at 391 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/2.0.0.Final/wildfly-http-transaction-client-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/2.0.0.Final/wildfly-http-transaction-client-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/2.0.0.Final/wildfly-http-transaction-client-2.0.0.Final.pom (4.1 kB at 188 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/transaction/wildfly-transaction-client/3.0.0.Final/wildfly-transaction-client-3.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/3.0.0.Final/wildfly-transaction-client-3.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/3.0.0.Final/wildfly-transaction-client-3.0.0.Final.pom (7.7 kB at 697 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 949 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 298 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron/1.1.0.Final/wildfly-elytron-1.1.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.1.0.Final/wildfly-elytron-1.1.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.1.0.Final/wildfly-elytron-1.1.0.Final.pom (21 kB at 942 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-naming-client/1.1.0.Final/wildfly-naming-client-1.1.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.1.0.Final/wildfly-naming-client-1.1.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.1.0.Final/wildfly-naming-client-1.1.0.Final.pom (9.7 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-ejb-client/5.0.0.Final/jboss-ejb-client-5.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/5.0.0.Final/jboss-ejb-client-5.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/5.0.0.Final/jboss-ejb-client-5.0.0.Final.pom (24 kB at 2.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kohsuke/metainf-services/metainf-services/1.7/metainf-services-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/metainf-services/metainf-services/1.7/metainf-services-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/metainf-services/metainf-services/1.7/metainf-services-1.7.pom (2.6 kB at 258 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kohsuke/pom/14/pom-14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/pom/14/pom-14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/pom/14/pom-14.pom (5.5 kB at 498 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-core/2.3.0.Final/undertow-core-2.3.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.3.0.Final/undertow-core-2.3.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.3.0.Final/undertow-core-2.3.0.Final.pom (23 kB at 2.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-parent/2.3.0.Final/undertow-parent-2.3.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-parent/2.3.0.Final/undertow-parent-2.3.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-parent/2.3.0.Final/undertow-parent-2.3.0.Final.pom (26 kB at 2.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/3.5.0.Final/jboss-threads-3.5.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.5.0.Final/jboss-threads-3.5.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.5.0.Final/jboss-threads-3.5.0.Final.pom (7.3 kB at 524 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-basic/2.0.0.Final/wildfly-elytron-http-basic-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-basic/2.0.0.Final/wildfly-elytron-http-basic-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-basic/2.0.0.Final/wildfly-elytron-http-basic-2.0.0.Final.pom (2.9 kB at 286 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-http/2.0.0.Final/wildfly-elytron-mechanism-http-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-http/2.0.0.Final/wildfly-elytron-mechanism-http-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-http/2.0.0.Final/wildfly-elytron-mechanism-http-2.0.0.Final.pom (2.5 kB at 94 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-cert/2.0.0.Final/wildfly-elytron-http-cert-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-cert/2.0.0.Final/wildfly-elytron-http-cert-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-cert/2.0.0.Final/wildfly-elytron-http-cert-2.0.0.Final.pom (2.8 kB at 259 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-digest/2.0.0.Final/wildfly-elytron-http-digest-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-digest/2.0.0.Final/wildfly-elytron-http-digest-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-digest/2.0.0.Final/wildfly-elytron-http-digest-2.0.0.Final.pom (3.0 kB at 176 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-digest/2.0.0.Final/wildfly-elytron-mechanism-digest-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/2.0.0.Final/wildfly-elytron-mechanism-digest-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/2.0.0.Final/wildfly-elytron-mechanism-digest-2.0.0.Final.pom (2.2 kB at 180 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron/2.0.0.Final/wildfly-elytron-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/2.0.0.Final/wildfly-elytron-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/2.0.0.Final/wildfly-elytron-2.0.0.Final.pom (51 kB at 4.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-audit/2.0.0.Final/wildfly-elytron-audit-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-audit/2.0.0.Final/wildfly-elytron-audit-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-audit/2.0.0.Final/wildfly-elytron-audit-2.0.0.Final.pom (2.7 kB at 205 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-digest/2.0.0.Final/wildfly-elytron-digest-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-digest/2.0.0.Final/wildfly-elytron-digest-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-digest/2.0.0.Final/wildfly-elytron-digest-2.0.0.Final.pom (2.0 kB at 283 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-bearer/2.0.0.Final/wildfly-elytron-http-bearer-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-bearer/2.0.0.Final/wildfly-elytron-http-bearer-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-bearer/2.0.0.Final/wildfly-elytron-http-bearer-2.0.0.Final.pom (2.7 kB at 178 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-external/2.0.0.Final/wildfly-elytron-http-external-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-external/2.0.0.Final/wildfly-elytron-http-external-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-external/2.0.0.Final/wildfly-elytron-http-external-2.0.0.Final.pom (2.4 kB at 215 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-form/2.0.0.Final/wildfly-elytron-http-form-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-form/2.0.0.Final/wildfly-elytron-http-form-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-form/2.0.0.Final/wildfly-elytron-http-form-2.0.0.Final.pom (2.5 kB at 87 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-oidc/2.0.0.Final/wildfly-elytron-http-oidc-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-oidc/2.0.0.Final/wildfly-elytron-http-oidc-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-oidc/2.0.0.Final/wildfly-elytron-http-oidc-2.0.0.Final.pom (5.6 kB at 557 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-jose-jwk/2.0.0.Final/wildfly-elytron-jose-jwk-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jose-jwk/2.0.0.Final/wildfly-elytron-jose-jwk-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jose-jwk/2.0.0.Final/wildfly-elytron-jose-jwk-2.0.0.Final.pom (2.7 kB at 116 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-jose-util/2.0.0.Final/wildfly-elytron-jose-util-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jose-util/2.0.0.Final/wildfly-elytron-jose-util-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jose-util/2.0.0.Final/wildfly-elytron-jose-util-2.0.0.Final.pom (1.9 kB at 121 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.pom (6.1 kB at 507 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.pom (5.5 kB at 553 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-base/2.13.3/jackson-base-2.13.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.3/jackson-base-2.13.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.3/jackson-base-2.13.3.pom (9.9 kB at 760 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-bom/2.13.3/jackson-bom-2.13.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.3/jackson-bom-2.13.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.3/jackson-bom-2.13.3.pom (17 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.pom (16 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/bitbucket/b_c/jose4j/0.7.11/jose4j-0.7.11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitbucket/b_c/jose4j/0.7.11/jose4j-0.7.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitbucket/b_c/jose4j/0.7.11/jose4j-0.7.11.pom (8.9 kB at 805 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-spnego/2.0.0.Final/wildfly-elytron-http-spnego-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-spnego/2.0.0.Final/wildfly-elytron-http-spnego-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-spnego/2.0.0.Final/wildfly-elytron-http-spnego-2.0.0.Final.pom (3.0 kB at 199 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-json-util/2.0.0.Final/wildfly-elytron-json-util-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-json-util/2.0.0.Final/wildfly-elytron-json-util-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-json-util/2.0.0.Final/wildfly-elytron-json-util-2.0.0.Final.pom (1.8 kB at 177 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-oauth2/2.0.0.Final/wildfly-elytron-mechanism-oauth2-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/2.0.0.Final/wildfly-elytron-mechanism-oauth2-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/2.0.0.Final/wildfly-elytron-mechanism-oauth2-2.0.0.Final.pom (2.4 kB at 272 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-scram/2.0.0.Final/wildfly-elytron-mechanism-scram-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/2.0.0.Final/wildfly-elytron-mechanism-scram-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/2.0.0.Final/wildfly-elytron-mechanism-scram-2.0.0.Final.pom (2.3 kB at 175 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm-jdbc/2.0.0.Final/wildfly-elytron-realm-jdbc-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-jdbc/2.0.0.Final/wildfly-elytron-realm-jdbc-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-jdbc/2.0.0.Final/wildfly-elytron-realm-jdbc-2.0.0.Final.pom (3.8 kB at 378 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm-ldap/2.0.0.Final/wildfly-elytron-realm-ldap-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-ldap/2.0.0.Final/wildfly-elytron-realm-ldap-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-ldap/2.0.0.Final/wildfly-elytron-realm-ldap-2.0.0.Final.pom (4.0 kB at 251 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm-token/2.0.0.Final/wildfly-elytron-realm-token-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-token/2.0.0.Final/wildfly-elytron-realm-token-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-token/2.0.0.Final/wildfly-elytron-realm-token-2.0.0.Final.pom (3.7 kB at 169 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-digest/2.0.0.Final/wildfly-elytron-sasl-digest-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/2.0.0.Final/wildfly-elytron-sasl-digest-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/2.0.0.Final/wildfly-elytron-sasl-digest-2.0.0.Final.pom (3.0 kB at 115 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-entity/2.0.0.Final/wildfly-elytron-sasl-entity-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-entity/2.0.0.Final/wildfly-elytron-sasl-entity-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-entity/2.0.0.Final/wildfly-elytron-sasl-entity-2.0.0.Final.pom (2.8 kB at 174 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-external/2.0.0.Final/wildfly-elytron-sasl-external-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/2.0.0.Final/wildfly-elytron-sasl-external-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/2.0.0.Final/wildfly-elytron-sasl-external-2.0.0.Final.pom (2.7 kB at 171 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-gs2/2.0.0.Final/wildfly-elytron-sasl-gs2-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gs2/2.0.0.Final/wildfly-elytron-sasl-gs2-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gs2/2.0.0.Final/wildfly-elytron-sasl-gs2-2.0.0.Final.pom (3.0 kB at 156 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-gssapi/2.0.0.Final/wildfly-elytron-sasl-gssapi-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/2.0.0.Final/wildfly-elytron-sasl-gssapi-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/2.0.0.Final/wildfly-elytron-sasl-gssapi-2.0.0.Final.pom (3.4 kB at 424 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-oauth2/2.0.0.Final/wildfly-elytron-sasl-oauth2-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/2.0.0.Final/wildfly-elytron-sasl-oauth2-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/2.0.0.Final/wildfly-elytron-sasl-oauth2-2.0.0.Final.pom (2.3 kB at 259 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-otp/2.0.0.Final/wildfly-elytron-sasl-otp-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-otp/2.0.0.Final/wildfly-elytron-sasl-otp-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-otp/2.0.0.Final/wildfly-elytron-sasl-otp-2.0.0.Final.pom (2.6 kB at 293 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-plain/2.0.0.Final/wildfly-elytron-sasl-plain-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/2.0.0.Final/wildfly-elytron-sasl-plain-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/2.0.0.Final/wildfly-elytron-sasl-plain-2.0.0.Final.pom (2.5 kB at 207 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-scram/2.0.0.Final/wildfly-elytron-sasl-scram-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/2.0.0.Final/wildfly-elytron-sasl-scram-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/2.0.0.Final/wildfly-elytron-sasl-scram-2.0.0.Final.pom (2.7 kB at 296 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert-acme/2.0.0.Final/wildfly-elytron-x500-cert-acme-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-acme/2.0.0.Final/wildfly-elytron-x500-cert-acme-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-acme/2.0.0.Final/wildfly-elytron-x500-cert-acme-2.0.0.Final.pom (4.1 kB at 371 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-principal/2.0.0.Final/wildfly-elytron-x500-principal-2.0.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-principal/2.0.0.Final/wildfly-elytron-x500-principal-2.0.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-principal/2.0.0.Final/wildfly-elytron-x500-principal-2.0.0.Final.pom (2.4 kB at 169 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/bitbucket/b_c/jose4j/0.8.0/jose4j-0.8.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitbucket/b_c/jose4j/0.8.0/jose4j-0.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitbucket/b_c/jose4j/0.8.0/jose4j-0.8.0.pom (8.9 kB at 492 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.pom (6.1 kB at 507 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.pom (5.5 kB at 692 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-base/2.13.4/jackson-base-2.13.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.4/jackson-base-2.13.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.4/jackson-base-2.13.4.pom (9.9 kB at 290 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-bom/2.13.4/jackson-bom-2.13.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.4/jackson-bom-2.13.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.4/jackson-bom-2.13.4.pom (17 kB at 8.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.pom (17 kB at 919 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/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 3.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-ejb-client/5.0.1.Final/jboss-ejb-client-5.0.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/5.0.1.Final/jboss-ejb-client-5.0.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/5.0.1.Final/jboss-ejb-client-5.0.1.Final.jar (458 kB at 25 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling/2.1.1.Final/jboss-marshalling-2.1.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.1.1.Final/jboss-marshalling-2.1.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.1.1.Final/jboss-marshalling-2.1.1.Final.jar (238 kB at 15 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-river/2.1.1.Final/jboss-marshalling-river-2.1.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.1.1.Final/jboss-marshalling-river-2.1.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.1.1.Final/jboss-marshalling-river-2.1.1.Final.jar (91 kB at 11 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.8.2.Final/xnio-api-3.8.2.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.8.2.Final/xnio-api-3.8.2.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.8.2.Final/xnio-api-3.8.2.Final.jar (588 kB at 28 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-nio/3.8.2.Final/xnio-nio-3.8.2.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.8.2.Final/xnio-nio-3.8.2.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.8.2.Final/xnio-nio-3.8.2.Final.jar (112 kB at 10 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/remoting/jboss-remoting/5.0.23.Final/jboss-remoting-5.0.23.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.23.Final/jboss-remoting-5.0.23.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.23.Final/jboss-remoting-5.0.23.Final.jar (329 kB at 30 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.jar
[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.jar
[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.jar (60 kB at 6.7 MB/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.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.jar (47 kB at 5.9 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.jar
[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/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.jar (284 kB at 18 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/discovery/wildfly-discovery-client/1.2.1.Final/wildfly-discovery-client-1.2.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.2.1.Final/wildfly-discovery-client-1.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.2.1.Final/wildfly-discovery-client-1.2.1.Final.jar (85 kB at 5.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth/1.19.0.Final/wildfly-elytron-auth-1.19.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.19.0.Final/wildfly-elytron-auth-1.19.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.19.0.Final/wildfly-elytron-auth-1.19.0.Final.jar (13 kB at 1.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server/1.19.0.Final/wildfly-elytron-auth-server-1.19.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.19.0.Final/wildfly-elytron-auth-server-1.19.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.19.0.Final/wildfly-elytron-auth-server-1.19.0.Final.jar (276 kB at 13 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential/1.19.0.Final/wildfly-elytron-credential-1.19.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.19.0.Final/wildfly-elytron-credential-1.19.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.19.0.Final/wildfly-elytron-credential-1.19.0.Final.jar (139 kB at 9.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-client/1.19.0.Final/wildfly-elytron-client-1.19.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.19.0.Final/wildfly-elytron-client-1.19.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.19.0.Final/wildfly-elytron-client-1.19.0.Final.jar (223 kB at 15 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager/1.19.0.Final/wildfly-elytron-security-manager-1.19.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.19.0.Final/wildfly-elytron-security-manager-1.19.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.19.0.Final/wildfly-elytron-security-manager-1.19.0.Final.jar (34 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager-action/1.19.0.Final/wildfly-elytron-security-manager-action-1.19.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/1.19.0.Final/wildfly-elytron-security-manager-action-1.19.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/1.19.0.Final/wildfly-elytron-security-manager-action-1.19.0.Final.jar (20 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-permission/1.19.0.Final/wildfly-elytron-permission-1.19.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.19.0.Final/wildfly-elytron-permission-1.19.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.19.0.Final/wildfly-elytron-permission-1.19.0.Final.jar (63 kB at 3.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl/1.19.0.Final/wildfly-elytron-sasl-1.19.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.19.0.Final/wildfly-elytron-sasl-1.19.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.19.0.Final/wildfly-elytron-sasl-1.19.0.Final.jar (163 kB at 18 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm/1.19.0.Final/wildfly-elytron-realm-1.19.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.19.0.Final/wildfly-elytron-realm-1.19.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.19.0.Final/wildfly-elytron-realm-1.19.0.Final.jar (108 kB at 12 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-localuser/1.19.0.Final/wildfly-elytron-sasl-localuser-1.19.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-localuser/1.19.0.Final/wildfly-elytron-sasl-localuser-1.19.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-localuser/1.19.0.Final/wildfly-elytron-sasl-localuser-1.19.0.Final.jar (15 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-sso/1.19.0.Final/wildfly-elytron-http-sso-1.19.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-sso/1.19.0.Final/wildfly-elytron-http-sso-1.19.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-sso/1.19.0.Final/wildfly-elytron-http-sso-1.19.0.Final.jar (39 kB at 2.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-util/1.19.0.Final/wildfly-elytron-http-util-1.19.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/1.19.0.Final/wildfly-elytron-http-util-1.19.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/1.19.0.Final/wildfly-elytron-http-util-1.19.0.Final.jar (30 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-util/1.19.0.Final/wildfly-elytron-util-1.19.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.19.0.Final/wildfly-elytron-util-1.19.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/1.19.0.Final/wildfly-elytron-util-1.19.0.Final.jar (35 kB at 3.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-naming-client/2.0.0.Final/wildfly-naming-client-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/2.0.0.Final/wildfly-naming-client-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/2.0.0.Final/wildfly-naming-client-2.0.0.Final.jar (139 kB at 13 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.8.8.Final/xnio-api-3.8.8.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.8.8.Final/xnio-api-3.8.8.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.8.8.Final/xnio-api-3.8.8.Final.jar (585 kB at 39 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.5.4.Final/wildfly-common-1.5.4.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.4.Final/wildfly-common-1.5.4.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.4.Final/wildfly-common-1.5.4.Final.jar (285 kB at 11 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/2.3.6.Final/jboss-threads-2.3.6.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.6.Final/jboss-threads-2.3.6.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.6.Final/jboss-threads-2.3.6.Final.jar (168 kB at 17 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/2.4.0.Final/jboss-threads-2.4.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.4.0.Final/jboss-threads-2.4.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.4.0.Final/jboss-threads-2.4.0.Final.jar (170 kB at 11 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.jar
[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.jar
[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.jar (66 kB at 4.4 MB/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.jar
[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.jar
[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.jar (222 kB at 20 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-nio/3.8.8.Final/xnio-nio-3.8.8.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.8.8.Final/xnio-nio-3.8.8.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.8.8.Final/xnio-nio-3.8.8.Final.jar (111 kB at 6.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/remoting/jboss-remoting/5.0.26.Final/jboss-remoting-5.0.26.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.26.Final/jboss-remoting-5.0.26.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.26.Final/jboss-remoting-5.0.26.Final.jar (326 kB at 13 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.6.0.Final/wildfly-common-1.6.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.6.0.Final/wildfly-common-1.6.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.6.0.Final/wildfly-common-1.6.0.Final.jar (295 kB at 20 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server/1.20.2.Final/wildfly-elytron-auth-server-1.20.2.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.20.2.Final/wildfly-elytron-auth-server-1.20.2.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.20.2.Final/wildfly-elytron-auth-server-1.20.2.Final.jar (277 kB at 25 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-deprecated/1.20.2.Final/wildfly-elytron-auth-server-deprecated-1.20.2.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-deprecated/1.20.2.Final/wildfly-elytron-auth-server-deprecated-1.20.2.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-deprecated/1.20.2.Final/wildfly-elytron-auth-server-deprecated-1.20.2.Final.jar (16 kB at 1.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-client/1.20.2.Final/wildfly-elytron-client-1.20.2.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.20.2.Final/wildfly-elytron-client-1.20.2.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.20.2.Final/wildfly-elytron-client-1.20.2.Final.jar (223 kB at 22 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl/1.20.2.Final/wildfly-elytron-sasl-1.20.2.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.20.2.Final/wildfly-elytron-sasl-1.20.2.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/1.20.2.Final/wildfly-elytron-sasl-1.20.2.Final.jar (163 kB at 6.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-auth-util/1.20.2.Final/wildfly-elytron-sasl-auth-util-1.20.2.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-auth-util/1.20.2.Final/wildfly-elytron-sasl-auth-util-1.20.2.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-auth-util/1.20.2.Final/wildfly-elytron-sasl-auth-util-1.20.2.Final.jar (8.3 kB at 755 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager/1.20.2.Final/wildfly-elytron-security-manager-1.20.2.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.20.2.Final/wildfly-elytron-security-manager-1.20.2.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.20.2.Final/wildfly-elytron-security-manager-1.20.2.Final.jar (34 kB at 2.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm/1.20.2.Final/wildfly-elytron-realm-1.20.2.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.20.2.Final/wildfly-elytron-realm-1.20.2.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.20.2.Final/wildfly-elytron-realm-1.20.2.Final.jar (117 kB at 5.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-deprecated/2.0.0.Final/wildfly-elytron-auth-server-deprecated-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-deprecated/2.0.0.Final/wildfly-elytron-auth-server-deprecated-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-deprecated/2.0.0.Final/wildfly-elytron-auth-server-deprecated-2.0.0.Final.jar (16 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-auth-server/2.0.0.Final/wildfly-elytron-auth-server-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/2.0.0.Final/wildfly-elytron-auth-server-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/2.0.0.Final/wildfly-elytron-auth-server-2.0.0.Final.jar (277 kB at 13 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential/2.0.0.Final/wildfly-elytron-credential-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/2.0.0.Final/wildfly-elytron-credential-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/2.0.0.Final/wildfly-elytron-credential-2.0.0.Final.jar (139 kB at 5.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http/2.0.0.Final/wildfly-elytron-http-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/2.0.0.Final/wildfly-elytron-http-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/2.0.0.Final/wildfly-elytron-http-2.0.0.Final.jar (35 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-auth-server-http/2.0.0.Final/wildfly-elytron-auth-server-http-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/2.0.0.Final/wildfly-elytron-auth-server-http-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/2.0.0.Final/wildfly-elytron-auth-server-http-2.0.0.Final.jar (12 kB at 879 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-sasl/2.0.0.Final/wildfly-elytron-auth-server-sasl-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-sasl/2.0.0.Final/wildfly-elytron-auth-server-sasl-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-sasl/2.0.0.Final/wildfly-elytron-auth-server-sasl-2.0.0.Final.jar (9.0 kB at 819 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl/2.0.0.Final/wildfly-elytron-sasl-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/2.0.0.Final/wildfly-elytron-sasl-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/2.0.0.Final/wildfly-elytron-sasl-2.0.0.Final.jar (163 kB at 6.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-auth-util/2.0.0.Final/wildfly-elytron-sasl-auth-util-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-auth-util/2.0.0.Final/wildfly-elytron-sasl-auth-util-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-auth-util/2.0.0.Final/wildfly-elytron-sasl-auth-util-2.0.0.Final.jar (8.3 kB at 319 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-client/2.0.0.Final/wildfly-elytron-client-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/2.0.0.Final/wildfly-elytron-client-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/2.0.0.Final/wildfly-elytron-client-2.0.0.Final.jar (218 kB at 20 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.jar
[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.jar
[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.jar (142 kB at 14 MB/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.jar
[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.jar
[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.jar (47 kB at 4.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth/2.0.0.Final/wildfly-elytron-auth-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/2.0.0.Final/wildfly-elytron-auth-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/2.0.0.Final/wildfly-elytron-auth-2.0.0.Final.jar (13 kB at 1.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-util/2.0.0.Final/wildfly-elytron-util-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/2.0.0.Final/wildfly-elytron-util-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/2.0.0.Final/wildfly-elytron-util-2.0.0.Final.jar (35 kB at 2.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-base/2.0.0.Final/wildfly-elytron-base-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/2.0.0.Final/wildfly-elytron-base-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/2.0.0.Final/wildfly-elytron-base-2.0.0.Final.jar (32 kB at 1.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-permission/2.0.0.Final/wildfly-elytron-permission-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/2.0.0.Final/wildfly-elytron-permission-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/2.0.0.Final/wildfly-elytron-permission-2.0.0.Final.jar (63 kB at 4.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500/2.0.0.Final/wildfly-elytron-x500-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/2.0.0.Final/wildfly-elytron-x500-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/2.0.0.Final/wildfly-elytron-x500-2.0.0.Final.jar (36 kB at 3.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-asn1/2.0.0.Final/wildfly-elytron-asn1-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/2.0.0.Final/wildfly-elytron-asn1-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/2.0.0.Final/wildfly-elytron-asn1-2.0.0.Final.jar (38 kB at 3.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-keystore/2.0.0.Final/wildfly-elytron-keystore-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/2.0.0.Final/wildfly-elytron-keystore-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/2.0.0.Final/wildfly-elytron-keystore-2.0.0.Final.jar (49 kB at 2.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-provider-util/2.0.0.Final/wildfly-elytron-provider-util-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/2.0.0.Final/wildfly-elytron-provider-util-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/2.0.0.Final/wildfly-elytron-provider-util-2.0.0.Final.jar (16 kB at 1.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert/2.0.0.Final/wildfly-elytron-x500-cert-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/2.0.0.Final/wildfly-elytron-x500-cert-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/2.0.0.Final/wildfly-elytron-x500-cert-2.0.0.Final.jar (72 kB at 4.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-util/2.0.0.Final/wildfly-elytron-auth-util-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/2.0.0.Final/wildfly-elytron-auth-util-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-util/2.0.0.Final/wildfly-elytron-auth-util-2.0.0.Final.jar (26 kB at 2.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-source-impl/2.0.0.Final/wildfly-elytron-credential-source-impl-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/2.0.0.Final/wildfly-elytron-credential-source-impl-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-source-impl/2.0.0.Final/wildfly-elytron-credential-source-impl-2.0.0.Final.jar (24 kB at 1.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential-store/2.0.0.Final/wildfly-elytron-credential-store-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/2.0.0.Final/wildfly-elytron-credential-store-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential-store/2.0.0.Final/wildfly-elytron-credential-store-2.0.0.Final.jar (69 kB at 5.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism/2.0.0.Final/wildfly-elytron-mechanism-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/2.0.0.Final/wildfly-elytron-mechanism-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/2.0.0.Final/wildfly-elytron-mechanism-2.0.0.Final.jar (39 kB at 4.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-password-impl/2.0.0.Final/wildfly-elytron-password-impl-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/2.0.0.Final/wildfly-elytron-password-impl-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/2.0.0.Final/wildfly-elytron-password-impl-2.0.0.Final.jar (101 kB at 7.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-gssapi/2.0.0.Final/wildfly-elytron-mechanism-gssapi-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/2.0.0.Final/wildfly-elytron-mechanism-gssapi-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/2.0.0.Final/wildfly-elytron-mechanism-gssapi-2.0.0.Final.jar (19 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager-action/2.0.0.Final/wildfly-elytron-security-manager-action-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/2.0.0.Final/wildfly-elytron-security-manager-action-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/2.0.0.Final/wildfly-elytron-security-manager-action-2.0.0.Final.jar (20 kB at 695 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd-common/2.7.0/sshd-common-2.7.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.7.0/sshd-common-2.7.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.7.0/sshd-common-2.7.0.jar (911 kB at 54 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd-common/2.8.0/sshd-common-2.8.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.8.0/sshd-common-2.8.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.8.0/sshd-common-2.8.0.jar (936 kB at 25 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar (17 kB at 2.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-encryption/2.0.0.Final/wildfly-elytron-encryption-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-encryption/2.0.0.Final/wildfly-elytron-encryption-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-encryption/2.0.0.Final/wildfly-elytron-encryption-2.0.0.Final.jar (11 kB at 569 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert-util/2.0.0.Final/wildfly-elytron-x500-cert-util-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/2.0.0.Final/wildfly-elytron-x500-cert-util-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/2.0.0.Final/wildfly-elytron-x500-cert-util-2.0.0.Final.jar (8.1 kB at 1.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-security-manager/2.0.0.Final/wildfly-elytron-security-manager-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/2.0.0.Final/wildfly-elytron-security-manager-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/2.0.0.Final/wildfly-elytron-security-manager-2.0.0.Final.jar (34 kB at 3.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-ssl/2.0.0.Final/wildfly-elytron-ssl-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/2.0.0.Final/wildfly-elytron-ssl-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/2.0.0.Final/wildfly-elytron-ssl-2.0.0.Final.jar (179 kB at 13 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm/2.0.0.Final/wildfly-elytron-realm-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/2.0.0.Final/wildfly-elytron-realm-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/2.0.0.Final/wildfly-elytron-realm-2.0.0.Final.jar (117 kB at 5.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-localuser/2.0.0.Final/wildfly-elytron-sasl-localuser-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-localuser/2.0.0.Final/wildfly-elytron-sasl-localuser-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-localuser/2.0.0.Final/wildfly-elytron-sasl-localuser-2.0.0.Final.jar (15 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-sso/2.0.0.Final/wildfly-elytron-http-sso-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-sso/2.0.0.Final/wildfly-elytron-http-sso-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-sso/2.0.0.Final/wildfly-elytron-http-sso-2.0.0.Final.jar (39 kB at 1.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-util/2.0.0.Final/wildfly-elytron-http-util-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/2.0.0.Final/wildfly-elytron-http-util-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/2.0.0.Final/wildfly-elytron-http-util-2.0.0.Final.jar (30 kB at 3.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/remoting/jboss-remoting/5.0.25.Final/jboss-remoting-5.0.25.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.25.Final/jboss-remoting-5.0.25.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.25.Final/jboss-remoting-5.0.25.Final.jar (329 kB at 12 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-anonymous/2.0.0.Final/wildfly-elytron-sasl-anonymous-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-anonymous/2.0.0.Final/wildfly-elytron-sasl-anonymous-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-anonymous/2.0.0.Final/wildfly-elytron-sasl-anonymous-2.0.0.Final.jar (11 kB at 649 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/2.0.0.Final/wildfly-http-ejb-client-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/2.0.0.Final/wildfly-http-ejb-client-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/2.0.0.Final/wildfly-http-ejb-client-2.0.0.Final.jar (72 kB at 5.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-core/2.2.17.Final/undertow-core-2.2.17.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.2.17.Final/undertow-core-2.2.17.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.2.17.Final/undertow-core-2.2.17.Final.jar (2.4 MB at 60 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-client-common/2.0.0.Final/wildfly-http-client-common-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-common/2.0.0.Final/wildfly-http-client-common-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-common/2.0.0.Final/wildfly-http-client-common-2.0.0.Final.jar (94 kB at 4.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-naming-client/2.0.0.Final/wildfly-http-naming-client-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-naming-client/2.0.0.Final/wildfly-http-naming-client-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-naming-client/2.0.0.Final/wildfly-http-naming-client-2.0.0.Final.jar (43 kB at 2.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/2.0.0.Final/wildfly-http-transaction-client-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/2.0.0.Final/wildfly-http-transaction-client-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/2.0.0.Final/wildfly-http-transaction-client-2.0.0.Final.jar (40 kB at 4.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-ejb-client/5.0.0.Final/jboss-ejb-client-5.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/5.0.0.Final/jboss-ejb-client-5.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/5.0.0.Final/jboss-ejb-client-5.0.0.Final.jar (457 kB at 29 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kohsuke/metainf-services/metainf-services/1.7/metainf-services-1.7.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/metainf-services/metainf-services/1.7/metainf-services-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/metainf-services/metainf-services/1.7/metainf-services-1.7.jar (7.7 kB at 856 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-core/2.3.0.Final/undertow-core-2.3.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.3.0.Final/undertow-core-2.3.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.3.0.Final/undertow-core-2.3.0.Final.jar (2.3 MB at 59 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/3.5.0.Final/jboss-threads-3.5.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.5.0.Final/jboss-threads-3.5.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.5.0.Final/jboss-threads-3.5.0.Final.jar (123 kB at 6.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth/1.15.1.Final/wildfly-elytron-auth-1.15.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.15.1.Final/wildfly-elytron-auth-1.15.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/1.15.1.Final/wildfly-elytron-auth-1.15.1.Final.jar (13 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server/1.15.1.Final/wildfly-elytron-auth-server-1.15.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.15.1.Final/wildfly-elytron-auth-server-1.15.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/1.15.1.Final/wildfly-elytron-auth-server-1.15.1.Final.jar (275 kB at 25 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-auth-server-http/1.15.1.Final/wildfly-elytron-auth-server-http-1.15.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/1.15.1.Final/wildfly-elytron-auth-server-http-1.15.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server-http/1.15.1.Final/wildfly-elytron-auth-server-http-1.15.1.Final.jar (12 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-base/1.15.1.Final/wildfly-elytron-base-1.15.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.15.1.Final/wildfly-elytron-base-1.15.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/1.15.1.Final/wildfly-elytron-base-1.15.1.Final.jar (32 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-client/1.15.1.Final/wildfly-elytron-client-1.15.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.15.1.Final/wildfly-elytron-client-1.15.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-client/1.15.1.Final/wildfly-elytron-client-1.15.1.Final.jar (211 kB at 9.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-credential/1.15.1.Final/wildfly-elytron-credential-1.15.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.15.1.Final/wildfly-elytron-credential-1.15.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/1.15.1.Final/wildfly-elytron-credential-1.15.1.Final.jar (137 kB at 15 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http/1.15.1.Final/wildfly-elytron-http-1.15.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.15.1.Final/wildfly-elytron-http-1.15.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/1.15.1.Final/wildfly-elytron-http-1.15.1.Final.jar (33 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-basic/1.15.1.Final/wildfly-elytron-http-basic-1.15.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-basic/1.15.1.Final/wildfly-elytron-http-basic-1.15.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-basic/1.15.1.Final/wildfly-elytron-http-basic-1.15.1.Final.jar (10 kB at 941 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-cert/1.15.1.Final/wildfly-elytron-http-cert-1.15.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-cert/1.15.1.Final/wildfly-elytron-http-cert-1.15.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-cert/1.15.1.Final/wildfly-elytron-http-cert-1.15.1.Final.jar (12 kB at 1.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-digest/1.15.1.Final/wildfly-elytron-http-digest-1.15.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-digest/1.15.1.Final/wildfly-elytron-http-digest-1.15.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-digest/1.15.1.Final/wildfly-elytron-http-digest-1.15.1.Final.jar (22 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-util/1.15.1.Final/wildfly-elytron-http-util-1.15.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/1.15.1.Final/wildfly-elytron-http-util-1.15.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-util/1.15.1.Final/wildfly-elytron-http-util-1.15.1.Final.jar (30 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-security-manager/1.15.1.Final/wildfly-elytron-security-manager-1.15.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.15.1.Final/wildfly-elytron-security-manager-1.15.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager/1.15.1.Final/wildfly-elytron-security-manager-1.15.1.Final.jar (34 kB at 3.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-permission/1.15.1.Final/wildfly-elytron-permission-1.15.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.15.1.Final/wildfly-elytron-permission-1.15.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/1.15.1.Final/wildfly-elytron-permission-1.15.1.Final.jar (63 kB at 7.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm/1.15.1.Final/wildfly-elytron-realm-1.15.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.15.1.Final/wildfly-elytron-realm-1.15.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm/1.15.1.Final/wildfly-elytron-realm-1.15.1.Final.jar (96 kB at 4.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-basic/2.0.0.Final/wildfly-elytron-http-basic-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-basic/2.0.0.Final/wildfly-elytron-http-basic-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-basic/2.0.0.Final/wildfly-elytron-http-basic-2.0.0.Final.jar (10 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-http/2.0.0.Final/wildfly-elytron-mechanism-http-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-http/2.0.0.Final/wildfly-elytron-mechanism-http-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-http/2.0.0.Final/wildfly-elytron-mechanism-http-2.0.0.Final.jar (7.4 kB at 818 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-cert/2.0.0.Final/wildfly-elytron-http-cert-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-cert/2.0.0.Final/wildfly-elytron-http-cert-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-cert/2.0.0.Final/wildfly-elytron-http-cert-2.0.0.Final.jar (12 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-digest/2.0.0.Final/wildfly-elytron-http-digest-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-digest/2.0.0.Final/wildfly-elytron-http-digest-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-digest/2.0.0.Final/wildfly-elytron-http-digest-2.0.0.Final.jar (22 kB at 941 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-digest/2.0.0.Final/wildfly-elytron-mechanism-digest-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/2.0.0.Final/wildfly-elytron-mechanism-digest-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/2.0.0.Final/wildfly-elytron-mechanism-digest-2.0.0.Final.jar (13 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/transaction/wildfly-transaction-client/3.0.0.Final/wildfly-transaction-client-3.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/3.0.0.Final/wildfly-transaction-client-3.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/3.0.0.Final/wildfly-transaction-client-3.0.0.Final.jar (187 kB at 4.1 MB/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.jar
[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.jar
[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.jar (577 kB at 19 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.jar
[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.jar
[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.jar (2.0 MB at 54 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-naming-client/1.1.0.Final/wildfly-naming-client-1.1.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.1.0.Final/wildfly-naming-client-1.1.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.1.0.Final/wildfly-naming-client-1.1.0.Final.jar (140 kB at 9.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron/2.0.0.Final/wildfly-elytron-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/2.0.0.Final/wildfly-elytron-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/2.0.0.Final/wildfly-elytron-2.0.0.Final.jar (7.1 MB at 50 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-audit/2.0.0.Final/wildfly-elytron-audit-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-audit/2.0.0.Final/wildfly-elytron-audit-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-audit/2.0.0.Final/wildfly-elytron-audit-2.0.0.Final.jar (42 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-digest/2.0.0.Final/wildfly-elytron-digest-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-digest/2.0.0.Final/wildfly-elytron-digest-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-digest/2.0.0.Final/wildfly-elytron-digest-2.0.0.Final.jar (9.7 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-bearer/2.0.0.Final/wildfly-elytron-http-bearer-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-bearer/2.0.0.Final/wildfly-elytron-http-bearer-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-bearer/2.0.0.Final/wildfly-elytron-http-bearer-2.0.0.Final.jar (9.2 kB at 1.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-external/2.0.0.Final/wildfly-elytron-http-external-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-external/2.0.0.Final/wildfly-elytron-http-external-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-external/2.0.0.Final/wildfly-elytron-http-external-2.0.0.Final.jar (8.1 kB at 1.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-form/2.0.0.Final/wildfly-elytron-http-form-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-form/2.0.0.Final/wildfly-elytron-http-form-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-form/2.0.0.Final/wildfly-elytron-http-form-2.0.0.Final.jar (17 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-oidc/2.0.0.Final/wildfly-elytron-http-oidc-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-oidc/2.0.0.Final/wildfly-elytron-http-oidc-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-oidc/2.0.0.Final/wildfly-elytron-http-oidc-2.0.0.Final.jar (186 kB at 16 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-http-spnego/2.0.0.Final/wildfly-elytron-http-spnego-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-spnego/2.0.0.Final/wildfly-elytron-http-spnego-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http-spnego/2.0.0.Final/wildfly-elytron-http-spnego-2.0.0.Final.jar (20 kB at 2.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-json-util/2.0.0.Final/wildfly-elytron-json-util-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-json-util/2.0.0.Final/wildfly-elytron-json-util-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-json-util/2.0.0.Final/wildfly-elytron-json-util-2.0.0.Final.jar (5.0 kB at 625 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-jose-jwk/2.0.0.Final/wildfly-elytron-jose-jwk-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jose-jwk/2.0.0.Final/wildfly-elytron-jose-jwk-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jose-jwk/2.0.0.Final/wildfly-elytron-jose-jwk-2.0.0.Final.jar (16 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-jose-util/2.0.0.Final/wildfly-elytron-jose-util-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jose-util/2.0.0.Final/wildfly-elytron-jose-util-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-jose-util/2.0.0.Final/wildfly-elytron-jose-util-2.0.0.Final.jar (13 kB at 487 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-oauth2/2.0.0.Final/wildfly-elytron-mechanism-oauth2-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/2.0.0.Final/wildfly-elytron-mechanism-oauth2-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/2.0.0.Final/wildfly-elytron-mechanism-oauth2-2.0.0.Final.jar (9.5 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-mechanism-scram/2.0.0.Final/wildfly-elytron-mechanism-scram-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/2.0.0.Final/wildfly-elytron-mechanism-scram-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/2.0.0.Final/wildfly-elytron-mechanism-scram-2.0.0.Final.jar (26 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm-jdbc/2.0.0.Final/wildfly-elytron-realm-jdbc-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-jdbc/2.0.0.Final/wildfly-elytron-realm-jdbc-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-jdbc/2.0.0.Final/wildfly-elytron-realm-jdbc-2.0.0.Final.jar (27 kB at 867 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm-ldap/2.0.0.Final/wildfly-elytron-realm-ldap-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-ldap/2.0.0.Final/wildfly-elytron-realm-ldap-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-ldap/2.0.0.Final/wildfly-elytron-realm-ldap-2.0.0.Final.jar (110 kB at 7.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-realm-token/2.0.0.Final/wildfly-elytron-realm-token-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-token/2.0.0.Final/wildfly-elytron-realm-token-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-realm-token/2.0.0.Final/wildfly-elytron-realm-token-2.0.0.Final.jar (37 kB at 2.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-digest/2.0.0.Final/wildfly-elytron-sasl-digest-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/2.0.0.Final/wildfly-elytron-sasl-digest-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/2.0.0.Final/wildfly-elytron-sasl-digest-2.0.0.Final.jar (36 kB at 2.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-entity/2.0.0.Final/wildfly-elytron-sasl-entity-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-entity/2.0.0.Final/wildfly-elytron-sasl-entity-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-entity/2.0.0.Final/wildfly-elytron-sasl-entity-2.0.0.Final.jar (26 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-external/2.0.0.Final/wildfly-elytron-sasl-external-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/2.0.0.Final/wildfly-elytron-sasl-external-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/2.0.0.Final/wildfly-elytron-sasl-external-2.0.0.Final.jar (12 kB at 889 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-gs2/2.0.0.Final/wildfly-elytron-sasl-gs2-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gs2/2.0.0.Final/wildfly-elytron-sasl-gs2-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gs2/2.0.0.Final/wildfly-elytron-sasl-gs2-2.0.0.Final.jar (25 kB at 1.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-gssapi/2.0.0.Final/wildfly-elytron-sasl-gssapi-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/2.0.0.Final/wildfly-elytron-sasl-gssapi-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/2.0.0.Final/wildfly-elytron-sasl-gssapi-2.0.0.Final.jar (28 kB at 1.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-oauth2/2.0.0.Final/wildfly-elytron-sasl-oauth2-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/2.0.0.Final/wildfly-elytron-sasl-oauth2-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/2.0.0.Final/wildfly-elytron-sasl-oauth2-2.0.0.Final.jar (11 kB at 801 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-otp/2.0.0.Final/wildfly-elytron-sasl-otp-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-otp/2.0.0.Final/wildfly-elytron-sasl-otp-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-otp/2.0.0.Final/wildfly-elytron-sasl-otp-2.0.0.Final.jar (48 kB at 3.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-plain/2.0.0.Final/wildfly-elytron-sasl-plain-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/2.0.0.Final/wildfly-elytron-sasl-plain-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/2.0.0.Final/wildfly-elytron-sasl-plain-2.0.0.Final.jar (14 kB at 1.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-sasl-scram/2.0.0.Final/wildfly-elytron-sasl-scram-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/2.0.0.Final/wildfly-elytron-sasl-scram-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/2.0.0.Final/wildfly-elytron-sasl-scram-2.0.0.Final.jar (17 kB at 2.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-cert-acme/2.0.0.Final/wildfly-elytron-x500-cert-acme-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-acme/2.0.0.Final/wildfly-elytron-x500-cert-acme-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-acme/2.0.0.Final/wildfly-elytron-x500-cert-acme-2.0.0.Final.jar (48 kB at 3.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-x500-principal/2.0.0.Final/wildfly-elytron-x500-principal-2.0.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-principal/2.0.0.Final/wildfly-elytron-x500-principal-2.0.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-principal/2.0.0.Final/wildfly-elytron-x500-principal-2.0.0.Final.jar (9.2 kB at 1.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/bitbucket/b_c/jose4j/0.7.11/jose4j-0.7.11.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitbucket/b_c/jose4j/0.7.11/jose4j-0.7.11.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitbucket/b_c/jose4j/0.7.11/jose4j-0.7.11.jar (277 kB at 25 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar (329 kB at 16 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/bitbucket/b_c/jose4j/0.8.0/jose4j-0.8.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitbucket/b_c/jose4j/0.8.0/jose4j-0.8.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitbucket/b_c/jose4j/0.8.0/jose4j-0.8.0.jar (280 kB at 25 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.3/jackson-annotations-2.13.3.jar (76 kB at 6.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.jar (76 kB at 3.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.3/jackson-core-2.13.3.jar (375 kB at 31 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.3/jackson-databind-2.13.3.jar (1.5 MB at 67 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.jar (375 kB at 20 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.jar (1.5 MB at 38 MB/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.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.jar (8.0 kB at 727 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.7.0/org.eclipse.persistence.asm-9.7.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.7.0/org.eclipse.persistence.asm-9.7.0-sources.jar (364 kB at 13 MB/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-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 5.1 MB/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-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.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/4.0.2/jakarta.xml.bind-api-4.0.2-sources.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/4.0.2/jakarta.xml.bind-api-4.0.2-sources.jar (198 kB at 7.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/se/weld-se-core/6.0.0.Beta1/weld-se-core-6.0.0.Beta1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-core/6.0.0.Beta1/weld-se-core-6.0.0.Beta1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-core/6.0.0.Beta1/weld-se-core-6.0.0.Beta1.pom (8.1 kB at 254 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/se/weld-se-parent/6.0.0.Beta1/weld-se-parent-6.0.0.Beta1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-parent/6.0.0.Beta1/weld-se-parent-6.0.0.Beta1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-parent/6.0.0.Beta1/weld-se-parent-6.0.0.Beta1.pom (1.2 kB at 66 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-core-parent/6.0.0.Beta1/weld-core-parent-6.0.0.Beta1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-parent/6.0.0.Beta1/weld-core-parent-6.0.0.Beta1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-parent/6.0.0.Beta1/weld-core-parent-6.0.0.Beta1.pom (29 kB at 2.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-parent/49/weld-parent-49.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/49/weld-parent-49.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/49/weld-parent-49.pom (31 kB at 935 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/arquillian/arquillian-bom/1.8.0.Final/arquillian-bom-1.8.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.8.0.Final/arquillian-bom-1.8.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.8.0.Final/arquillian-bom-1.8.0.Final.pom (11 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.2.1/shrinkwrap-resolver-bom-3.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.2.1/shrinkwrap-resolver-bom-3.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.2.1/shrinkwrap-resolver-bom-3.2.1.pom (7.0 kB at 349 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.9.3/maven-3.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.9.3/maven-3.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.9.3/maven-3.9.3.pom (30 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api-bom/6.0.Beta2/weld-api-bom-6.0.Beta2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/6.0.Beta2/weld-api-bom-6.0.Beta2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/6.0.Beta2/weld-api-bom-6.0.Beta2.pom (5.2 kB at 580 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api-parent/6.0.Beta2/weld-api-parent-6.0.Beta2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/6.0.Beta2/weld-api-parent-6.0.Beta2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/6.0.Beta2/weld-api-parent-6.0.Beta2.pom (7.8 kB at 780 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/environment/weld-environment-common/6.0.0.Beta1/weld-environment-common-6.0.0.Beta1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/environment/weld-environment-common/6.0.0.Beta1/weld-environment-common-6.0.0.Beta1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/environment/weld-environment-common/6.0.0.Beta1/weld-environment-common-6.0.0.Beta1.pom (1.8 kB at 135 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-core-impl/6.0.0.Beta1/weld-core-impl-6.0.0.Beta1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-impl/6.0.0.Beta1/weld-core-impl-6.0.0.Beta1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-impl/6.0.0.Beta1/weld-core-impl-6.0.0.Beta1.pom (8.3 kB at 754 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api/6.0.Beta2/weld-api-6.0.Beta2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api/6.0.Beta2/weld-api-6.0.Beta2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api/6.0.Beta2/weld-api-6.0.Beta2.pom (1.8 kB at 136 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-el-api/4.1.0.Beta1/jakarta.enterprise.cdi-el-api-4.1.0.Beta1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-el-api/4.1.0.Beta1/jakarta.enterprise.cdi-el-api-4.1.0.Beta1.pom (4.7 kB at 195 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-parent/4.1.0.Beta1/jakarta.enterprise.cdi-parent-4.1.0.Beta1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-parent/4.1.0.Beta1/jakarta.enterprise.cdi-parent-4.1.0.Beta1.pom (7.8 kB at 338 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-spi/6.0.Beta2/weld-spi-6.0.Beta2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-spi/6.0.Beta2/weld-spi-6.0.Beta2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-spi/6.0.Beta2/weld-spi-6.0.Beta2.pom (2.6 kB at 131 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/classfilewriter/jboss-classfilewriter/1.3.0.Final/jboss-classfilewriter-1.3.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.3.0.Final/jboss-classfilewriter-1.3.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.3.0.Final/jboss-classfilewriter-1.3.0.Final.pom (3.5 kB at 175 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.2.0-RC1/jakarta.interceptor-api-2.2.0-RC1.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.2.0-RC1/jakarta.interceptor-api-2.2.0-RC1.pom (2.6 kB at 115 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.5.0.Final/jboss-logging-3.5.0.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.5.0.Final/jboss-logging-3.5.0.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.5.0.Final/jboss-logging-3.5.0.Final.pom (18 kB at 836 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-lite-extension-translator/6.0.0.Beta1/weld-lite-extension-translator-6.0.0.Beta1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-lite-extension-translator/6.0.0.Beta1/weld-lite-extension-translator-6.0.0.Beta1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-lite-extension-translator/6.0.0.Beta1/weld-lite-extension-translator-6.0.0.Beta1.pom (2.6 kB at 183 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging-processor/2.2.1.Final/jboss-logging-processor-2.2.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-processor/2.2.1.Final/jboss-logging-processor-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-processor/2.2.1.Final/jboss-logging-processor-2.2.1.Final.pom (7.1 kB at 203 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging-tools-parent/2.2.1.Final/jboss-logging-tools-parent-2.2.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-tools-parent/2.2.1.Final/jboss-logging-tools-parent-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-tools-parent/2.2.1.Final/jboss-logging-tools-parent-2.2.1.Final.pom (5.6 kB at 558 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.pom (1.8 kB at 43 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jdeparser/jdeparser/2.0.3.Final/jdeparser-2.0.3.Final.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jdeparser/jdeparser/2.0.3.Final/jdeparser-2.0.3.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jdeparser/jdeparser/2.0.3.Final/jdeparser-2.0.3.Final.pom (1.8 kB at 84 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/se/weld-se-core/6.0.0.Beta1/weld-se-core-6.0.0.Beta1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-core/6.0.0.Beta1/weld-se-core-6.0.0.Beta1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-core/6.0.0.Beta1/weld-se-core-6.0.0.Beta1.jar (76 kB at 6.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/environment/weld-environment-common/6.0.0.Beta1/weld-environment-common-6.0.0.Beta1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/environment/weld-environment-common/6.0.0.Beta1/weld-environment-common-6.0.0.Beta1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/environment/weld-environment-common/6.0.0.Beta1/weld-environment-common-6.0.0.Beta1.jar (87 kB at 2.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-core-impl/6.0.0.Beta1/weld-core-impl-6.0.0.Beta1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-impl/6.0.0.Beta1/weld-core-impl-6.0.0.Beta1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-impl/6.0.0.Beta1/weld-core-impl-6.0.0.Beta1.jar (1.7 MB at 71 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api/6.0.Beta2/weld-api-6.0.Beta2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api/6.0.Beta2/weld-api-6.0.Beta2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api/6.0.Beta2/weld-api-6.0.Beta2.jar (34 kB at 3.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-el-api/4.1.0.Beta1/jakarta.enterprise.cdi-el-api-4.1.0.Beta1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-el-api/4.1.0.Beta1/jakarta.enterprise.cdi-el-api-4.1.0.Beta1.jar (9.3 kB at 406 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-spi/6.0.Beta2/weld-spi-6.0.Beta2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-spi/6.0.Beta2/weld-spi-6.0.Beta2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-spi/6.0.Beta2/weld-spi-6.0.Beta2.jar (85 kB at 4.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/classfilewriter/jboss-classfilewriter/1.3.0.Final/jboss-classfilewriter-1.3.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.3.0.Final/jboss-classfilewriter-1.3.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.3.0.Final/jboss-classfilewriter-1.3.0.Final.jar (122 kB at 3.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.2.0-RC1/jakarta.interceptor-api-2.2.0-RC1.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.2.0-RC1/jakarta.interceptor-api-2.2.0-RC1.jar (24 kB at 1.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.5.0.Final/jboss-logging-3.5.0.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.5.0.Final/jboss-logging-3.5.0.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.5.0.Final/jboss-logging-3.5.0.Final.jar (63 kB at 3.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-lite-extension-translator/6.0.0.Beta1/weld-lite-extension-translator-6.0.0.Beta1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-lite-extension-translator/6.0.0.Beta1/weld-lite-extension-translator-6.0.0.Beta1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-lite-extension-translator/6.0.0.Beta1/weld-lite-extension-translator-6.0.0.Beta1.jar (157 kB at 7.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging-processor/2.2.1.Final/jboss-logging-processor-2.2.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-processor/2.2.1.Final/jboss-logging-processor-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-processor/2.2.1.Final/jboss-logging-processor-2.2.1.Final.jar (219 kB at 22 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.jar (21 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jdeparser/jdeparser/2.0.3.Final/jdeparser-2.0.3.Final.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jdeparser/jdeparser/2.0.3.Final/jdeparser-2.0.3.Final.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jdeparser/jdeparser/2.0.3.Final/jdeparser-2.0.3.Final.jar (239 kB at 24 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-context/6.1.5/spring-context-6.1.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/6.1.5/spring-context-6.1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/6.1.5/spring-context-6.1.5.pom (2.8 kB at 126 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-aop/6.1.5/spring-aop-6.1.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/6.1.5/spring-aop-6.1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/6.1.5/spring-aop-6.1.5.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/6.1.5/spring-beans-6.1.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/6.1.5/spring-beans-6.1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/6.1.5/spring-beans-6.1.5.pom (2.0 kB at 184 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-core/6.1.5/spring-core-6.1.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/6.1.5/spring-core-6.1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/6.1.5/spring-core-6.1.5.pom (2.0 kB at 252 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-jcl/6.1.5/spring-jcl-6.1.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/6.1.5/spring-jcl-6.1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/6.1.5/spring-jcl-6.1.5.pom (1.8 kB at 204 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-expression/6.1.5/spring-expression-6.1.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/6.1.5/spring-expression-6.1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/6.1.5/spring-expression-6.1.5.pom (2.1 kB at 188 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/micrometer/micrometer-observation/1.12.4/micrometer-observation-1.12.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-observation/1.12.4/micrometer-observation-1.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-observation/1.12.4/micrometer-observation-1.12.4.pom (3.8 kB at 274 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/micrometer/micrometer-commons/1.12.4/micrometer-commons-1.12.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-commons/1.12.4/micrometer-commons-1.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-commons/1.12.4/micrometer-commons-1.12.4.pom (3.4 kB at 341 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-instrument/6.1.5/spring-instrument-6.1.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-instrument/6.1.5/spring-instrument-6.1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-instrument/6.1.5/spring-instrument-6.1.5.pom (1.8 kB at 107 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-orm/6.1.5/spring-orm-6.1.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-orm/6.1.5/spring-orm-6.1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-orm/6.1.5/spring-orm-6.1.5.pom (2.6 kB at 186 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-jdbc/6.1.5/spring-jdbc-6.1.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jdbc/6.1.5/spring-jdbc-6.1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jdbc/6.1.5/spring-jdbc-6.1.5.pom (2.4 kB at 265 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-tx/6.1.5/spring-tx-6.1.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/6.1.5/spring-tx-6.1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/6.1.5/spring-tx-6.1.5.pom (2.2 kB at 276 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-test/6.1.5/spring-test-6.1.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/6.1.5/spring-test-6.1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/6.1.5/spring-test-6.1.5.pom (2.0 kB at 137 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-context/6.1.5/spring-context-6.1.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/6.1.5/spring-context-6.1.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/6.1.5/spring-context-6.1.5.jar (1.3 MB at 50 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-aop/6.1.5/spring-aop-6.1.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/6.1.5/spring-aop-6.1.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/6.1.5/spring-aop-6.1.5.jar (416 kB at 19 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-beans/6.1.5/spring-beans-6.1.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/6.1.5/spring-beans-6.1.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/6.1.5/spring-beans-6.1.5.jar (858 kB at 43 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-core/6.1.5/spring-core-6.1.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/6.1.5/spring-core-6.1.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/6.1.5/spring-core-6.1.5.jar (1.9 MB at 34 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-jcl/6.1.5/spring-jcl-6.1.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/6.1.5/spring-jcl-6.1.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/6.1.5/spring-jcl-6.1.5.jar (25 kB at 1.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-expression/6.1.5/spring-expression-6.1.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/6.1.5/spring-expression-6.1.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/6.1.5/spring-expression-6.1.5.jar (303 kB at 14 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/micrometer/micrometer-observation/1.12.4/micrometer-observation-1.12.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-observation/1.12.4/micrometer-observation-1.12.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-observation/1.12.4/micrometer-observation-1.12.4.jar (72 kB at 8.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/micrometer/micrometer-commons/1.12.4/micrometer-commons-1.12.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-commons/1.12.4/micrometer-commons-1.12.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-commons/1.12.4/micrometer-commons-1.12.4.jar (47 kB at 5.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-instrument/6.1.5/spring-instrument-6.1.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-instrument/6.1.5/spring-instrument-6.1.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-instrument/6.1.5/spring-instrument-6.1.5.jar (7.5 kB at 940 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-orm/6.1.5/spring-orm-6.1.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-orm/6.1.5/spring-orm-6.1.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-orm/6.1.5/spring-orm-6.1.5.jar (237 kB at 12 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-jdbc/6.1.5/spring-jdbc-6.1.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jdbc/6.1.5/spring-jdbc-6.1.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jdbc/6.1.5/spring-jdbc-6.1.5.jar (467 kB at 19 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-tx/6.1.5/spring-tx-6.1.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/6.1.5/spring-tx-6.1.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/6.1.5/spring-tx-6.1.5.jar (284 kB at 24 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-test/6.1.5/spring-test-6.1.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/6.1.5/spring-test-6.1.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/6.1.5/spring-test-6.1.5.jar (854 kB at 57 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/aspectj/aspectjrt/1.9.22/aspectjrt-1.9.22.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjrt/1.9.22/aspectjrt-1.9.22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjrt/1.9.22/aspectjrt-1.9.22.pom (2.2 kB at 169 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/aspectj/aspectjweaver/1.9.22/aspectjweaver-1.9.22.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjweaver/1.9.22/aspectjweaver-1.9.22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjweaver/1.9.22/aspectjweaver-1.9.22.pom (2.2 kB at 317 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/aspectj/aspectjrt/1.9.22/aspectjrt-1.9.22.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjrt/1.9.22/aspectjrt-1.9.22.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjrt/1.9.22/aspectjrt-1.9.22.jar (127 kB at 14 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/aspectj/aspectjweaver/1.9.22/aspectjweaver-1.9.22.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjweaver/1.9.22/aspectjweaver-1.9.22.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjweaver/1.9.22/aspectjweaver-1.9.22.jar (2.2 MB at 75 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/ha/simplefan/23.3.0.23.09/simplefan-23.3.0.23.09.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/ha/simplefan/23.3.0.23.09/simplefan-23.3.0.23.09.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/ha/simplefan/23.3.0.23.09/simplefan-23.3.0.23.09.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/ha/ons/23.3.0.23.09/ons-23.3.0.23.09.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/ha/ons/23.3.0.23.09/ons-23.3.0.23.09.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/ha/ons/23.3.0.23.09/ons-23.3.0.23.09.pom (1.3 kB at 102 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/nls/orai18n/23.3.0.23.09/orai18n-23.3.0.23.09.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/nls/orai18n/23.3.0.23.09/orai18n-23.3.0.23.09.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/nls/orai18n/23.3.0.23.09/orai18n-23.3.0.23.09.pom (1.3 kB at 148 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/ha/simplefan/23.3.0.23.09/simplefan-23.3.0.23.09.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/ha/simplefan/23.3.0.23.09/simplefan-23.3.0.23.09.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/ha/simplefan/23.3.0.23.09/simplefan-23.3.0.23.09.jar (32 kB at 4.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/ha/ons/23.3.0.23.09/ons-23.3.0.23.09.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/ha/ons/23.3.0.23.09/ons-23.3.0.23.09.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/ha/ons/23.3.0.23.09/ons-23.3.0.23.09.jar (152 kB at 7.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/nls/orai18n/23.3.0.23.09/orai18n-23.3.0.23.09.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/nls/orai18n/23.3.0.23.09/orai18n-23.3.0.23.09.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/nls/orai18n/23.3.0.23.09/orai18n-23.3.0.23.09.jar (1.7 MB at 43 MB/s)
[WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.codehaus.mojo/animal-sniffer-annotations@1.9?type=jar
[INFO] CycloneDX: Creating BOM version 1.4 with 296 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.parent-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/target/bom.json
[WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
[INFO]            attaching as org.eclipse.persistence.parent-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.parent ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom (5.2 kB at 247 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom (4.9 kB at 544 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/35/maven-parent-35.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 4.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/25/apache-25.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom (21 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom (6.9 kB at 463 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 108 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 989 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom (19 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom (6.6 kB at 442 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom (15 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom (5.0 kB at 497 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom (12 kB at 520 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom (17 kB at 1.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.pom (4.3 kB at 356 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.2.0/plexus-languages-1.2.0.pom (3.2 kB at 532 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/15/plexus-15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/15/plexus-15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/15/plexus-15.pom (28 kB at 2.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.6/asm-9.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.pom (2.4 kB at 169 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.pom (5.8 kB at 276 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom (22 kB at 2.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.pom (22 kB at 11 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/61/commons-parent-61.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/61/commons-parent-61.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/61/commons-parent-61.pom (81 kB at 16 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.pom (2.0 kB at 87 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom (823 B at 69 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom (1.7 kB at 108 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom (2.7 kB at 299 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 989 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.6/asm-9.6.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar (33 kB at 4.1 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.2.0/maven-common-artifact-filters-3.2.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 3.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar (334 kB at 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar (328 kB at 9.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.2.0/plexus-java-1.2.0.jar (58 kB at 1.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.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.4/wagon-provider-api-2.4.jar (52 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-compress/1.24.0/commons-compress-1.24.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.9.0/plexus-archiver-4.9.0.jar (225 kB at 4.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.24.0/commons-compress-1.24.0.jar (1.1 MB at 22 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.jar (124 kB at 2.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar (9.4 kB at 165 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar (247 kB at 3.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar (786 kB at 11 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-10/zstd-jni-1.5.5-10.jar (6.7 MB at 52 MB/s)
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.parent ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.parent ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.parent ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.0/maven-core-3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0/maven-model-3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.5/commons-io-2.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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 35 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-plugin-api/3.0/maven-plugin-api-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 4.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/maven-model-builder-3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 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/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-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 4.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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-model/3.0/maven-model-3.0.jar (165 kB at 15 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 8.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 3.0 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 753 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-impl/1.7/aether-impl-1.7.jar (106 kB at 5.9 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-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 1.3 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-util/1.7/aether-util-1.7.jar (108 kB at 4.2 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/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/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 5.8 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.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.7 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.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/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 3.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.1.0/maven-shared-utils-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 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/3.4.2/plexus-utils-3.4.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 1.2 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 502 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.1.0/maven-shared-utils-3.1.0.jar (164 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.4.2/plexus-utils-3.4.2.jar (267 kB at 5.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 2.5 MB/s)
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.parent ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (267 kB at 27 MB/s)
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.parent-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-common-license.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-common-license.zip
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-javadoc-resources.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-javadoc-resources.zip
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-test-defaults.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-test-defaults.zip
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-test-report.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-test-report.zip
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-spotbugs-filter.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-spotbugs-filter.zip
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.parent-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-common-license.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-common-license.zip.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-javadoc-resources.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-javadoc-resources.zip.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-test-defaults.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-test-defaults.zip.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-test-report.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-test-report.zip.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-spotbugs-filter.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-spotbugs-filter.zip.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] 
[INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------
[INFO] Building EclipseLink Hermes Parser 5.0.0-SNAPSHOT                [2/135]
[INFO]   from jpa/org.eclipse.persistence.jpa.jpql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom (8.2 kB at 906 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar (31 kB at 1.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-compiler-plugin/3.13.0/maven-compiler-plugin-3.13.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.13.0/maven-compiler-plugin-3.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.13.0/maven-compiler-plugin-3.13.0.pom (10 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-compiler-plugin/3.13.0/maven-compiler-plugin-3.13.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.13.0/maven-compiler-plugin-3.13.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.13.0/maven-compiler-plugin-3.13.0.jar (83 kB at 8.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.pom (5.3 kB at 591 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.2.5/maven-surefire-plugin-3.2.5.jar (45 kB at 5.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (6.8 kB at 676 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 900 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (27 kB at 4.6 MB/s)
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.jpql ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom (6.0 kB at 503 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar (55 kB at 9.2 MB/s)
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 677 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 908 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-api/2.15.0/plexus-compiler-api-2.15.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.15.0/plexus-compiler-api-2.15.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.15.0/plexus-compiler-api-2.15.0.pom (1.4 kB at 195 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler/2.15.0/plexus-compiler-2.15.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.15.0/plexus-compiler-2.15.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.15.0/plexus-compiler-2.15.0.pom (7.6 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.pom (1.3 kB at 225 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.pom (1.3 kB at 117 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compilers/2.15.0/plexus-compilers-2.15.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.15.0/plexus-compilers-2.15.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.15.0/plexus-compilers-2.15.0.pom (1.6 kB at 224 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-api/2.15.0/plexus-compiler-api-2.15.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 2.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.15.0/plexus-compiler-api-2.15.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.15.0/plexus-compiler-api-2.15.0.jar (29 kB at 4.8 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.15.0/plexus-compiler-manager-2.15.0.jar (5.2 kB at 872 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.15.0/plexus-compiler-javac-2.15.0.jar (26 kB at 3.7 MB/s)
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 746 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.jpql ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 266 source files with javac [debug deprecation release 17 module-path] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.pom (6.2 kB at 195 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.pom (3.5 kB at 504 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.pom (4.1 kB at 254 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.pom (3.3 kB at 472 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.pom (4.5 kB at 318 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.pom (1.8 kB at 117 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 305 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.2.5/maven-surefire-common-3.2.5.jar (308 kB at 16 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.2.5/surefire-api-3.2.5.jar (171 kB at 17 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 6.8 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.2.5/surefire-booter-3.2.5.jar (118 kB at 12 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.2.5/surefire-extensions-spi-3.2.5.jar (8.2 kB at 681 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.2.5/surefire-extensions-api-3.2.5.jar (26 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-shared-utils/3.2.5/surefire-shared-utils-3.2.5.jar (2.4 MB at 66 MB/s)
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.jpql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 14 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 25 MB/s)
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.jpql ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.jpql ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.jpql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.jpql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >--------
[INFO] Building EclipseLink Core 5.0.0-SNAPSHOT                         [3/135]
[INFO]   from foundation/org.eclipse.persistence.core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.pom (12 kB at 1.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/mojo-parent/74/mojo-parent-74.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/74/mojo-parent-74.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/74/mojo-parent-74.pom (36 kB at 3.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/3.2.0/buildnumber-maven-plugin-3.2.0.jar (46 kB at 5.7 MB/s)
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.core ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- buildnumber:3.2.0:create-timestamp (build.date) @ org.eclipse.persistence.core ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.pom (2.1 kB at 234 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm/2.0.1/maven-scm-2.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/2.0.1/maven-scm-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/2.0.1/maven-scm-2.0.1.pom (21 kB at 2.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom (30 kB at 2.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/51/commons-parent-51.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/51/commons-parent-51.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/51/commons-parent-51.pom (78 kB at 7.8 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.pom (1.8 kB at 200 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-managers/2.0.1/maven-scm-managers-2.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/2.0.1/maven-scm-managers-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/2.0.1/maven-scm-managers-2.0.1.pom (1.5 kB at 50 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.pom (2.5 kB at 283 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-providers-svn/2.0.1/maven-scm-providers-svn-2.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/2.0.1/maven-scm-providers-svn-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/2.0.1/maven-scm-providers-svn-2.0.1.pom (2.1 kB at 236 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-providers/2.0.1/maven-scm-providers-2.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/2.0.1/maven-scm-providers-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/2.0.1/maven-scm-providers-2.0.1.pom (3.4 kB at 424 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.pom (3.2 kB at 229 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.pom (2.6 kB at 257 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-providers-git/2.0.1/maven-scm-providers-git-2.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/2.0.1/maven-scm-providers-git-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/2.0.1/maven-scm-providers-git-2.0.1.pom (2.1 kB at 153 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.pom (3.1 kB at 315 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.pom (2.8 kB at 282 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.pom (9.7 kB at 880 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.0-M3/maven-scm-provider-svn-commons-2.0.0-M3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.0-M3/maven-scm-provider-svn-commons-2.0.0-M3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.0-M3/maven-scm-provider-svn-commons-2.0.0-M3.pom (3.4 kB at 306 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-providers-svn/2.0.0-M3/maven-scm-providers-svn-2.0.0-M3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/2.0.0-M3/maven-scm-providers-svn-2.0.0-M3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/2.0.0-M3/maven-scm-providers-svn-2.0.0-M3.pom (2.2 kB at 250 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-providers/2.0.0-M3/maven-scm-providers-2.0.0-M3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/2.0.0-M3/maven-scm-providers-2.0.0-M3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/2.0.0-M3/maven-scm-providers-2.0.0-M3.pom (3.5 kB at 439 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm/2.0.0-M3/maven-scm-2.0.0-M3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/2.0.0-M3/maven-scm-2.0.0-M3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/2.0.0-M3/maven-scm-2.0.0-M3.pom (22 kB at 2.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-api/2.0.0-M3/maven-scm-api-2.0.0-M3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/2.0.0-M3/maven-scm-api-2.0.0-M3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/2.0.0-M3/maven-scm-api-2.0.0-M3.pom (2.0 kB at 144 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom (2.0 kB at 145 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.pom (3.8 kB at 173 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom (12 kB at 1.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom (77 kB at 2.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom (7.2 kB at 516 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom (5.7 kB at 404 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom (4.7 kB at 587 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom (6.8 kB at 617 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom (1.7 kB at 144 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom (2.8 kB at 283 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (3.1 kB at 284 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr-master/3.4/antlr-master-3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.4/antlr-master-3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (9.4 kB at 854 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom (1.6 kB at 176 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom (1.8 kB at 200 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom (1.2 kB at 146 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom (1.7 kB at 185 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom (4.3 kB at 435 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom (804 B at 100 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom (1.3 kB at 163 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom (996 B at 142 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom (971 B at 121 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom (1.3 kB at 161 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.pom (1.1 kB at 114 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom (1.1 kB at 161 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom (2.0 kB at 185 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom (9.4 kB at 851 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom (13 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.jar (110 kB at 11 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar (578 kB at 41 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.jar (8.9 kB at 635 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/2.0.1/maven-scm-provider-hg-2.0.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.jar (84 kB at 5.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.jar (73 kB at 3.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.jar (68 kB at 3.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.jar (69 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar (1.9 MB at 41 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar (950 kB at 14 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.jar (40 kB at 604 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.4/sequence-library-1.0.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/2.0.1/maven-scm-provider-git-commons-2.0.1.jar (37 kB at 523 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar (63 kB at 703 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.jar (4.3 MB at 46 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.4/sequence-library-1.0.4.jar (72 kB at 769 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar (945 kB at 8.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 1.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar (248 kB at 2.1 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.9/jsch.agentproxy.usocket-jna-0.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.jar (762 kB at 6.4 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar (12 kB at 94 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar (9.6 kB at 73 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar (6.6 kB at 50 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar (5.3 kB at 40 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar (2.7 MB at 20 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar (4.3 kB at 31 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar (7.8 kB at 56 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.jar (3.8 kB at 26 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar (370 kB at 2.5 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar (283 kB at 1.8 MB/s)
[INFO] 
[INFO] --- buildnumber:3.2.0:create-timestamp (build.time) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (default) @ org.eclipse.persistence.core ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core
[INFO] Storing buildNumber: f194e68fa0461568024ab143e1706207931f37ba at timestamp: 1714473157938
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core
[INFO] Storing scmBranch: master
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.core ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.core ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.core ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.core ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.core ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.core ---
[INFO] Copying 7 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.core ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1751 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] module name in --add-exports option not found: org.eclipse.persistence.core.test
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Constants.java:[25,8] class org.eclipse.persistence.internal.oxm.Constants in exported package org.eclipse.persistence.internal.oxm declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[27,30] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession
  missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession<DESCRIPTOR,LOGIN,PLATFORM,PROJECT,SESSION_EVENT_MANAGER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[28,21] found raw type: org.eclipse.persistence.internal.oxm.Context
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context<ABSTRACT_SESSION,DESCRIPTOR,FIELD,NAMESPACE_RESOLVER,PROJECT,SESSION,SESSION_EVENT_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[29,24] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[46,28] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller<ABSTRACT_SESSION,CONTEXT,DESCRIPTOR,ID_RESOLVER,MEDIA_TYPE,ROOT,UNMARSHALLER_HANDLER,UNMARSHALLER_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[47,57] unchecked cast
  required: CONTEXT
  found:    org.eclipse.persistence.internal.oxm.Context
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[48,91] unchecked cast
  required: UNMARSHALLER_LISTENER
  found:    org.eclipse.persistence.internal.oxm.Unmarshaller.Listener
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[59,21] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord<ABSTRACT_SESSION,FIELD,ID_RESOLVER,OBJECT_BUILDER,TRANSFORMATION_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[64,21] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord<ABSTRACT_SESSION,FIELD,ID_RESOLVER,OBJECT_BUILDER,TRANSFORMATION_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[80,30] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession
  missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession<DESCRIPTOR,LOGIN,PLATFORM,PROJECT,SESSION_EVENT_MANAGER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[81,21] found raw type: org.eclipse.persistence.internal.oxm.Context
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context<ABSTRACT_SESSION,DESCRIPTOR,FIELD,NAMESPACE_RESOLVER,PROJECT,SESSION,SESSION_EVENT_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[82,24] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[106,20] found raw type: java.lang.reflect.Constructor
  missing type arguments for generic class java.lang.reflect.Constructor<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[107,20] found raw type: java.lang.reflect.Constructor
  missing type arguments for generic class java.lang.reflect.Constructor<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[108,20] found raw type: java.lang.reflect.Constructor
  missing type arguments for generic class java.lang.reflect.Constructor<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[109,20] found raw type: java.lang.reflect.Constructor
  missing type arguments for generic class java.lang.reflect.Constructor<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[209,31] found raw type: org.eclipse.persistence.internal.oxm.XMLUnmarshaller
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XMLUnmarshaller<ABSTRACT_SESSION,CONTEXT,DESCRIPTOR,ID_RESOLVER,MEDIA_TYPE,ROOT,UNMARSHALLER_HANDLER,UNMARSHALLER_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[216,13] found raw type: java.util.Map.Entry
  missing type arguments for generic class java.util.Map.Entry<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[230,9] found raw type: org.eclipse.persistence.core.sessions.CoreSession
  missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreSession<DESCRIPTOR,LOGIN,PLATFORM,PROJECT,SESSION_EVENT_MANAGER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[231,9] found raw type: org.eclipse.persistence.internal.oxm.record.XMLPlatform
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.XMLPlatform<XML_UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[232,67] unchecked call to newPlatformUnmarshaller(XML_UNMARSHALLER,java.util.Map<java.lang.String,java.lang.Boolean>) as a member of the raw type org.eclipse.persistence.internal.oxm.record.XMLPlatform
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[598,101] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types
  required: java.lang.reflect.Constructor<T>,java.lang.Object[]
  found:    java.lang.reflect.Constructor,java.lang.Object[]
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[598,102] unchecked conversion
  required: java.lang.reflect.Constructor<T>
  found:    java.lang.reflect.Constructor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[599,95] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types
  required: java.lang.reflect.Constructor<T>,java.lang.Object[]
  found:    java.lang.reflect.Constructor,java.lang.Object[]
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[599,96] unchecked conversion
  required: java.lang.reflect.Constructor<T>
  found:    java.lang.reflect.Constructor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[606,104] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types
  required: java.lang.reflect.Constructor<T>,java.lang.Object[]
  found:    java.lang.reflect.Constructor,java.lang.Object[]
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[606,105] unchecked conversion
  required: java.lang.reflect.Constructor<T>
  found:    java.lang.reflect.Constructor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[607,98] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types
  required: java.lang.reflect.Constructor<T>,java.lang.Object[]
  found:    java.lang.reflect.Constructor,java.lang.Object[]
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[607,99] unchecked conversion
  required: java.lang.reflect.Constructor<T>
  found:    java.lang.reflect.Constructor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[662,101] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types
  required: java.lang.reflect.Constructor<T>,java.lang.Object[]
  found:    java.lang.reflect.Constructor,java.lang.Object[]
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[662,102] unchecked conversion
  required: java.lang.reflect.Constructor<T>
  found:    java.lang.reflect.Constructor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[663,95] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types
  required: java.lang.reflect.Constructor<T>,java.lang.Object[]
  found:    java.lang.reflect.Constructor,java.lang.Object[]
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[663,96] unchecked conversion
  required: java.lang.reflect.Constructor<T>
  found:    java.lang.reflect.Constructor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[670,104] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types
  required: java.lang.reflect.Constructor<T>,java.lang.Object[]
  found:    java.lang.reflect.Constructor,java.lang.Object[]
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[670,105] unchecked conversion
  required: java.lang.reflect.Constructor<T>
  found:    java.lang.reflect.Constructor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[671,98] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types
  required: java.lang.reflect.Constructor<T>,java.lang.Object[]
  found:    java.lang.reflect.Constructor,java.lang.Object[]
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[671,99] unchecked conversion
  required: java.lang.reflect.Constructor<T>
  found:    java.lang.reflect.Constructor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[898,12] found raw type: org.eclipse.persistence.internal.oxm.XMLUnmarshaller
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XMLUnmarshaller<ABSTRACT_SESSION,CONTEXT,DESCRIPTOR,ID_RESOLVER,MEDIA_TYPE,ROOT,UNMARSHALLER_HANDLER,UNMARSHALLER_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[899,20] found raw type: org.eclipse.persistence.internal.oxm.XMLUnmarshaller
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XMLUnmarshaller<ABSTRACT_SESSION,CONTEXT,DESCRIPTOR,ID_RESOLVER,MEDIA_TYPE,ROOT,UNMARSHALLER_HANDLER,UNMARSHALLER_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[937,12] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord<ABSTRACT_SESSION,FIELD,ID_RESOLVER,OBJECT_BUILDER,TRANSFORMATION_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[946,12] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord<ABSTRACT_SESSION,FIELD,ID_RESOLVER,OBJECT_BUILDER,TRANSFORMATION_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[947,79] unchecked call to createRecord(ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.core.descriptors.CoreObjectBuilder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[111,13] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller<ABSTRACT_SESSION,CONTEXT,DESCRIPTOR,ID_RESOLVER,MEDIA_TYPE,ROOT,UNMARSHALLER_HANDLER,UNMARSHALLER_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[121,28] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller<ABSTRACT_SESSION,CONTEXT,DESCRIPTOR,ID_RESOLVER,MEDIA_TYPE,ROOT,UNMARSHALLER_HANDLER,UNMARSHALLER_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[451,9] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord<ABSTRACT_SESSION,FIELD,ID_RESOLVER,OBJECT_BUILDER,TRANSFORMATION_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[452,9] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[456,9] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession
  missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession<DESCRIPTOR,LOGIN,PLATFORM,PROJECT,SESSION_EVENT_MANAGER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[484,66] unchecked call to getSession(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.internal.oxm.Context
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[485,67] unchecked call to getDescriptor(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[486,72] unchecked call to createUnmarshalRecord(DESCRIPTOR,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[492,84] unchecked call to createRootUnmarshalRecord(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[506,44] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[519,42] unchecked call to resolveReferences(ABSTRACT_SESSION,ID_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[524,49] unchecked call to wrapObjectInXMLRoot(UNMARSHAL_RECORD,boolean) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[558,9] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord<ABSTRACT_SESSION,FIELD,ID_RESOLVER,OBJECT_BUILDER,TRANSFORMATION_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[559,9] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[561,9] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession
  missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession<DESCRIPTOR,LOGIN,PLATFORM,PROJECT,SESSION_EVENT_MANAGER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[587,66] unchecked call to getSession(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.internal.oxm.Context
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[588,67] unchecked call to getDescriptor(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[589,72] unchecked call to createUnmarshalRecord(DESCRIPTOR,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[594,84] unchecked call to createRootUnmarshalRecord(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[609,44] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[620,42] unchecked call to resolveReferences(ABSTRACT_SESSION,ID_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[625,49] unchecked call to wrapObjectInXMLRoot(UNMARSHAL_RECORD,boolean) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[823,9] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord<ABSTRACT_SESSION,FIELD,ID_RESOLVER,OBJECT_BUILDER,TRANSFORMATION_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[825,9] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[827,9] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession
  missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession<DESCRIPTOR,LOGIN,PLATFORM,PROJECT,SESSION_EVENT_MANAGER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[857,66] unchecked call to getSession(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.internal.oxm.Context
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[858,67] unchecked call to getDescriptor(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[859,72] unchecked call to createUnmarshalRecord(DESCRIPTOR,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[864,84] unchecked call to createRootUnmarshalRecord(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[880,44] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[893,42] unchecked call to resolveReferences(ABSTRACT_SESSION,ID_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[898,49] unchecked call to wrapObjectInXMLRoot(UNMARSHAL_RECORD,boolean) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[904,13] found raw type: org.eclipse.persistence.internal.oxm.Context
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context<ABSTRACT_SESSION,DESCRIPTOR,FIELD,NAMESPACE_RESOLVER,PROJECT,SESSION,SESSION_EVENT_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[938,13] found raw type: org.eclipse.persistence.internal.oxm.Context
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context<ABSTRACT_SESSION,DESCRIPTOR,FIELD,NAMESPACE_RESOLVER,PROJECT,SESSION,SESSION_EVENT_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[947,13] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord<ABSTRACT_SESSION,FIELD,ID_RESOLVER,OBJECT_BUILDER,TRANSFORMATION_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[948,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[950,13] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession
  missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession<DESCRIPTOR,LOGIN,PLATFORM,PROJECT,SESSION_EVENT_MANAGER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[971,52] unchecked call to getSession(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.internal.oxm.Context
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[972,71] unchecked call to getDescriptor(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[973,76] unchecked call to createUnmarshalRecord(DESCRIPTOR,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[978,88] unchecked call to createRootUnmarshalRecord(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[996,44] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[1002,46] unchecked call to resolveReferences(ABSTRACT_SESSION,ID_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[1007,53] unchecked call to wrapObjectInXMLRoot(UNMARSHAL_RECORD,boolean) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[64,13] found raw type: org.eclipse.persistence.internal.oxm.Context
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context<ABSTRACT_SESSION,DESCRIPTOR,FIELD,NAMESPACE_RESOLVER,PROJECT,SESSION,SESSION_EVENT_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[65,13] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord<ABSTRACT_SESSION,FIELD,ID_RESOLVER,OBJECT_BUILDER,TRANSFORMATION_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[67,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[69,13] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller<ABSTRACT_SESSION,CONTEXT,DESCRIPTOR,ID_RESOLVER,MEDIA_TYPE,ROOT,UNMARSHALLER_HANDLER,UNMARSHALLER_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[70,13] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession
  missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession<DESCRIPTOR,LOGIN,PLATFORM,PROJECT,SESSION_EVENT_MANAGER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[95,35] found raw type: org.eclipse.persistence.internal.oxm.Context
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context<ABSTRACT_SESSION,DESCRIPTOR,FIELD,NAMESPACE_RESOLVER,PROJECT,SESSION,SESSION_EVENT_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[114,65] unchecked call to wrapObjectInXMLRoot(UNMARSHAL_RECORD,boolean) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[181,41] unchecked call to resolveReferences(ABSTRACT_SESSION,ID_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[203,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[218,21] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[218,54] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[223,21] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[240,56] unchecked call to getSession(DESCRIPTOR) as a member of the raw type org.eclipse.persistence.internal.oxm.Context
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[257,52] unchecked call to getSession(DESCRIPTOR) as a member of the raw type org.eclipse.persistence.internal.oxm.Context
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[258,21] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord<ABSTRACT_SESSION,FIELD,ID_RESOLVER,OBJECT_BUILDER,TRANSFORMATION_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[258,62] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl<TRANSFORMATION_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[259,55] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[264,92] unchecked call to classFromRow(ABSTRACT_RECORD,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[277,73] unchecked call to getDescriptor(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[294,70] unchecked call to getSession(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.internal.oxm.Context
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[294,100] unchecked call to getDescriptor(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[314,21] found raw type: org.eclipse.persistence.internal.oxm.unmapped.UnmappedContentHandler
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.unmapped.UnmappedContentHandler<UNMARSHAL_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[316,25] found raw type: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass
  missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[316,93] found raw type: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass
  missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[316,89] unchecked call to PrivilegedNewInstanceFromClass(java.lang.Class<T>) as a member of the raw type org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[333,48] unchecked call to getSession(DESCRIPTOR) as a member of the raw type org.eclipse.persistence.internal.oxm.Context
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[334,68] unchecked call to createRootUnmarshalRecord(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[335,38] unchecked call to setSession(ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[338,52] unchecked call to getSession(DESCRIPTOR) as a member of the raw type org.eclipse.persistence.internal.oxm.Context
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[340,64] unchecked call to createUnmarshalRecord(DESCRIPTOR,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[344,39] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[365,21] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[416,33] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller<ABSTRACT_SESSION,CONTEXT,DESCRIPTOR,ID_RESOLVER,MEDIA_TYPE,ROOT,UNMARSHALLER_HANDLER,UNMARSHALLER_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[420,12] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller<ABSTRACT_SESSION,CONTEXT,DESCRIPTOR,ID_RESOLVER,MEDIA_TYPE,ROOT,UNMARSHALLER_HANDLER,UNMARSHALLER_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/XMLRecord.java:[21,53] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession
  missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession<DESCRIPTOR,LOGIN,PLATFORM,PROJECT,SESSION_EVENT_MANAGER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/XMLRecord.java:[36,5] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/XMLRecord.java:[36,54] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[43,28] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem<ATTRIBUTE_GROUP>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[44,24] found raw type: org.eclipse.persistence.core.descriptors.CoreDescriptor
  missing type arguments for generic class org.eclipse.persistence.core.descriptors.CoreDescriptor<ATTRIBUTE_GROUP,DESCRIPTOR_EVENT_MANAGER,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,LIST,OBJECT_BUILDER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[75,15] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[81,29] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[87,27] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[154,79] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[155,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem<ATTRIBUTE_GROUP>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[156,23] unchecked call to addGroups(java.util.Collection<ATTRIBUTE_GROUP>) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[176,58] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[177,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem<ATTRIBUTE_GROUP>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[178,25] unchecked call to addSubGroup(ATTRIBUTE_GROUP) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[200,61] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[201,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem<ATTRIBUTE_GROUP>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[202,25] unchecked call to addKeyGroup(ATTRIBUTE_GROUP) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[215,12] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[224,12] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[230,21] unchecked conversion
  required: org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
  found:    org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[240,18] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[241,75] unchecked call to clone(java.util.Map<org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>,org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>>) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[245,63] unchecked call to clone(java.util.Map<org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>,org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>>) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[249,18] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[250,49] unchecked call to clone(java.util.Map<org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>,org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>>) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[258,85] unchecked call to clone(java.util.Map<ATTRIBUTE_GROUP,ATTRIBUTE_GROUP>,ATTRIBUTE_GROUP) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[258,85] unchecked cast
  required: ATTRIBUTE_ITEM
  found:    org.eclipse.persistence.core.queries.CoreAttributeItem
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[323,29] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[325,22] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[330,22] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[345,13] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[392,12] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[397,13] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[399,84] unchecked cast
  required: DESCRIPTOR
  found:    org.eclipse.persistence.core.descriptors.CoreDescriptor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[415,28] unchecked method invocation: method putAll in interface java.util.Map is applied to given types
  required: java.util.Map<? extends K,? extends V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[415,61] unchecked conversion
  required: java.util.Map<? extends K,? extends V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[425,30] unchecked method invocation: method addAll in interface java.util.Set is applied to given types
  required: java.util.Collection<? extends E>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[425,69] unchecked conversion
  required: java.util.Collection<? extends E>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[435,12] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[436,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem<ATTRIBUTE_GROUP>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[481,76] unchecked cast
  required: ATTRIBUTE_ITEM
  found:    org.eclipse.persistence.core.queries.CoreAttributeItem
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[486,47] unchecked cast
  required: ATTRIBUTE_ITEM
  found:    org.eclipse.persistence.core.queries.CoreAttributeItem
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[496,17] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[497,34] unchecked call to setRootGroup(ATTRIBUTE_GROUP) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[500,41] unchecked conversion
  required: org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
  found:    org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[512,30] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[512,26] unchecked conversion
  required: java.util.Map<java.lang.String,ATTRIBUTE_ITEM>
  found:    java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[524,24] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[561,32] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[567,27] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[568,17] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[569,74] unchecked call to isAssignableFrom(java.lang.Class<?>) as a member of the raw type java.lang.Class
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[570,41] unchecked call to add(E) as a member of the raw type java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[622,25] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem<ATTRIBUTE_GROUP>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[626,93] unchecked conversion
  required: org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
  found:    org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[627,119] unchecked conversion
  required: org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
  found:    org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[637,49] unchecked conversion
  required: org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
  found:    org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[638,75] unchecked conversion
  required: org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
  found:    org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[653,138] unchecked cast
  required: org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[654,184] unchecked cast
  required: org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[665,33] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[666,33] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[667,58] unchecked call to isSupersetOf(org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[700,56] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[700,15] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[707,41] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[707,15] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem<ATTRIBUTE_GROUP>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[708,20] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem<ATTRIBUTE_GROUP>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[708,16] unchecked call to CoreAttributeItem(ATTRIBUTE_GROUP,java.lang.String) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[715,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem<ATTRIBUTE_GROUP>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[725,46] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[730,35] found raw type: java.util.Set
  missing type arguments for generic class java.util.Set<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[731,9] found raw type: java.util.Iterator
  missing type arguments for generic class java.util.Iterator<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/jdbc/JDBCTypes.java:[288,59] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/jdbc/JDBCTypes.java:[296,83] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/oracle/plsql/OraclePLSQLTypes.java:[236,55] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/oracle/plsql/OraclePLSQLTypes.java:[247,79] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/server/ServerPlatformUtils.java:[135,69] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/server/ServerPlatformUtils.java:[137,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/server/ServerPlatformUtils.java:[156,20] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[186,81] module not found: org.eclipse.persistence.jpa
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[188,36] module not found: org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[189,36] module not found: org.eclipse.persistence.jpa
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[190,40] module not found: org.eclipse.persistence.jpa.modelgen
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[191,42] module not found: org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[192,36] module not found: org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[193,36] module not found: org.eclipse.persistence.oracle
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[194,36] module not found: org.eclipse.persistence.sdo
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[195,36] module not found: org.eclipse.persistence.pgsql
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[196,92] module not found: org.eclipse.persistence.jpa
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[198,78] module not found: org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[200,36] module not found: org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[201,41] module not found: org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[202,36] module not found: org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[203,36] module not found: org.eclipse.persistence.sdo
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[205,36] module not found: org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[206,41] module not found: org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[207,36] module not found: org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[208,36] module not found: org.eclipse.persistence.sdo
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[209,87] module not found: org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[210,98] module not found: org.eclipse.persistence.corba
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[211,90] module not found: org.eclipse.persistence.oracle
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[213,36] module not found: org.eclipse.persistence.json
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[214,36] module not found: org.eclipse.persistence.jpa
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[216,36] module not found: org.eclipse.persistence.json
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[217,36] module not found: org.eclipse.persistence.pgsql
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[218,36] module not found: org.eclipse.persistence.oracle
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/ASMFactory.java:[34,8] class org.eclipse.persistence.asm.ASMFactory in exported package org.eclipse.persistence.asm declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/ASMFactory.java:[321,19] getSecurityManager() in java.lang.System has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/ASMFactory.java:[325,21] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/AnnotationVisitor.java:[17,17] class org.eclipse.persistence.asm.AnnotationVisitor in exported package org.eclipse.persistence.asm declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/FieldVisitor.java:[17,17] class org.eclipse.persistence.asm.FieldVisitor in exported package org.eclipse.persistence.asm declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/MethodVisitor.java:[17,17] class org.eclipse.persistence.asm.MethodVisitor in exported package org.eclipse.persistence.asm declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/ClassReader.java:[22,17] class org.eclipse.persistence.asm.ClassReader in exported package org.eclipse.persistence.asm declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/Type.java:[23,17] class org.eclipse.persistence.asm.Type in exported package org.eclipse.persistence.asm declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/Type.java:[70,112] static method should be qualified by type name, org.eclipse.persistence.internal.libraries.asm.Type, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/Type.java:[72,83] static method should be qualified by type name, org.objectweb.asm.Type, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/Type.java:[81,112] static method should be qualified by type name, org.eclipse.persistence.internal.libraries.asm.Type, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/Type.java:[83,83] static method should be qualified by type name, org.objectweb.asm.Type, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/SerialVersionUIDAdder.java:[17,17] class org.eclipse.persistence.asm.SerialVersionUIDAdder in exported package org.eclipse.persistence.asm declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[297,65] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[333,43] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[351,46] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[364,5] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[373,5] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[606,41] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[741,5] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[753,5] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[762,5] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java: Some input files additionally use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/mappings/DatabaseMapping.java: Some input files additionally use or override a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/descriptors/ClassDescriptor.java: Some input files additionally use unchecked or unsafe operations.
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.core ---
[INFO] No MANIFEST.MF file found, generating manifest.
[WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.core:jar:5.0.0-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*~] 
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.core ---
[INFO] Copying 879 resources from src/test/resources to target/test-classes
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.core ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1294 source files with javac [debug deprecation release 17 module-path] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/module-info.java:[21,14] requires directive for an automatic module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/DeploymentXMLOXTestSuite.java:[28,47] class junit.framework.TestCase in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/DeploymentXMLOXTestSuite.java:[35,17] interface junit.framework.Test in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXMSRGTestSuite.java:[28,38] class junit.framework.TestCase in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXMSRGTestSuite.java:[37,19] interface junit.framework.Test in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXMXMLComparer.java:[23,37] class org.eclipse.persistence.platform.xml.XMLComparer in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXMXMLComparer.java:[33,34] interface org.w3c.dom.Document in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXMXMLComparer.java:[33,52] interface org.w3c.dom.Document in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/XMLTestCase.java:[23,49] class junit.framework.TestCase in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/XMLTestCase.java:[36,36] interface org.w3c.dom.Document in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/XMLTestCase.java:[36,54] interface org.w3c.dom.Document in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/XMLTestCase.java:[87,12] class org.eclipse.persistence.platform.xml.XMLComparer in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[65,22] class javax.xml.stream.XMLInputFactory in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[66,22] class javax.xml.stream.XMLOutputFactory in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[141,12] class org.eclipse.persistence.oxm.XMLContext in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[147,12] class org.eclipse.persistence.oxm.XMLContext in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[147,37] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[161,12] class org.eclipse.persistence.oxm.XMLContext in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[161,37] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[168,12] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[168,34] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[172,12] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[172,34] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[223,24] interface org.w3c.dom.Document in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[284,45] interface org.w3c.dom.Node in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[299,44] interface org.w3c.dom.Node in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[361,23] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[379,43] class jakarta.xml.bind.JAXBElement in module jakarta.xml.bind is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[379,67] class jakarta.xml.bind.JAXBElement in module jakarta.xml.bind is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[382,43] class jakarta.xml.bind.JAXBElement in module jakarta.xml.bind is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[382,67] class jakarta.xml.bind.JAXBElement in module jakarta.xml.bind is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[137,31] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestSuite.java:[37,34] class junit.framework.TestCase in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestSuite.java:[46,19] interface junit.framework.Test in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/EmployeeProject.java:[21,38] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/EmployeeProject.java:[25,27] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/JARClassLoader.java:[46,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/MappingTestProject.java:[56,41] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/MappingTestProject.java:[91,12] class org.eclipse.persistence.descriptors.ClassDescriptor in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/MappingTestProject.java:[123,12] class org.eclipse.persistence.descriptors.ClassDescriptor in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/MappingTestProject.java:[242,12] class org.eclipse.persistence.descriptors.ClassDescriptor in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/MappingTestProject.java:[263,12] class org.eclipse.persistence.descriptors.ClassDescriptor in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/MappingTestProject.java:[81,27] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/PhoneNumberProject.java:[21,41] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/PhoneNumberProject.java:[25,27] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/descriptor/rootelement/MailingAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.descriptor.rootelement.MailingAddress overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[658,44] class javax.xml.validation.Schema in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[669,16] class javax.xml.validation.Validator in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[674,16] class javax.xml.validation.ValidatorHandler in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[66,15] interface org.w3c.dom.Document in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[67,15] interface org.w3c.dom.Document in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[68,15] class org.eclipse.persistence.oxm.XMLMarshaller in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[69,15] class org.eclipse.persistence.oxm.XMLUnmarshaller in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[70,15] class org.eclipse.persistence.oxm.XMLContext in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[72,15] class javax.xml.parsers.DocumentBuilder in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[73,15] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[123,15] class org.eclipse.persistence.oxm.XMLMarshaller in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[158,31] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[162,15] interface org.w3c.dom.Document in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[169,15] interface org.w3c.dom.Document in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[278,46] class org.eclipse.persistence.oxm.XMLRoot in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[278,66] class org.eclipse.persistence.oxm.XMLRoot in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[289,41] interface org.w3c.dom.Document in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[564,44] class org.eclipse.persistence.oxm.XMLDescriptor in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[82,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/events/Address.java:[22,8] Class org.eclipse.persistence.testing.oxm.events.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/events/Employee.java:[22,8] Class org.eclipse.persistence.testing.oxm.events.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/events/PhoneNumber.java:[23,8] Class org.eclipse.persistence.testing.oxm.events.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/Vehicle.java:[24,8] Class org.eclipse.persistence.testing.oxm.inheritance.Vehicle overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/Car.java:[23,8] Class org.eclipse.persistence.testing.oxm.inheritance.Car overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/ParkingLot.java:[20,8] Class org.eclipse.persistence.testing.oxm.inheritance.ParkingLot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/ns/NSParent.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.ns.NSParent overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/ns/NSChild.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.ns.NSChild overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/ContactMethod.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.ContactMethod overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/CanadianAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.CanadianAddress overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/Customer.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/Dependant.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.Dependant overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/any/Customer.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.any.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/any/collection/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.any.collection.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/compositecollection/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.compositecollection.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/compositecollection/Dependant.java:[19,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.compositecollection.Dependant overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/compositecollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.compositecollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/DeploymentXMLMappingTestSuite.java:[32,52] class junit.framework.TestCase in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/DeploymentXMLMappingTestSuite.java:[42,19] interface junit.framework.Test in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/DocPresMappingTestSuite.java:[32,46] class junit.framework.TestCase in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/DocPresMappingTestSuite.java:[42,19] interface junit.framework.Test in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/MappingTestSuite.java:[33,39] class junit.framework.TestCase in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/MappingTestSuite.java:[43,19] interface junit.framework.Test in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/SAXMappingTestSuite.java:[35,42] class junit.framework.TestCase in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/SAXMappingTestSuite.java:[45,19] interface junit.framework.Test in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/advancedxpath/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.advancedxpath.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/advancedxpath/Customer.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.advancedxpath.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyattribute/reuse/Root.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.anyattribute.reuse.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyattribute/usemaptests/Root.java:[24,8] Class org.eclipse.persistence.testing.oxm.mappings.anyattribute.usemaptests.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyattribute/withoutgroupingelement/Root.java:[26,8] Class org.eclipse.persistence.testing.oxm.mappings.anyattribute.withoutgroupingelement.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyattribute/withoutgroupingelement/Wrapper.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.anyattribute.withoutgroupingelement.Wrapper overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/defaultnamespace/Child.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.defaultnamespace.Child overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/defaultnamespace/Root.java:[24,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.defaultnamespace.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/reuse/Child.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.reuse.Child overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/reuse/Root.java:[25,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.reuse.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/withgroupingelement/Child.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.withgroupingelement.Child overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/withgroupingelement/Root.java:[28,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.withgroupingelement.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/withoutgroupingelement/Child.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.withoutgroupingelement.Child overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/withoutgroupingelement/Root.java:[29,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.withoutgroupingelement.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/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-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobject/withgroupingelement/Child.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobject.withgroupingelement.Child overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobject/withgroupingelement/Root.java:[25,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobject.withgroupingelement.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobject/withoutgroupingelement/Child.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobject.withoutgroupingelement.Child overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobject/withoutgroupingelement/Root.java:[25,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobject.withoutgroupingelement.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobject/withoutgroupingelement/RootKeepAsElement.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobject.withoutgroupingelement.RootKeepAsElement overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/colcol/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.colcol.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/colobj/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.colobj.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/objcol/Customer.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.objcol.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/objobj/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.objobj.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/binarydata/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.binarydata.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/binarydata/MyImage.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.binarydata.MyImage overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/binarydata/identifiedbyname/EmployeeWithByteObjectArray.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.binarydata.identifiedbyname.EmployeeWithByteObjectArray overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/binarydatacollection/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/binarydatacollection/EmployeeWithByteArrayObject.java:[25,8] Class org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.EmployeeWithByteArrayObject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/binarydatacollection/reuse/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.reuse.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/Address.java:[17,8] class org.eclipse.persistence.testing.oxm.mappings.choice.Address in exported package org.eclipse.persistence.testing.oxm.mappings.choice declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core.test
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/Employee.java:[17,8] class org.eclipse.persistence.testing.oxm.mappings.choice.Employee in exported package org.eclipse.persistence.testing.oxm.mappings.choice declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core.test
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/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-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/EmployeeProject.java:[22,38] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/EmployeeProject.java:[25,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingComplexValueTestCases.java:[50,10] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingComplexValueTestCases.java:[50,32] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingComplexValueTestCases.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingNonStringValueTestCases.java:[47,10] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingNonStringValueTestCases.java:[47,32] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingNonStringValueTestCases.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingSimpleValueTestCases.java:[47,10] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingSimpleValueTestCases.java:[47,32] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingSimpleValueTestCases.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingTestSuite.java:[23,8] class org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite in exported package org.eclipse.persistence.testing.oxm.mappings.choice declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core.test
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingTestSuite.java:[23,48] class junit.framework.TestCase in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingTestSuite.java:[24,19] interface junit.framework.Test in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/converter/Wrapper.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.converter.Wrapper overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/ref/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.ref.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/ref/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.ref.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/ref/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.ref.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/ref/Root.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.ref.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/converter/Wrapper.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.converter.Wrapper overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/ref/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.ref.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/ref/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.ref.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/ref/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.ref.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/ref/Root.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.ref.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/reuse/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.reuse.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/reuse/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.reuse.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/collectionreference/reuse/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.collectionreference.reuse.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/collectionreference/reuse/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.collectionreference.reuse.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/collectionreference/reuse/Root.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.collectionreference.reuse.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/EmployeeWithUserID.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.EmployeeWithUserID overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/MailingAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.MailingAddress overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/keepaselement/Doc.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.keepaselement.Doc overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/keepaselement/Elem.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.keepaselement.Elem overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/map/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/map/MailingAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.map.MailingAddress overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/nested/Project.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.nested.Project overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/nillable/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.nillable.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/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-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/norefclass/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.norefclass.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/norefclass/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.norefclass.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/reuse/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.reuse.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/setmethod/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.setmethod.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/setmethod/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.setmethod.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/EmailAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.EmailAddress overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/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-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/MailingAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.MailingAddress overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/identifiedbyname/EmployeeWithObjects.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.identifiedbyname.EmployeeWithObjects overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/keepaselement/Doc.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.keepaselement.Doc overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/keepaselement/Elem.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.keepaselement.Elem overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/nested/Project.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.nested.Project overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/nillable/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.nillable.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/nillable/Employee2.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.nillable.Employee2 overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/nillable/Team.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.nillable.Team overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/nillable/Team2.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.nillable.Team2 overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/norefclass/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.norefclass.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/norefclass/Customer.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.norefclass.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/Address.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/Employee.java:[90,19] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.Employee.Period overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/converter/MyObject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.converter.MyObject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/defaultnamespace/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.defaultnamespace.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/defaultnamespace/AddressLines.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.defaultnamespace.AddressLines overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/norefclass/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.norefclass.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/norefclass/Root.java:[25,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.norefclass.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/plsqlcallmodel/DatabaseTypeWrapper.java:[18,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.plsqlcallmodel.DatabaseTypeWrapper overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/plsqlcallmodel/PLSQLargument.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.plsqlcallmodel.PLSQLargument overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/plsqlcallmodel/PLSQLStoredProcedureCall.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.plsqlcallmodel.PLSQLStoredProcedureCall overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/plsqlcallmodel/PLSQLrecord.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.plsqlcallmodel.PLSQLrecord overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/singleelement/EmailAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.singleelement.EmailAddress overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/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-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/containeraccessor/Address.java:[15,8] Class org.eclipse.persistence.testing.oxm.mappings.containeraccessor.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/containeraccessor/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.containeraccessor.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/containeraccessor/PhoneNumber.java:[15,8] Class org.eclipse.persistence.testing.oxm.mappings.containeraccessor.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/arraylist/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/listoflists/Root.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.listoflists.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/nillable/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/reuse/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.reuse.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/singlenode/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.singlenode.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/typeattribute/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.typeattribute.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/union/Person.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.union.Person overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/cdata/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.cdata.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/converter/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.converter.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/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-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/doubletest/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.doubletest.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/floattest/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.floattest.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/identifiedbyname/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.identifiedbyname.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/identifiedbyname/calendartest/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.identifiedbyname.calendartest.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/identifiedbyposition/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.identifiedbyposition.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/leafelement/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.leafelement.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/nillable/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.nillable.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/nillable/EmployeeIsSetParams.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.nillable.EmployeeIsSetParams overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/schematype/ByteHolder.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.schematype.ByteHolder overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/schematype/QNameHolder.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.schematype.QNameHolder overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/singleattribute/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.singleattribute.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/singleattribute/xmlelement/EmptyElementEmptyStringEmployee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.singleattribute.xmlelement.EmptyElementEmptyStringEmployee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/typeattribute/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.typeattribute.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/typeattribute/Identifier.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.typeattribute.Identifier overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/union/Person.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.union.Person overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/Root.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/compositekeyclass/Department.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.compositekeyclass.Department overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/compositekeyclass/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.compositekeyclass.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/compositekeyclass/EmployeeID.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.compositekeyclass.EmployeeID overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/multipletargets/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.multipletargets.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/multipletargets/singlekey/elementkey/maptests/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.multipletargets.singlekey.elementkey.maptests.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/multipletargets/singlekey/nonstringkeytype/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.multipletargets.singlekey.nonstringkeytype.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/norefclass/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.norefclass.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/norefclass/Customer.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.norefclass.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/norefclass/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.norefclass.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/norefclass/Root.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.norefclass.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/singletarget/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.singletarget.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/singletarget/singlekey/multiplesource/MultipleSourceRoot.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.singletarget.singlekey.multiplesource.MultipleSourceRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/singletarget/singlekey/nonstringkeytype/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.singletarget.singlekey.nonstringkeytype.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/singletarget/singlekey/nonstringkeytype/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.singletarget.singlekey.nonstringkeytype.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/lexicalhandler/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/lexicalhandler/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/lexicalhandler/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- surefire:3.2.5:test (test-oxm-srg) @ org.eclipse.persistence.core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.2.5:test (test-oxm) @ org.eclipse.persistence.core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.2.5:test (test-oxm-dom) @ org.eclipse.persistence.core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.2.5:test (test-oxm-deploymentxml) @ org.eclipse.persistence.core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.2.5:test (test-oxm-deploymentxml-tl) @ org.eclipse.persistence.core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.2.5:test (test-oxm-docpres) @ org.eclipse.persistence.core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.2.5:test (test-oxm-non-default-system-properties) @ org.eclipse.persistence.core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.core ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.core-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/bom.json
[INFO]            attaching as org.eclipse.persistence.core-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.core ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.core ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.core ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/5.0.0-SNAPSHOT/org.eclipse.persistence.core-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/5.0.0-SNAPSHOT/org.eclipse.persistence.core-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/5.0.0-SNAPSHOT/org.eclipse.persistence.core-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/5.0.0-SNAPSHOT/org.eclipse.persistence.core-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/5.0.0-SNAPSHOT/org.eclipse.persistence.core-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/5.0.0-SNAPSHOT/org.eclipse.persistence.core-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/5.0.0-SNAPSHOT/org.eclipse.persistence.core-5.0.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/5.0.0-SNAPSHOT/org.eclipse.persistence.core-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/5.0.0-SNAPSHOT/org.eclipse.persistence.core-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/5.0.0-SNAPSHOT/org.eclipse.persistence.core-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/5.0.0-SNAPSHOT/org.eclipse.persistence.core-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/5.0.0-SNAPSHOT/org.eclipse.persistence.core-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/5.0.0-SNAPSHOT/org.eclipse.persistence.core-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/5.0.0-SNAPSHOT/org.eclipse.persistence.core-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/5.0.0-SNAPSHOT/org.eclipse.persistence.core-5.0.0-SNAPSHOT-tests.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/5.0.0-SNAPSHOT/org.eclipse.persistence.core-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.json >--------
[INFO] Building EclipseLink JSON Extension 5.0.0-SNAPSHOT               [4/135]
[INFO]   from foundation/org.eclipse.persistence.json/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.json ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.json ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.json ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.json ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.json ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.json ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.json ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.json ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.json ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.json ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.json ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.json ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/src/main/java/module-info.java:[23,36] module not found: org.eclipse.persistence.jpa
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/src/main/java/module-info.java:[24,36] module not found: org.eclipse.persistence.pgsql
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/src/main/java/module-info.java:[25,36] module not found: org.eclipse.persistence.oracle
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.json ---
[INFO] No MANIFEST.MF file found, generating manifest.
[WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.json:jar:5.0.0-SNAPSHOT : Host org.eclipse.persistence.json= for this fragment/require bundle cannot be found on the classpath
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.json ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.json ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.json ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.json ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.json ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.json ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.json ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.json ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.json ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.json ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 3 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.json-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/bom.json
[INFO]            attaching as org.eclipse.persistence.json-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.json ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.json ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.json ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.json ---
[INFO] Signing 6 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.json ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.json/5.0.0-SNAPSHOT/org.eclipse.persistence.json-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.json/5.0.0-SNAPSHOT/org.eclipse.persistence.json-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.json/5.0.0-SNAPSHOT/org.eclipse.persistence.json-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.json/5.0.0-SNAPSHOT/org.eclipse.persistence.json-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.json/5.0.0-SNAPSHOT/org.eclipse.persistence.json-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.json/5.0.0-SNAPSHOT/org.eclipse.persistence.json-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.json/5.0.0-SNAPSHOT/org.eclipse.persistence.json-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.json/5.0.0-SNAPSHOT/org.eclipse.persistence.json-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.json/5.0.0-SNAPSHOT/org.eclipse.persistence.json-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.json/5.0.0-SNAPSHOT/org.eclipse.persistence.json-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.json/5.0.0-SNAPSHOT/org.eclipse.persistence.json-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.json/5.0.0-SNAPSHOT/org.eclipse.persistence.json-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >-------
[INFO] Building EclipseLink Oracle Extension 5.0.0-SNAPSHOT             [5/135]
[INFO]   from foundation/org.eclipse.persistence.oracle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.oracle ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.oracle ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.oracle ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.oracle ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.oracle ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.oracle ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 34 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/module-info.java:[19,44] requires transitive directive for an automatic module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/module-info.java:[20,33] requires directive for an automatic module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:[26,8] class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPHelper in exported package org.eclipse.persistence.internal.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPTZWrapper.java:[84,89] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPLTZWrapper.java:[103,89] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPTypes.java:[23,8] class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPTypes in exported package org.eclipse.persistence.internal.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NCharacter.java:[25,8] class org.eclipse.persistence.platform.database.oracle.NCharacter in exported package org.eclipse.persistence.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NCharacter.java:[25,50] interface org.eclipse.persistence.internal.platform.database.Oracle9Specific in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NClob.java:[25,8] class org.eclipse.persistence.platform.database.oracle.NClob in exported package org.eclipse.persistence.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NClob.java:[25,45] interface org.eclipse.persistence.internal.platform.database.Oracle9Specific in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NString.java:[25,8] class org.eclipse.persistence.platform.database.oracle.NString in exported package org.eclipse.persistence.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NString.java:[25,47] interface org.eclipse.persistence.internal.platform.database.Oracle9Specific in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[282,30] oracle.sql.ARRAY in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[282,51] oracle.sql.ArrayDescriptor in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[292,30] oracle.sql.STRUCT in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[292,52] oracle.sql.StructDescriptor in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[302,21] oracle.sql.REF in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[303,28] oracle.sql.REF in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[751,15] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[862,64] sendBatch() in oracle.jdbc.OraclePreparedStatement has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[864,54] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[899,50] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[915,65] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[916,77] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[917,38] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[90,31] class org.eclipse.persistence.internal.platform.database.XMLTypePlaceholder in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:[75,64] sendBatch() in oracle.jdbc.OraclePreparedStatement has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:[77,54] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle23Platform.java:[80,24] unchecked cast
  required: T
  found:    java.sql.Clob
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/json/Oracle21JsonPlatform.java:[42,43] class org.eclipse.persistence.json.JsonPlatform in module org.eclipse.persistence.json may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/json/OracleJsonPlatformProvider.java:[28,8] class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider in exported package org.eclipse.persistence.platform.database.oracle.json declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/json/OracleJsonPlatformProvider.java:[28,52] interface org.eclipse.persistence.internal.databaseaccess.spi.JsonPlatformProvider in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[37,79] interface oracle.ucp.jdbc.oracle.DataBasedConnectionAffinityCallback in module com.oracle.database.ucp is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[86,35] enum oracle.ucp.ConnectionAffinityCallback.AffinityPolicy in module com.oracle.database.ucp is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[97,12] enum oracle.ucp.ConnectionAffinityCallback.AffinityPolicy in module com.oracle.database.ucp is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKNamespaceResolver.java:[25,46] interface oracle.xml.parser.v2.NSResolver in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKParser.java:[57,26] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:[402,15] class oracle.xml.parser.schema.XSDNode in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:[402,37] class oracle.xml.parser.schema.XSDElement in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKTransformer.java:[58,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[510,46] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[78,15] class oracle.dms.instrument.Noun in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[79,27] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[80,27] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[81,27] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[82,27] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[83,27] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[84,27] class oracle.dms.instrument.Noun in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[85,27] class oracle.dms.instrument.Noun in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[86,27] class oracle.dms.instrument.Noun in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[347,16] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[388,15] class oracle.dms.instrument.Noun in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[388,47] class oracle.dms.instrument.Noun in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[418,15] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[698,27] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[702,27] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[706,27] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[710,27] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[714,27] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[718,27] class oracle.dms.instrument.Noun in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[722,27] class oracle.dms.instrument.Noun in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[726,27] class oracle.dms.instrument.Noun in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[119,20] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.oracle ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.oracle ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.oracle ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.oracle ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.oracle ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.oracle ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.oracle-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/bom.json
[INFO]            attaching as org.eclipse.persistence.oracle-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.oracle ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.oracle ---
[INFO] Signing 6 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.oracle ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.core.test.framework >--
[INFO] Building EclipseLink Core Test Framework 5.0.0-SNAPSHOT          [6/135]
[INFO]   from foundation/org.eclipse.persistence.core.test.framework/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.core.test.framework ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.core.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.core.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.core.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.core.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test.framework ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.core.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.core.test.framework ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.core.test.framework ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 103 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:[41,17] serializable class org.eclipse.persistence.testing.framework.TestCase has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/AutoVerifyTestCase.java:[22,17] serializable class org.eclipse.persistence.testing.framework.AutoVerifyTestCase has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:[32,8] serializable class org.eclipse.persistence.testing.framework.TestResult has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[89,22] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[150,44] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[157,19] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[159,36] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[261,42] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[358,13] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[369,12] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[370,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[370,30] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[371,23] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[372,23] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[373,23] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[374,23] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[375,23] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResultsSummary.java:[32,8] serializable class org.eclipse.persistence.testing.framework.TestResultsSummary has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResultsSummary.java:[34,56] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResultsSummary.java:[37,56] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResultsSummary.java:[38,54] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCollection.java:[30,17] serializable class org.eclipse.persistence.testing.framework.TestCollection has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestModel.java:[38,8] serializable class org.eclipse.persistence.testing.framework.TestModel has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestModel.java:[53,19] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestModel.java:[54,24] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestCase.java:[31,17] serializable class org.eclipse.persistence.testing.framework.PerformanceComparisonTestCase has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestCase.java:[49,30] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:[26,17] serializable class org.eclipse.persistence.testing.framework.ConcurrentPerformanceComparisonTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:[32,34] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrencyTestAdapter.java:[20,8] serializable class org.eclipse.persistence.testing.framework.ConcurrencyTestAdapter has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceRegressionTestCase.java:[28,17] serializable class org.eclipse.persistence.testing.framework.PerformanceRegressionTestCase has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java:[26,17] serializable class org.eclipse.persistence.testing.framework.ConcurrentPerformanceRegressionTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java:[30,34] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TransactionalTestCase.java:[20,17] serializable class org.eclipse.persistence.testing.framework.TransactionalTestCase has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/DeleteObjectTest.java:[30,8] serializable class org.eclipse.persistence.testing.framework.DeleteObjectTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/DeleteObjectTest.java:[32,22] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/DeleteObjectTest.java:[33,22] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:[42,8] serializable class org.eclipse.persistence.testing.framework.WriteObjectTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:[48,22] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:[51,22] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:[56,22] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/InsertObjectTest.java:[30,8] serializable class org.eclipse.persistence.testing.framework.InsertObjectTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JUnitTestCase.java:[33,8] serializable class org.eclipse.persistence.testing.framework.JUnitTestCase has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JUnitTestCase.java:[34,40] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[173,45] found raw type: java.util.Collection
  missing type arguments for generic class java.util.Collection<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[173,62] found raw type: java.util.Collection
  missing type arguments for generic class java.util.Collection<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[174,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[174,29] found raw type: java.util.IdentityHashMap
  missing type arguments for generic class java.util.IdentityHashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[184,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[184,29] found raw type: java.util.IdentityHashMap
  missing type arguments for generic class java.util.IdentityHashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[188,48] found raw type: java.util.Collection
  missing type arguments for generic class java.util.Collection<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[188,65] found raw type: java.util.Collection
  missing type arguments for generic class java.util.Collection<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[188,129] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[197,26] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[207,26] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[220,13] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[220,32] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[221,13] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[221,32] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[224,13] found raw type: java.util.Iterator
  missing type arguments for generic class java.util.Iterator<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[225,13] found raw type: java.util.Iterator
  missing type arguments for generic class java.util.Iterator<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[231,25] unchecked call to put(K,V) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[232,25] unchecked call to put(K,V) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[236,20] found raw type: java.util.Map.Entry
  missing type arguments for generic class java.util.Map.Entry<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[256,41] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[256,51] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[256,86] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[265,26] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[275,26] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[287,16] found raw type: java.util.Map.Entry
  missing type arguments for generic class java.util.Map.Entry<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[301,95] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[310,26] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[320,26] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[349,123] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/LoadBuildProject.java:[25,8] serializable class org.eclipse.persistence.testing.framework.LoadBuildProject has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ManualVerifyTestCase.java:[29,17] serializable class org.eclipse.persistence.testing.framework.ManualVerifyTestCase has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/MemoryLeakTestCase.java:[24,17] serializable class org.eclipse.persistence.testing.framework.MemoryLeakTestCase has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/MemoryLeakTestCase.java:[27,38] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/MemoryRegressionTestCase.java:[22,17] serializable class org.eclipse.persistence.testing.framework.MemoryRegressionTestCase has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:[26,8] serializable class org.eclipse.persistence.testing.framework.PerformanceComparisonTestResult has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:[27,31] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:[28,25] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:[29,25] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:[30,25] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:[31,25] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:[36,25] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:[67,25] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:[72,25] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/QuerySQLTracker.java:[36,8] serializable class org.eclipse.persistence.testing.framework.QuerySQLTracker has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/QuerySQLTracker.java:[37,24] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/QuerySQLTracker.java:[38,34] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/QuerySQLTracker.java:[40,26] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/QuerySQLTracker.java:[41,33] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllCallTest.java:[32,8] serializable class org.eclipse.persistence.testing.framework.ReadAllCallTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllCallTest.java:[34,22] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllCallWithOrderingTest.java:[34,8] serializable class org.eclipse.persistence.testing.framework.ReadAllCallWithOrderingTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllCallWithOrderingTest.java:[36,22] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[34,15] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[47,12] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[49,29] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[74,30] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[106,44] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[115,55] unchecked call to add(E) as a member of the raw type java.util.Vector
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[33,8] serializable class org.eclipse.persistence.testing.framework.ReadAllTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[37,22] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadObjectCallTest.java:[30,8] serializable class org.eclipse.persistence.testing.framework.ReadObjectCallTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadObjectCallTest.java:[31,22] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadObjectTest.java:[30,8] serializable class org.eclipse.persistence.testing.framework.ReadObjectTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadObjectTest.java:[32,22] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadObjectTest.java:[33,22] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReflectionHelper.java:[41,41] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReflectionHelper.java:[61,41] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReflectionHelper.java:[103,31] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReflectionHelper.java:[149,31] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestAdapter.java:[33,8] serializable class org.eclipse.persistence.testing.framework.TestAdapter has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestException.java:[23,8] serializable class org.eclipse.persistence.testing.framework.TestException has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestErrorException.java:[22,8] serializable class org.eclipse.persistence.testing.framework.TestErrorException has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestProblemException.java:[22,8] serializable class org.eclipse.persistence.testing.framework.TestProblemException has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestSuite.java:[29,8] serializable class org.eclipse.persistence.testing.framework.TestSuite has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestWrapper.java:[44,8] serializable class org.eclipse.persistence.testing.framework.TestWrapper has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestVariation.java:[216,22] serializable class org.eclipse.persistence.testing.framework.TestVariation.InnerTestWrapper has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestVariation.java:[217,26] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestVariation.java:[218,25] non-transient instance field of a serializable class declared with an array having a non-serializable base component type java.lang.reflect.Field
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestVariation.java:[219,26] non-transient instance field of a serializable class declared with an array having a non-serializable base component type java.lang.reflect.Method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestVariation.java:[220,26] non-transient instance field of a serializable class declared with an array having a non-serializable base component type java.lang.reflect.Method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestWarningException.java:[23,8] serializable class org.eclipse.persistence.testing.framework.TestWarningException has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UnitOfWorkBasicInsertObjectTest.java:[31,8] serializable class org.eclipse.persistence.testing.framework.UnitOfWorkBasicInsertObjectTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UnitOfWorkBasicUpdateObjectTest.java:[37,8] serializable class org.eclipse.persistence.testing.framework.UnitOfWorkBasicUpdateObjectTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UnitTestCase.java:[48,8] serializable class org.eclipse.persistence.testing.framework.UnitTestCase has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UniversalSessionTestAdapter.java:[28,17] serializable class org.eclipse.persistence.testing.framework.UniversalSessionTestAdapter has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UniversalSessionTestAdapter.java:[29,23] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UniversalSessionTestAdapter.java:[30,23] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[39,80] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[43,80] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[100,16] found raw type: java.util.Map.Entry
  missing type arguments for generic class java.util.Map.Entry<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[235,80] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[239,16] found raw type: java.util.Map.Entry
  missing type arguments for generic class java.util.Map.Entry<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[42,19] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[43,19] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[43,58] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[50,31] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[55,31] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[74,41] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[75,41] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[76,41] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[77,41] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[78,41] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[79,67] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[79,41] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[80,41] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[93,33] unchecked call to putAll(java.util.Map<? extends K,? extends V>) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[95,16] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.String>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[99,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[118,20] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.String>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[195,19] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[196,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[196,30] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[199,23] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[203,27] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[233,13] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[238,20] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.String>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildBrowserFrame.java:[32,8] serializable class org.eclipse.persistence.testing.framework.ui.LoadBuildBrowserFrame has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildBrowserFrame.java:[33,29] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[34,13] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[826,32] unchecked call to add(int,E) as a member of the raw type java.util.Vector
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[874,41] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[878,14] found raw type: java.util.Iterator
  missing type arguments for generic class java.util.Iterator<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[33,8] serializable class org.eclipse.persistence.testing.framework.ui.LoadBuildDisplayPanel has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[37,30] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[42,29] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/NonEditableDefaultTableModel.java:[41,58] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/NonEditableDefaultTableModel.java:[19,8] serializable class org.eclipse.persistence.testing.framework.ui.NonEditableDefaultTableModel has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestEntityTreeModel.java:[31,15] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestEntityTreeModel.java:[34,32] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestEntityTreeModel.java:[37,27] unchecked method invocation: method addTests in class org.eclipse.persistence.testing.framework.TestCollection is applied to given types
  required: java.util.Vector<? extends junit.framework.Test>
  found:    java.util.Vector
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestEntityTreeModel.java:[37,28] unchecked conversion
  required: java.util.Vector<? extends junit.framework.Test>
  found:    java.util.Vector
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestingBrowserFrame.java:[19,8] serializable class org.eclipse.persistence.testing.framework.ui.TestingBrowserFrame has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestingBrowserPanel.java:[1214,17] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestingBrowserPanel.java:[1216,28] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestingBrowserPanel.java:[52,8] serializable class org.eclipse.persistence.testing.framework.ui.TestingBrowserPanel has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestingBrowserPanel.java:[53,40] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestingBrowserPanel.java:[54,28] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestingBrowserPanel.java:[56,36] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestingBrowserPanel.java:[84,29] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/SessionConsolePanel.java:[67,8] serializable class org.eclipse.persistence.tools.sessionconsole.SessionConsolePanel has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/SessionConsolePanel.java:[73,21] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/beans/ExpressionPanel.java:[28,8] serializable class org.eclipse.persistence.tools.beans.ExpressionPanel has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/beans/ExpressionPanel.java:[44,21] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/LoginEditorPanel.java:[28,8] serializable class org.eclipse.persistence.tools.sessionconsole.LoginEditorPanel has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/LoginEditorPanel.java:[81,21] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/ClearDatabaseSchemaTest.java:[39,8] serializable class org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/TestRunModel.java:[30,8] serializable class org.eclipse.persistence.testing.tests.TestRunModel has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:[2156,45] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:[2242,54] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/beans/MessageDialog.java:[22,8] serializable class org.eclipse.persistence.tools.beans.MessageDialog has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/beans/MessageDialog.java:[27,21] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/LoginEditorDialog.java:[25,8] serializable class org.eclipse.persistence.tools.sessionconsole.LoginEditorDialog has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/LoginEditorDialog.java:[31,21] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/ProfileBrowser.java:[26,8] serializable class org.eclipse.persistence.tools.sessionconsole.ProfileBrowser has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/ProfileBrowserPanel.java:[33,8] serializable class org.eclipse.persistence.tools.sessionconsole.ProfileBrowserPanel has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/ProfileBrowserPanel.java:[34,27] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/ProfileBrowserPanel.java:[40,21] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/SessionConsole.java:[27,8] serializable class org.eclipse.persistence.tools.sessionconsole.SessionConsole has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/SessionConsole.java:[76,21] non-transient instance field of a serializable class declared with a non-serializable type
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.core.test.framework ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core.test.framework ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.core.test.framework ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.core.test.framework ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.core.test.framework ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core.test.framework ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.core.test.framework ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test.framework ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.core.test.framework ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.core.test.framework ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/bom.json
[INFO]            attaching as org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.core.test.framework ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in http://www.eclipse.org/eclipselink/foundation/org.eclipse.persistence.core/apidocs/ are in named modules.
[WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in http://www.eclipse.org/eclipselink/foundation/org.eclipse.persistence.oracle/apidocs/ are in named modules.
[WARNING] 2 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core.test.framework ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core.test.framework ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.core.test.framework ---
[INFO] Signing 6 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.core.test.framework ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.pgsql >--------
[INFO] Building EclipseLink PostgreSQL Extension 5.0.0-SNAPSHOT         [7/135]
[INFO]   from foundation/org.eclipse.persistence.pgsql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.pgsql ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.pgsql ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.pgsql ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.pgsql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.pgsql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.pgsql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.pgsql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.pgsql ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.pgsql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.pgsql ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.pgsql ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.pgsql ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/src/main/java/module-info.java:[17,39] requires transitive directive for an automatic module
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.pgsql ---
[INFO] No MANIFEST.MF file found, generating manifest.
[WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.pgsql:jar:5.0.0-SNAPSHOT : Host org.eclipse.persistence.pgsql= for this fragment/require bundle cannot be found on the classpath
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.pgsql ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.pgsql ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.pgsql ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.pgsql ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.pgsql ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.pgsql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.pgsql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.pgsql ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.pgsql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.pgsql ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/bom.json
[INFO]            attaching as org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.pgsql ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.pgsql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.pgsql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.pgsql ---
[INFO] Signing 6 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.pgsql ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.pgsql/5.0.0-SNAPSHOT/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.pgsql/5.0.0-SNAPSHOT/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.pgsql/5.0.0-SNAPSHOT/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.pgsql/5.0.0-SNAPSHOT/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.pgsql/5.0.0-SNAPSHOT/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.pgsql/5.0.0-SNAPSHOT/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.pgsql/5.0.0-SNAPSHOT/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.pgsql/5.0.0-SNAPSHOT/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.pgsql/5.0.0-SNAPSHOT/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.pgsql/5.0.0-SNAPSHOT/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.pgsql/5.0.0-SNAPSHOT/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.pgsql/5.0.0-SNAPSHOT/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >--------
[INFO] Building EclipseLink MOXy 5.0.0-SNAPSHOT                         [8/135]
[INFO]   from moxy/org.eclipse.persistence.moxy/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.moxy ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.moxy ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.moxy ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.moxy ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.moxy ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.moxy ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 193 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] module name in --add-exports option not found: org.eclipse.persistence.moxy.test
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[452,23] createBinder() in org.eclipse.persistence.jaxb.JAXBContext overrides createBinder() in jakarta.xml.bind.JAXBContext
  return type requires unchecked conversion from org.eclipse.persistence.jaxb.JAXBBinder to jakarta.xml.bind.Binder<org.w3c.dom.Node>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[462,27] <T>createBinder(java.lang.Class<T>) in org.eclipse.persistence.jaxb.JAXBContext overrides <T>createBinder(java.lang.Class<T>) in jakarta.xml.bind.JAXBContext
  return type requires unchecked conversion from org.eclipse.persistence.jaxb.JAXBBinder to jakarta.xml.bind.Binder<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[607,17] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter
  missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter<ValueType,BoundType>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[610,36] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter
  missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter<ValueType,BoundType>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[615,16] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter
  missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter<ValueType,BoundType>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[623,35] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter
  missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter<ValueType,BoundType>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[715,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[715,40] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[715,36] unchecked call to CoreAttributeGroup(java.lang.String,java.lang.Class<?>,boolean) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[729,15] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[732,30] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[736,32] unchecked call to set(int,E) as a member of the raw type java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[741,24] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[741,20] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class<T>,T) as a member of the raw type jakarta.xml.bind.JAXBElement
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[765,15] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[767,24] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[767,20] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class<T>,T) as a member of the raw type jakarta.xml.bind.JAXBElement
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[776,20] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[776,16] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class<T>,T) as a member of the raw type jakarta.xml.bind.JAXBElement
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[793,19] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[801,33] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[804,87] unchecked cast
  required: java.util.Set<java.util.Map.Entry<java.lang.Object,java.lang.Object>>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[837,89] unchecked cast
  required: java.util.List<org.eclipse.persistence.sessions.SessionEventListener>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[856,46] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[867,101] unchecked method invocation: method getXmlBindingsFromProperties in class org.eclipse.persistence.jaxb.JAXBContextFactory is applied to given types
  required: java.util.Map<java.lang.String,java.lang.Object>,java.lang.ClassLoader
  found:    java.util.Map,java.lang.ClassLoader
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[867,102] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[867,101] unchecked conversion
  required: java.util.Map<java.lang.String,org.eclipse.persistence.jaxb.xmlmodel.XmlBindings>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[995,121] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[996,13] found raw type: org.eclipse.persistence.core.sessions.CoreProject
  missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreProject<DESCRIPTOR,LOGIN,SESSION>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1007,96] unchecked conversion
  required: java.util.Iterator<org.eclipse.persistence.descriptors.ClassDescriptor>
  found:    java.util.Iterator
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1014,61] found raw type: org.eclipse.persistence.internal.oxm.XMLUnmarshaller
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XMLUnmarshaller<ABSTRACT_SESSION,CONTEXT,DESCRIPTOR,ID_RESOLVER,MEDIA_TYPE,ROOT,UNMARSHALLER_HANDLER,UNMARSHALLER_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1060,17] found raw type: java.lang.Class
  missing type arguments for generic class java.lang.Class<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1061,59] unchecked method invocation: method isAnnotationPresent in class java.lang.Class is applied to given types
  required: java.lang.Class<? extends java.lang.annotation.Annotation>
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1061,60] unchecked conversion
  required: java.lang.Class<? extends java.lang.annotation.Annotation>
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1076,65] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1110,99] unchecked method invocation: method getXmlBindingsFromProperties in class org.eclipse.persistence.jaxb.JAXBContextFactory is applied to given types
  required: java.util.Map<java.lang.String,java.lang.Object>,java.lang.ClassLoader
  found:    java.util.Map,java.lang.ClassLoader
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1110,100] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1110,99] unchecked conversion
  required: java.util.Map<java.lang.String,org.eclipse.persistence.jaxb.xmlmodel.XmlBindings>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1174,132] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1175,13] found raw type: org.eclipse.persistence.core.sessions.CoreProject
  missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreProject<DESCRIPTOR,LOGIN,SESSION>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1186,101] unchecked cast
  required: java.lang.Iterable<org.eclipse.persistence.descriptors.ClassDescriptor>
  found:    java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1192,61] found raw type: org.eclipse.persistence.internal.oxm.XMLUnmarshaller
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XMLUnmarshaller<ABSTRACT_SESSION,CONTEXT,DESCRIPTOR,ID_RESOLVER,MEDIA_TYPE,ROOT,UNMARSHALLER_HANDLER,UNMARSHALLER_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1209,21] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1209,79] unchecked call to getDescriptor(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.core.sessions.CoreProject
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1275,17] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1285,96] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1298,39] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1298,35] unchecked call to HashMap(java.util.Map<? extends K,? extends V>) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1302,107] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1312,39] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1312,35] unchecked call to HashMap(java.util.Map<? extends K,? extends V>) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1322,25] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter
  missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter<ValueType,BoundType>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1354,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1360,40] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1360,56] found raw type: java.util.Set
  missing type arguments for generic class java.util.Set<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1364,21] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1365,41] unchecked method invocation: method processXMLDescriptor in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState is applied to given types
  required: java.util.List<org.eclipse.persistence.internal.oxm.mappings.Descriptor>,org.eclipse.persistence.internal.oxm.mappings.Descriptor,org.eclipse.persistence.internal.oxm.NamespaceResolver
  found:    java.util.List,org.eclipse.persistence.internal.oxm.mappings.Descriptor,org.eclipse.persistence.internal.oxm.NamespaceResolver
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1365,42] unchecked conversion
  required: java.util.List<org.eclipse.persistence.internal.oxm.mappings.Descriptor>
  found:    java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1370,48] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1370,71] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1376,13] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1382,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1388,21] found raw type: java.util.Set
  missing type arguments for generic class java.util.Set<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1391,21] found raw type: java.util.Set
  missing type arguments for generic class java.util.Set<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1397,46] found raw type: java.util.Collection
  missing type arguments for generic class java.util.Collection<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1400,17] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1505,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1687,85] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ValidationXMLReader.java:[61,8] class org.eclipse.persistence.jaxb.ValidationXMLReader in exported package org.eclipse.persistence.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1077,61] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1114,17] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1124,13] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1357,44] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1379,40] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[2296,13] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/plugins/BeanValidationPlugin.java:[152,8] class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin in exported package org.eclipse.persistence.jaxb.plugins declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/plugins/BeanValidationPlugin.java:[905,38] found raw type: org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin.MinMaxTuple
  missing type arguments for generic class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin.MinMaxTuple<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/DomHandlerConverter.java:[57,13] found raw type: jakarta.xml.bind.annotation.DomHandler
  missing type arguments for generic class jakarta.xml.bind.annotation.DomHandler<ElementT,ResultT>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/DomHandlerConverter.java:[71,29] found raw type: jakarta.xml.bind.annotation.DomHandler
  missing type arguments for generic class jakarta.xml.bind.annotation.DomHandler<ElementT,ResultT>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/DomHandlerConverter.java:[73,35] found raw type: jakarta.xml.bind.annotation.DomHandler
  missing type arguments for generic class jakarta.xml.bind.annotation.DomHandler<ElementT,ResultT>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/DomHandlerConverter.java:[103,41] unchecked call to getElement(ResultT) as a member of the raw type jakarta.xml.bind.annotation.DomHandler
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/DomHandlerConverter.java:[114,44] unchecked call to marshal(ElementT,jakarta.xml.bind.ValidationEventHandler) as a member of the raw type jakarta.xml.bind.annotation.DomHandler
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/DomHandlerConverter.java:[116,44] unchecked call to marshal(ElementT,jakarta.xml.bind.ValidationEventHandler) as a member of the raw type jakarta.xml.bind.annotation.DomHandler
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/GenericsClassHelper.java:[28,8] class org.eclipse.persistence.internal.jaxb.GenericsClassHelper in exported package org.eclipse.persistence.internal.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/GenericsClassHelper.java:[188,79] found raw type: java.lang.reflect.TypeVariable
  missing type arguments for generic class java.lang.reflect.TypeVariable<D>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/GenericsClassHelper.java:[192,79] found raw type: java.lang.reflect.TypeVariable
  missing type arguments for generic class java.lang.reflect.TypeVariable<D>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/GenericsClassHelper.java:[193,58] found raw type: java.lang.reflect.TypeVariable
  missing type arguments for generic class java.lang.reflect.TypeVariable<D>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/GenericsClassHelper.java:[214,101] found raw type: java.lang.reflect.TypeVariable
  missing type arguments for generic class java.lang.reflect.TypeVariable<D>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/GenericsClassHelper.java:[215,58] found raw type: java.lang.reflect.TypeVariable
  missing type arguments for generic class java.lang.reflect.TypeVariable<D>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/GenericsClassHelper.java:[218,9] found raw type: java.lang.reflect.TypeVariable
  missing type arguments for generic class java.lang.reflect.TypeVariable<D>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/GenericsClassHelper.java:[220,13] found raw type: java.lang.reflect.TypeVariable
  missing type arguments for generic class java.lang.reflect.TypeVariable<D>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/IDResolver.java:[38,17] class org.eclipse.persistence.jaxb.IDResolver in exported package org.eclipse.persistence.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[35,13] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[36,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Field
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Field<CONVERSION_MANAGER,NAMESPACE_RESOLVER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[37,13] found raw type: org.eclipse.persistence.core.mappings.CoreMapping
  missing type arguments for generic class org.eclipse.persistence.core.mappings.CoreMapping<ATTRIBUTE_ACCESSOR,ABSTRACT_SESSION,CONTAINER_POLICY,DESCRIPTOR,FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[38,13] found raw type: org.eclipse.persistence.core.mappings.converters.CoreConverter
  missing type arguments for generic class org.eclipse.persistence.core.mappings.converters.CoreConverter<MAPPING,SESSION>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[42,33] found raw type: org.eclipse.persistence.internal.oxm.mappings.Field
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Field<CONVERSION_MANAGER,NAMESPACE_RESOLVER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[48,12] found raw type: org.eclipse.persistence.core.mappings.converters.CoreConverter
  missing type arguments for generic class org.eclipse.persistence.core.mappings.converters.CoreConverter<MAPPING,SESSION>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[52,36] found raw type: org.eclipse.persistence.core.mappings.converters.CoreConverter
  missing type arguments for generic class org.eclipse.persistence.core.mappings.converters.CoreConverter<MAPPING,SESSION>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[75,78] unchecked method invocation: method convertObject in interface org.eclipse.persistence.internal.databaseaccess.Platform is applied to given types
  required: java.lang.Object,java.lang.Class<T>
  found:    java.lang.Object,java.lang.Class
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[75,124] unchecked conversion
  required: java.lang.Class<T>
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[83,70] unchecked call to convertDataValueToObjectValue(java.lang.Object,SESSION) as a member of the raw type org.eclipse.persistence.core.mappings.converters.CoreConverter
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[89,24] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[89,20] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class<T>,java.lang.Class<?>,T) as a member of the raw type jakarta.xml.bind.JAXBElement
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[91,24] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[91,20] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class<T>,java.lang.Class<?>,T) as a member of the raw type jakarta.xml.bind.JAXBElement
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[106,72] unchecked call to convertObjectValueToDataValue(java.lang.Object,SESSION) as a member of the raw type org.eclipse.persistence.core.mappings.converters.CoreConverter
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[114,39] unchecked call to initialize(MAPPING,SESSION) as a member of the raw type org.eclipse.persistence.core.mappings.converters.CoreConverter
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[116,9] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementRootConverter.java:[96,17] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementRootConverter.java:[114,13] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementRootConverter.java:[123,20] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementRootConverter.java:[123,16] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class<T>,T) as a member of the raw type jakarta.xml.bind.JAXBElement
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JaxbClassLoader.java:[52,37] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JaxbClassLoader.java:[52,33] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.reflect.Type>
  found:    java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JaxbClassLoader.java:[63,37] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JaxbClassLoader.java:[63,33] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.reflect.Type>
  found:    java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JaxbClassLoader.java:[77,37] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JaxbClassLoader.java:[77,33] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.reflect.Type>
  found:    java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/TypeMappingInfo.java:[33,8] class org.eclipse.persistence.jaxb.TypeMappingInfo in exported package org.eclipse.persistence.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/TypeMappingInfo.java:[41,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/TypeMappingInfo.java:[128,12] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/TypeMappingInfo.java:[137,34] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/MultiArgInstantiationPolicy.java:[33,8] class org.eclipse.persistence.internal.jaxb.MultiArgInstantiationPolicy in exported package org.eclipse.persistence.internal.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[25,38] found raw type: org.eclipse.persistence.internal.jaxb.AttributeNodeImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jaxb.AttributeNodeImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[27,13] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[31,28] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[49,13] found raw type: org.eclipse.persistence.internal.jaxb.AttributeNodeImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jaxb.AttributeNodeImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[49,42] found raw type: org.eclipse.persistence.internal.jaxb.AttributeNodeImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jaxb.AttributeNodeImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[57,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[57,40] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[59,13] found raw type: org.eclipse.persistence.internal.jaxb.AttributeNodeImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jaxb.AttributeNodeImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[59,42] found raw type: org.eclipse.persistence.internal.jaxb.AttributeNodeImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jaxb.AttributeNodeImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[69,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[69,40] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[69,36] unchecked call to CoreAttributeGroup(java.lang.String,java.lang.Class<?>,boolean) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[71,13] found raw type: org.eclipse.persistence.internal.jaxb.AttributeNodeImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jaxb.AttributeNodeImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[71,42] found raw type: org.eclipse.persistence.internal.jaxb.AttributeNodeImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jaxb.AttributeNodeImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[88,12] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:[148,44] unchecked cast
  required: jakarta.xml.bind.annotation.adapters.XmlAdapter<java.lang.Object,?>
  found:    jakarta.xml.bind.annotation.adapters.XmlAdapter<capture#1 of ?,capture#2 of ?>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:[73,27] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:[95,22] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:[108,22] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[74,5] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[88,28] found raw type: java.lang.Class
  missing type arguments for generic class java.lang.Class<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[91,57] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[101,36] unchecked method invocation: constructor <init> in class org.eclipse.persistence.internal.oxm.record.namespaces.MapNamespacePrefixMapper is applied to given types
  required: java.util.Map<java.lang.String,java.lang.String>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[101,65] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.String>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[290,39] found raw type: org.eclipse.persistence.internal.oxm.mappings.CompositeCollectionMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.CompositeCollectionMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHAL_KEEP_AS_ELEMENT_POLICY,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[294,39] found raw type: org.eclipse.persistence.internal.oxm.mappings.CompositeObjectMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.CompositeObjectMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHAL_KEEP_AS_ELEMENT_POLICY,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[321,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.DirectMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.DirectMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[327,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[342,32] found raw type: org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping<ATTRIBUTE_ACCESSOR,ABSTRACT_SESSION,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHALLER,XML_FIELD,XML_MAPPING,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[349,39] found raw type: org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHALLER,XML_FIELD,XML_MAPPING,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[369,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.DirectMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.DirectMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[375,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[380,32] found raw type: org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,MIME_TYPE_POLICY,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[385,32] found raw type: org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,MIME_TYPE_POLICY,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[437,39] found raw type: org.eclipse.persistence.internal.oxm.mappings.Mapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Mapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,DESCRIPTOR,FIELD,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[440,32] found raw type: org.eclipse.persistence.internal.oxm.mappings.CollectionReferenceMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.CollectionReferenceMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,DESCRIPTOR,FIELD,UNMARSHAL_RECORD,XML_FIELD,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[441,100] unchecked conversion
  required: java.util.Set<org.eclipse.persistence.oxm.XMLField>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[444,21] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[468,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.CompositeCollectionMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.CompositeCollectionMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHAL_KEEP_AS_ELEMENT_POLICY,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[470,17] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[500,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[502,17] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[532,39] found raw type: org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,MIME_TYPE_POLICY,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[534,17] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[569,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.DirectMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.DirectMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[571,17] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[598,45] found raw type: org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,MIME_TYPE_POLICY,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[611,39] found raw type: org.eclipse.persistence.internal.oxm.mappings.ObjectReferenceMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.ObjectReferenceMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,DESCRIPTOR,FIELD,UNMARSHAL_RECORD,XML_FIELD,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[612,100] unchecked conversion
  required: java.util.Set<org.eclipse.persistence.oxm.XMLField>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[615,21] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[638,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.CompositeObjectMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.CompositeObjectMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHAL_KEEP_AS_ELEMENT_POLICY,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[641,17] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[674,39] found raw type: org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,MIME_TYPE_POLICY,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[676,17] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[711,39] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[802,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.DirectMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.DirectMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[815,17] found raw type: java.lang.Class
  missing type arguments for generic class java.lang.Class<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[823,28] found raw type: java.lang.Class
  missing type arguments for generic class java.lang.Class<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[873,51] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlBindings.java:[98,8] class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlBindings.java:[517,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.JavaTypes in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlBindings.java:[577,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.XmlEnums in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlBindings.java:[637,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.XmlRegistries in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:[73,8] class org.eclipse.persistence.jaxb.JAXBContextFactory in exported package org.eclipse.persistence.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:[218,59] unchecked cast
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/JavaType.java:[83,8] class org.eclipse.persistence.jaxb.xmlmodel.JavaType in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/JavaType.java:[713,19] class org.eclipse.persistence.jaxb.xmlmodel.JavaType.JavaAttributes in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlProperties.java:[59,8] class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlProperties.java:[115,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlSchema.java:[64,8] class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlSchema.java:[231,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema.XmlNs in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[320,51] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.TypeInfo is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[320,72] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[322,51] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.TypeInfo is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[322,73] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[444,109] unchecked cast
  required: java.util.Map<java.lang.String,org.eclipse.persistence.jaxb.compiler.TypeInfo>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[501,18] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[744,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[744,64] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[814,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[814,64] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[898,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[898,64] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1065,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1065,64] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1274,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1274,64] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1331,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1331,64] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1383,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1383,64] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1435,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1435,64] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1529,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1529,64] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1599,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1599,64] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1601,52] unchecked call to add(E) as a member of the raw type java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1667,49] found raw type: java.util.ArrayList
  missing type arguments for generic class java.util.ArrayList<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1667,45] unchecked call to ArrayList(java.util.Collection<? extends E>) as a member of the raw type java.util.ArrayList
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1667,31] unchecked method invocation: method put in interface java.util.Map is applied to given types
  required: K,V
  found:    java.lang.String,java.util.ArrayList
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1667,45] unchecked conversion
  required: V
  found:    java.util.ArrayList
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1696,33] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1702,20] unchecked call to add(E) as a member of the raw type java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1937,13] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1938,51] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1955,66] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1955,13] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1956,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1963,24] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2235,21] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2237,13] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2240,13] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2241,13] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2245,46] unchecked method invocation: method add in interface java.util.List is applied to given types
  required: E
  found:    jakarta.xml.bind.JAXBElement
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2245,47] unchecked conversion
  required: E
  found:    jakarta.xml.bind.JAXBElement
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/javamodel/Helper.java:[122,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[241,23] getAdapter(java.lang.Class) in org.eclipse.persistence.jaxb.JAXBMarshaller implements <A>getAdapter(java.lang.Class<A>) in jakarta.xml.bind.Marshaller
  return type requires unchecked conversion from jakarta.xml.bind.annotation.adapters.XmlAdapter to A
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[162,47] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[183,52] unchecked call to setValue(T) as a member of the raw type org.eclipse.persistence.internal.jaxb.WrappedValue
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[201,52] unchecked call to setValue(T) as a member of the raw type org.eclipse.persistence.internal.jaxb.WrappedValue
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/dynamic/DynamicJAXBContextFactory.java: /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/dynamic/DynamicJAXBContextFactory.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java: Some input files additionally use unchecked or unsafe operations.
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.moxy ---
[INFO] No MANIFEST.MF file found, generating manifest.
[WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.moxy:jar:5.0.0-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] 
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.moxy ---
[INFO] Copying 2413 resources from src/test/resources to target/test-classes
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.moxy ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2779 source files with javac [debug deprecation release 17 module-path] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/module-info.java:[29,14] requires directive for an automatic module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/TestObject.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.TestObject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/cdata/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.cdata.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlaccessmethods/Employee.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlaccessmethods.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlaccessorfactory/CustomerPackageLevel.java:[20,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlaccessorfactory.CustomerPackageLevel overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlclassextractor/Vehicle.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlclassextractor.Vehicle overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlclassextractor/Car.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlclassextractor.Car overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlclassextractor/ParkingLot.java:[26,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlclassextractor.ParkingLot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlcontainerproperty/Address.java:[20,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-master/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-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmldiscriminator/Car.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmldiscriminator.Car overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmldiscriminator/ns/Car.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmldiscriminator.ns.Car overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmldiscriminator/ns/Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmldiscriminator.ns.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/emptystringns/TestObject.java:[18,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.emptystringns.TestObject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/qualified/ComplexType.java:[67,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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/qualified/ComplexType.java:[27,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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/unqualified/ComplexType.java:[67,19] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.unqualified.ComplexType.TestLocal overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/unqualified/ComplexType.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.unqualified.ComplexType overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/xsitype/ExampleType.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.xsitype.ExampleType overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/xsitype2/Bar.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.xsitype2.Bar overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/xsitype2/Foo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.xsitype2.Foo overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementsjoinnodes/Client.java:[28,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementsjoinnodes.Client overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/Owner.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.Owner overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/Thing.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.Thing overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/OwnerIntegerId.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/ThingIntegerId.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.ThingIntegerId overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/inheritance/ComplexNode.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.inheritance.ComplexNode overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/inheritance/LeafNode.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.inheritance.LeafNode overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/AddressSelfSource.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.AddressSelfSource overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/AddressSelfTarget.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.AddressSelfTarget overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/Contact.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.Contact overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/Customer.java:[20,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinlinebinarydata/FieldRoot.java:[26,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinlinebinarydata.FieldRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinlinebinarydata/HexRoot.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinlinebinarydata.HexRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinversereference/Child.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinversereference.Child overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinversereference/Parent.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinversereference.Parent overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmljoinnode/Address.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmljoinnode.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmljoinnode/Company.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmljoinnode.Company overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmljoinnode/Employee.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmljoinnode.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmljoinnode/xmlvalue/Customer.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmljoinnode.xmlvalue.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmljoinnode/xmlvalue/Order.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmljoinnode.xmlvalue.Order overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmljoinnode/xmlvalue/Root.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmljoinnode.xmlvalue.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/Data.java:[29,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.Data overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/SubData.java:[26,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.SubData overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/DataNT.java:[28,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.DataNT overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/SubDataNT.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.SubDataNT overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/XmlLocationNonTransientTestCases.java:[67,13] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.XmlLocationNonTransientTestCases.TestLocator overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/XmlLocationTestCases.java:[64,13] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.XmlLocationTestCases.TestLocator overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnametransformer/classlevel/upper/Employee.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnametransformer.classlevel.upper.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnametransformer/upper/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnametransformer.upper.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnametransformer/upper/Employee.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnametransformer.upper.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnullpolicy/DefaultNoNodeEmployee.java:[28,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnullpolicy.DefaultNoNodeEmployee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnullpolicy/Employee.java:[28,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnullpolicy.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnullpolicy/EmployeeNoXmlElement.java:[28,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnullpolicy.EmployeeNoXmlElement overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/Address.java:[20,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/Employee.java:[29,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/attributecollection/TestClass.java:[29,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.attributecollection.TestClass overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/enumtype/Customer.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.enumtype.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/AttributeRoot.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.AttributeRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/Customer.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/CustomerWithSlash.java:[30,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.CustomerWithSlash overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/PositionalRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.PositionalRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/QNameRoot.java:[28,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.QNameRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ReferenceChild.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ReferenceChild overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ReferenceRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ReferenceRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/XPathsRoot.java:[30,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.XPathsRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/adapter/Customer.java:[31,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.adapter.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/adapter/PhoneNumber.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.adapter.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/Customer.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/PositionalRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.PositionalRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/QNameRoot.java:[28,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.QNameRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/ReferenceChild.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.ReferenceChild overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/ReferenceRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.ReferenceRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/XPathsRoot.java:[30,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.XPathsRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/schematype/Root.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.schematype.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/self/Creditor.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.self.Creditor overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/self/PaymentInf.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.self.PaymentInf overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpaths/Employee.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpaths.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpaths/InvalidEmployee.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpaths.InvalidEmployee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpaths/override/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpaths.override.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlreadonly/Employee.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlreadonly.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransformation/AddressNoCtor.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransformation.AddressNoCtor overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransformation/Employee.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransformation.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransformation/EmployeeWithAddress.java:[20,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransformation.EmployeeWithAddress overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransformation/EmployeeWithAddressAndTransformer.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransformation.EmployeeWithAddressAndTransformer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransformation/SimpleRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransformation.SimpleRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransient/ChildClass.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransient.ChildClass overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransient/DoubleTransient.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransient.DoubleTransient overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransient/FieldRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransient.FieldRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransient/TransientClass.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransient.TransientClass overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransient/PropertyRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransient.PropertyRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/Bottom.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Bottom overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/Parent.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Parent overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/Child.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/Middle.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Middle overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/Top.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Top overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/XsiTypeRoot.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XsiTypeRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/adapter/Bottom.java:[20,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.adapter.Bottom overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/adapter/Middle.java:[20,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.adapter.Middle overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/adapter/Top.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.adapter.Top overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/attribute/Bottom.java:[21,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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/attribute/Middle2.java:[21,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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/attribute/Middle1.java:[21,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-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/integer/Bottom.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.integer.Bottom overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/integer/Middle.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.integer.Middle overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/integer/Top.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.integer.Top overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/text/Bottom.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.text.Bottom overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/text/Middle2.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.text.Middle2 overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/text/Middle1.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.text.Middle1 overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/text/Top.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.text.Top overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlwriteonly/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlwriteonly.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/binder/adapter/Element.java:[28,8] Class org.eclipse.persistence.testing.jaxb.binder.adapter.Element overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/binder/xmlanyelement/Input.java:[24,8] Class org.eclipse.persistence.testing.jaxb.binder.xmlanyelement.Input overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/classloader/ClassB.java:[17,8] Class org.eclipse.persistence.testing.jaxb.classloader.ClassB overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/CollectionHolder.java:[36,8] Class org.eclipse.persistence.testing.jaxb.collections.CollectionHolder overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/ReferencedObject.java:[21,8] Class org.eclipse.persistence.testing.jaxb.collections.ReferencedObject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/CollectionHolderNillable.java:[34,8] Class org.eclipse.persistence.testing.jaxb.collections.CollectionHolderNillable overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/CollectionHolderWrappers.java:[35,8] Class org.eclipse.persistence.testing.jaxb.collections.CollectionHolderWrappers overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/DequeHolder.java:[36,8] Class org.eclipse.persistence.testing.jaxb.collections.DequeHolder overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/NavigableSetHolder.java:[35,8] Class org.eclipse.persistence.testing.jaxb.collections.NavigableSetHolder overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/QueueHolder.java:[38,8] Class org.eclipse.persistence.testing.jaxb.collections.QueueHolder overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/SetHolder.java:[38,8] Class org.eclipse.persistence.testing.jaxb.collections.SetHolder overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/SortedSetHolder.java:[35,8] Class org.eclipse.persistence.testing.jaxb.collections.SortedSetHolder overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/converter/jaxbenum/Employee.java:[17,8] Class org.eclipse.persistence.testing.jaxb.converter.jaxbenum.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/converter/typesafeenum/Employee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.converter.typesafeenum.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/cycle/Email.java:[17,8] Class org.eclipse.persistence.testing.jaxb.cycle.Email overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/defaultvalue/TestObject.java:[22,8] Class org.eclipse.persistence.testing.jaxb.defaultvalue.TestObject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/defaultvalue/TestXmlValueEnumObject.java:[21,8] Class org.eclipse.persistence.testing.jaxb.defaultvalue.TestXmlValueEnumObject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/defaultvalue/TestXmlValueObject.java:[21,8] Class org.eclipse.persistence.testing.jaxb.defaultvalue.TestXmlValueObject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/jaxbcontext/sessioneventlistener/AddressAddedByEvent.java:[17,8] Class org.eclipse.persistence.testing.jaxb.jaxbcontext.sessioneventlistener.AddressAddedByEvent overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/dynamic/withstatic/Address.java:[19,8] Class org.eclipse.persistence.testing.jaxb.dynamic.withstatic.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/dynamic/withstatic/AddressWithPhone.java:[21,8] Class org.eclipse.persistence.testing.jaxb.dynamic.withstatic.AddressWithPhone overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/employee/Employee.java:[21,8] Class org.eclipse.persistence.testing.jaxb.employee.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/employee/EmployeeNoWrapper.java:[21,8] Class org.eclipse.persistence.testing.jaxb.employee.EmployeeNoWrapper overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/employee/Employee_B.java:[20,8] Class org.eclipse.persistence.testing.jaxb.employee.Employee_B overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/emptystring/Customer.java:[22,8] Class org.eclipse.persistence.testing.jaxb.emptystring.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/emptystring/ListsTestObject.java:[23,8] Class org.eclipse.persistence.testing.jaxb.emptystring.ListsTestObject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/events/Address.java:[19,8] Class org.eclipse.persistence.testing.jaxb.events.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/events/Employee.java:[21,8] Class org.eclipse.persistence.testing.jaxb.events.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/events/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.events.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/jaxbcontextfactory/bindingformat/file/Foo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.jaxbcontextfactory.bindingformat.file.Foo overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/jaxbcontextfactory/bindingformat/inputsource/Foo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.jaxbcontextfactory.bindingformat.inputsource.Foo overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/jaxbcontextfactory/bindingformat/inputstream/Foo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.jaxbcontextfactory.bindingformat.inputstream.Foo overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/jaxbcontextfactory/bindingformat/reader/Foo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.jaxbcontextfactory.bindingformat.reader.Foo overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/jaxbcontextfactory/bindingformat/reader/FooWithRootElement.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.jaxbcontextfactory.bindingformat.reader.FooWithRootElement overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/jaxbcontextfactory/bindingformat/source/Foo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.jaxbcontextfactory.bindingformat.source.Foo overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/anyattribute/Employee.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.anyattribute.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/anyattribute/XmlAnyAttributeSubTypeMapModel.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.anyattribute.XmlAnyAttributeSubTypeMapModel overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/anycollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.anycollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/anyobject/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.anyobject.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/binarydata/MyData.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.binarydata.MyData overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/binarydatacollection/MyData.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.binarydatacollection.MyData overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/Employee.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/reference/Address.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.reference.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/reference/Client.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.reference.Client overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/reference/PhoneNumber.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.reference.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/reference/Root.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.reference.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choicecollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choicecollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/collectionreference/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.collectionreference.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/collectionreference/Root.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.collectionreference.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/collectionreference/Employee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.collectionreference.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/composite/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.composite.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/composite/Employee.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.composite.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/composite/Phone.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.composite.Phone overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/composite/Department.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.composite.Department overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/composite/cyclic/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.composite.cyclic.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/composite/cyclic/multiplenamespaces/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.composite.cyclic.multiplenamespaces.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/composite/multiplenamespaces/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.composite.multiplenamespaces.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/compositecollection/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.compositecollection.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/compositecollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.compositecollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/direct/Car.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.direct.Car overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/direct/Employee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.direct.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/direct/Price.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.direct.Price overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/direct/Team.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.direct.Team overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/directcollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.directcollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/multiple/CustomDateType.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.multiple.CustomDateType overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/multiple/CustomQuoteRequest.java:[26,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.multiple.CustomQuoteRequest overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/objectreference/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.objectreference.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/objectreference/Employee.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.objectreference.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/objectreference/Root.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.objectreference.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/xmlinversereference/Address.java:[25,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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/xmlinversereference/Employee.java:[27,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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/xmlinversereference/PhoneNumber.java:[19,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-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/xmltransformation/Employee.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.xmltransformation.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/multiplebindings/simple/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.multiplebindings.simple.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/multiplebindings/simple/Phone.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.multiplebindings.simple.Phone overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/namespace/Customer.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.namespace.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/superclassoverride/SubClass.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.superclassoverride.SubClass overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessororder/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessororder.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessororder/packagelevel/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessororder.packagelevel.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessororder/packagelevel/classoverride/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessororder.packagelevel.classoverride.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessororder/packagelevel/javaclassoverride/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessororder.packagelevel.javaclassoverride.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/inheritance/B.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.inheritance.B overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/none/Employee.java:[22,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.none.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/packagelevel/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.packagelevel.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/packagelevel/classoverride/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.packagelevel.classoverride.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/packagelevel/javaclassoverride/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.packagelevel.javaclassoverride.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/packagelevel/nooverride/Employee.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.packagelevel.nooverride.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/property/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.property.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/propertylevel/Customer.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/publicmember/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.publicmember.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/CustomDateType.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.CustomDateType overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/classlevel/MyCalendar.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.classlevel.MyCalendar overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/classlevel/MyClass.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.classlevel.MyClass overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/hexbinary/Customer.java:[18,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.hexbinary.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/list/FooWithBar.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.list.FooWithBar overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/list/FooWithBars.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.list.FooWithBars overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/negative/Customer.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.negative.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/packagelevel/MyClass.java:[22,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.packagelevel.MyClass overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/packagelevel/unspecified/Address.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.packagelevel.unspecified.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/packagelevel/unspecified/Employee.java:[25,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.packagelevel.unspecified.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/property/MyClass.java:[22,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.property.MyClass overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/unmappable/package1/Container.java:[18,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.unmappable.package1.Container overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/xmlelementref/Foo.java:[18,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.xmlelementref.Foo overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyattribute/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyattribute.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/Dom.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.Dom overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/EmployeeWithList.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.EmployeeWithList overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/xmlelementrefs/Bar.java:[18,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.xmlelementrefs.Bar overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/xmlelementrefs/FooImplNoAnnotations.java:[22,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.xmlelementrefs.FooImplNoAnnotations overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/xmlelementrefs2/Customer.java:[30,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.xmlelementrefs2.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/xmlelementrefs2/Email.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.xmlelementrefs2.Email overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/xmlelementrefs2/Phone.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.xmlelementrefs2.Phone overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/xmlelementrefs3/FooImpl.java:[31,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.xmlelementrefs3.FooImpl overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlattribute/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlattribute.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/schemagen/date/DateTestCases.java: Some input files additionally use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/JAXBTestCases.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/JAXBTestCases.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- surefire:3.2.5:test (test-moxy-jaxb-srg) @ org.eclipse.persistence.moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.2.5:test (test-moxy-jaxb) @ org.eclipse.persistence.moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.2.5:test (test-moxy-jaxb-non-default-system-properties) @ org.eclipse.persistence.moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.moxy ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/bom.json
[INFO]            attaching as org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.moxy ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.moxy ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.moxy ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >---------
[INFO] Building EclipseLink JPA 5.0.0-SNAPSHOT                          [9/135]
[INFO]   from jpa/org.eclipse.persistence.jpa/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa ---
[INFO] Copying 18 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 577 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[16,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[322,40] ORDER_UPDATES in org.eclipse.persistence.config.EntityManagerProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[392,71] unchecked cast
  required: java.util.Map<java.lang.String,?>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[479,63] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[493,68] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[514,31] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[532,31] unchecked method invocation: constructor <init> in class java.util.HashMap is applied to given types
  required: java.util.Map<? extends K,? extends V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[532,31] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[611,113] found raw type: java.util.IdentityHashMap
  missing type arguments for generic class java.util.IdentityHashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[634,37] unchecked cast
  required: T
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[677,99] found raw type: java.util.IdentityHashMap
  missing type arguments for generic class java.util.IdentityHashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[829,36] unchecked cast
  required: T
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1236,109] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1243,32] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1345,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1387,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1551,94] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1561,50] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1565,32] unchecked method invocation: method apply in class org.eclipse.persistence.internal.jpa.QueryHintsHandler is applied to given types
  required: java.util.Map<java.lang.String,java.lang.Object>,org.eclipse.persistence.queries.DatabaseQuery,java.lang.ClassLoader,org.eclipse.persistence.internal.sessions.AbstractSession
  found:    java.util.Map,org.eclipse.persistence.queries.ReadObjectQuery,java.lang.ClassLoader,org.eclipse.persistence.internal.sessions.AbstractSession
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1565,33] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1573,65] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1743,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1757,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1795,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1810,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1825,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1843,13] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1846,32] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1869,48] unchecked cast
  required: jakarta.persistence.TypedQuery<T>
  found:    jakarta.persistence.Query
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2190,17] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2233,31] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2235,27] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2237,70] unchecked method invocation: method setProperties in class org.eclipse.persistence.internal.sessions.AbstractSession is applied to given types
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2237,71] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2431,45] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2439,17] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2453,91] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3046,46] unchecked cast
  required: T
  found:    org.eclipse.persistence.sessions.UnitOfWork
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3048,28] unchecked cast
  required: T
  found:    org.eclipse.persistence.internal.jpa.EntityManagerImpl
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3050,51] unchecked cast
  required: T
  found:    org.eclipse.persistence.internal.sessions.AbstractSession
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3052,51] unchecked cast
  required: T
  found:    org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3054,49] unchecked cast
  required: T
  found:    org.eclipse.persistence.sessions.server.ServerSession
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3056,49] unchecked cast
  required: T
  found:    org.eclipse.persistence.sessions.broker.SessionBroker
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3078,32] unchecked cast
  required: T
  found:    java.sql.Connection
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3080,70] unchecked cast
  required: T
  found:    java.sql.Connection
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3089,54] unchecked cast
  required: T
  found:    java.sql.Connection
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3095,70] unchecked cast
  required: T
  found:    java.sql.Connection
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3103,64] unchecked cast
  required: T
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3163,30] found raw type: jakarta.persistence.criteria.CriteriaUpdate
  missing type arguments for generic class jakarta.persistence.criteria.CriteriaUpdate<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3166,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3174,30] found raw type: jakarta.persistence.criteria.CriteriaDelete
  missing type arguments for generic class jakarta.persistence.criteria.CriteriaDelete<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3177,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityGraphImpl.java:[197,69] unchecked conversion
  required: java.lang.Class<T>
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[92,89] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[99,28] unchecked call to add(E) as a member of the raw type java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[107,90] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[111,31] unchecked call to addAll(java.util.Collection<? extends E>) as a member of the raw type java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[140,36] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[199,19] getPKClassInstance() in org.eclipse.persistence.internal.jpa.CMP3Policy overrides <T>getPKClassInstance() in org.eclipse.persistence.descriptors.CMPPolicy
  return type requires unchecked conversion from java.lang.Object to T
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[282,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[366,13] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[366,36] found raw type: java.util.ArrayList
  missing type arguments for generic class java.util.ArrayList<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[486,57] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[496,57] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[606,66] found raw type: org.eclipse.persistence.internal.security.PrivilegedMethodInvoker
  missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedMethodInvoker<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[606,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[606,61] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types
  required: java.security.PrivilegedExceptionAction<T>
  found:    org.eclipse.persistence.internal.security.PrivilegedMethodInvoker
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[606,62] unchecked conversion
  required: java.security.PrivilegedExceptionAction<T>
  found:    org.eclipse.persistence.internal.security.PrivilegedMethodInvoker
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[628,59] found raw type: org.eclipse.persistence.internal.security.PrivilegedMethodInvoker
  missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedMethodInvoker<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[628,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[628,54] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types
  required: java.security.PrivilegedExceptionAction<T>
  found:    org.eclipse.persistence.internal.security.PrivilegedMethodInvoker
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[628,55] unchecked conversion
  required: java.security.PrivilegedExceptionAction<T>
  found:    org.eclipse.persistence.internal.security.PrivilegedMethodInvoker
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[666,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[666,61] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types
  required: java.security.PrivilegedExceptionAction<T>
  found:    org.eclipse.persistence.internal.security.PrivilegedGetValueFromField
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[666,62] unchecked conversion
  required: java.security.PrivilegedExceptionAction<T>
  found:    org.eclipse.persistence.internal.security.PrivilegedGetValueFromField
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[683,35] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[684,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[684,54] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types
  required: java.security.PrivilegedExceptionAction<T>
  found:    org.eclipse.persistence.internal.security.PrivilegedSetValueInField
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[684,55] unchecked conversion
  required: java.security.PrivilegedExceptionAction<T>
  found:    org.eclipse.persistence.internal.security.PrivilegedSetValueInField
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CacheImpl.java:[500,24] unchecked cast
  required: T
  found:    org.eclipse.persistence.internal.jpa.CacheImpl
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CacheImpl.java:[503,35] unchecked cast
  required: T
  found:    org.eclipse.persistence.sessions.IdentityMapAccessor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[112,15] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[178,75] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[230,21] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[230,98] unchecked method invocation: method splitSpecifiedProperties in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types
  required: java.util.Map<K,V>,java.util.Collection<K>
  found:    java.util.Map,java.util.Set<java.lang.String>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[230,99] unchecked conversion
  required: java.util.Map<K,V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[231,21] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[241,21] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[241,85] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types
  required: java.util.Map<K,V>,java.util.Map<K,V>
  found:    java.util.Map,java.util.Map<java.lang.String,java.lang.Object>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[241,86] unchecked conversion
  required: java.util.Map<K,V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[324,46] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[329,87] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[338,57] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[380,20] finalize() in java.lang.Object has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[418,38] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[447,103] ORDER_UPDATES in org.eclipse.persistence.config.EntityManagerProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[474,33] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[669,86] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types
  required: java.util.Map<K,V>,java.util.Map<K,V>
  found:    java.util.Map,java.util.Map<java.lang.String,java.lang.Object>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[669,87] unchecked conversion
  required: java.util.Map<K,V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[669,47] unchecked method invocation: method unmodifiableMap in class java.util.Collections is applied to given types
  required: java.util.Map<? extends K,? extends V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[669,47] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[671,47] unchecked method invocation: method unmodifiableMap in class java.util.Collections is applied to given types
  required: java.util.Map<? extends K,? extends V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[671,47] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[843,24] unchecked cast
  required: T
  found:    org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[845,24] unchecked cast
  required: T
  found:    org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[847,47] unchecked cast
  required: T
  found:    org.eclipse.persistence.internal.sessions.AbstractSession
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[849,47] unchecked cast
  required: T
  found:    org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[851,45] unchecked cast
  required: T
  found:    org.eclipse.persistence.sessions.server.ServerSession
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[853,45] unchecked cast
  required: T
  found:    org.eclipse.persistence.sessions.broker.SessionBroker
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[175,26] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[137,84] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[154,72] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[162,83] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[166,83] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[170,83] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[179,75] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[183,75] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[190,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[206,65] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[210,67] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[214,67] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[221,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[230,67] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[257,62] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[338,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[338,28] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[350,16] unchecked conversion
  required: java.util.Map<K,V>[]
  found:    java.util.Map[]
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[365,48] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[392,50] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[399,22] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[404,45] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[514,48] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[563,76] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[576,49] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[644,64] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[665,13] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[665,45] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types
  required: java.util.Map<K,V>,java.util.Map<K,V>
  found:    java.util.Map,java.util.Properties
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[665,46] unchecked conversion
  required: java.util.Map<K,V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[680,33] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[680,113] unchecked method invocation: method getPropertyOverrides in interface org.eclipse.persistence.jpa.metadata.MetadataSource is applied to given types
  required: java.util.Map<java.lang.String,java.lang.Object>,java.lang.ClassLoader,org.eclipse.persistence.logging.SessionLog
  found:    java.util.Map,java.lang.ClassLoader,org.eclipse.persistence.logging.SessionLog
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[680,114] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[683,65] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types
  required: java.util.Map<K,V>,java.util.Map<K,V>
  found:    java.util.Map,java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[683,66] unchecked conversion
  required: java.util.Map<K,V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[683,86] unchecked conversion
  required: java.util.Map<K,V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[694,71] unchecked method invocation: method storeProject in interface org.eclipse.persistence.jpa.metadata.ProjectCache is applied to given types
  required: org.eclipse.persistence.sessions.Project,java.util.Map<java.lang.String,?>,org.eclipse.persistence.logging.SessionLog
  found:    org.eclipse.persistence.sessions.Project,java.util.Map,org.eclipse.persistence.logging.SessionLog
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[694,99] unchecked conversion
  required: java.util.Map<java.lang.String,?>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[762,51] unchecked method invocation: method setProperties in class org.eclipse.persistence.internal.sessions.AbstractSession is applied to given types
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[762,52] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[829,37] unchecked method invocation: method writeDDL in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl is applied to given types
  required: java.util.Map<java.lang.String,?>,org.eclipse.persistence.internal.sessions.DatabaseSessionImpl,java.lang.ClassLoader
  found:    java.util.Map,org.eclipse.persistence.internal.sessions.DatabaseSessionImpl,java.lang.ClassLoader
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[829,38] unchecked conversion
  required: java.util.Map<java.lang.String,?>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1020,44] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1071,141] unchecked cast
  required: java.lang.Class<? extends org.eclipse.persistence.sessions.ExternalTransactionController>
  found:    java.lang.Class<capture#1 of ?>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1076,123] unchecked cast
  required: java.lang.Class<? extends org.eclipse.persistence.sessions.ExternalTransactionController>
  found:    java.lang.Class<capture#2 of ?>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1120,39] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1148,33] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1222,48] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1245,34] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1311,35] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1372,20] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1434,51] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1442,50] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1463,51] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1487,58] found raw type: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass
  missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1487,54] unchecked call to PrivilegedNewInstanceFromClass(java.lang.Class<T>) as a member of the raw type org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1487,24] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1487,53] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types
  required: java.security.PrivilegedExceptionAction<T>
  found:    org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1487,54] unchecked conversion
  required: java.security.PrivilegedExceptionAction<T>
  found:    org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1496,50] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1508,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1509,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1510,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1594,74] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1595,87] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1698,72] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1709,97] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1743,78] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1773,13] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1780,48] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types
  required: java.util.Map<K,V>,java.util.Map<K,V>
  found:    java.util.Map,java.util.Properties
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1780,49] unchecked conversion
  required: java.util.Map<K,V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1846,75] unchecked method invocation: method retrieveProject in interface org.eclipse.persistence.jpa.metadata.ProjectCache is applied to given types
  required: java.util.Map<java.lang.String,?>,java.lang.ClassLoader,org.eclipse.persistence.logging.SessionLog
  found:    java.util.Map,java.lang.ClassLoader,org.eclipse.persistence.logging.SessionLog
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1846,76] unchecked conversion
  required: java.util.Map<java.lang.String,?>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1927,25] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1931,45] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1936,128] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2031,37] unchecked method invocation: constructor <init> in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor is applied to given types
  required: jakarta.persistence.spi.PersistenceUnitInfo,org.eclipse.persistence.internal.sessions.AbstractSession,java.lang.ClassLoader,boolean,boolean,boolean,boolean,boolean,java.util.Map<java.lang.String,java.lang.Object>,org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
  found:    jakarta.persistence.spi.PersistenceUnitInfo,org.eclipse.persistence.internal.sessions.AbstractSession,java.lang.ClassLoader,boolean,boolean,boolean,boolean,boolean,java.util.Map,org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2031,202] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2046,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2176,37] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2180,40] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2198,52] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2213,40] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2213,15] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2215,29] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types
  required: java.util.Map<K,V>,java.util.Map<K,V>
  found:    java.util.Map,java.util.Properties
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2215,30] unchecked conversion
  required: java.util.Map<K,V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2228,44] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2367,37] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2386,56] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2396,34] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2428,46] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2442,33] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2506,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2510,14] found raw type: java.util.Iterator
  missing type arguments for generic class java.util.Iterator<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2511,16] found raw type: java.util.Map.Entry
  missing type arguments for generic class java.util.Map.Entry<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2534,9] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2538,31] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2546,62] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2551,71] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2618,64] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2644,71] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2667,61] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2810,34] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2831,13] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2835,35] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2837,117] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2872,17] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2876,21] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2969,45] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2992,40] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2998,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3000,13] found raw type: java.util.Iterator
  missing type arguments for generic class java.util.Iterator<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3002,20] found raw type: java.util.Map.Entry
  missing type arguments for generic class java.util.Map.Entry<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3035,49] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3036,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3041,9] found raw type: java.util.Iterator
  missing type arguments for generic class java.util.Iterator<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3043,16] found raw type: java.util.Map.Entry
  missing type arguments for generic class java.util.Map.Entry<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3132,53] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3191,44] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3213,40] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3235,46] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3289,45] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3313,41] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3342,38] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3351,42] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3360,37] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3377,43] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3394,37] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3407,42] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3421,39] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3446,37] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3466,55] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3484,41] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3502,43] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3523,54] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3542,49] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3558,53] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3575,49] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3607,45] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3623,39] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3637,42] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3647,48] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java: Some input files additionally use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java: Some input files additionally use or override a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java: Some input files additionally use unchecked or unsafe operations.
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa ---
[INFO] No MANIFEST.MF file found, generating manifest.
[WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.jpa:jar:5.0.0-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] 
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17 module-path] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 25 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.test.framework >--
[INFO] Building EclipseLink JPA Test Framework 5.0.0-SNAPSHOT          [10/135]
[INFO]   from jpa/org.eclipse.persistence.jpa.test.framework/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/CMP3TestModel.java:[36,22] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/CMP3TestModel.java:[55,26] unchecked method invocation: method putAll in interface java.util.Map is applied to given types
  required: java.util.Map<? extends K,? extends V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/CMP3TestModel.java:[55,46] unchecked conversion
  required: java.util.Map<? extends K,? extends V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[511,46] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[524,81] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[533,81] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[565,78] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[573,12] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[581,92] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[585,92] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[593,35] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[621,47] unchecked method invocation: constructor <init> in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl is applied to given types
  required: java.lang.String,java.util.Map<java.lang.String,java.lang.Object>,java.util.List<org.eclipse.persistence.descriptors.ClassDescriptor>
  found:    java.lang.String,java.util.Map,java.util.List<org.eclipse.persistence.descriptors.ClassDescriptor>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[621,97] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[637,57] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.test.framework ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in http://www.eclipse.org/eclipselink/foundation/org.eclipse.persistence.core/apidocs/ are in named modules.
[WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in http://www.eclipse.org/eclipselink/jpa/org.eclipse.persistence.jpa/apidocs/ are in named modules.
[WARNING] 2 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.test.framework ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.test.framework ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Signing 6 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor >--
[INFO] Building EclipseLink JPA Model Generator 5.0.0-SNAPSHOT         [11/135]
[INFO]   from jpa/org.eclipse.persistence.jpa.modelgen/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 12 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/module-info.java:[26,13] module not found: eclipselink
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:[96,38] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17 module-path] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/src/test/java/module-info.java:[16,14] requires directive for an automatic module
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.modelgen.processor ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- surefire:3.2.5:test (test-jpa-modelgen) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.2.5:test (test-jpa-modelgen-jpms) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.modelgen.processor ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.modelgen.processor ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpars.server >----
[INFO] Building EclipseLink JPA-RS Server 5.0.0-SNAPSHOT               [12/135]
[INFO]   from jpa/org.eclipse.persistence.jpars.server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.jpars.server ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpars.server ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpars.server ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpars.server ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpars.server ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpars.server ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpars.server ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpars.server ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpars.server ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpars.server ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpars.server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpars.server ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 122 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[51,18] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[56,18] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[91,17] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[95,36] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[99,17] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[103,37] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/MatrixParameters.java:[17,8] class org.eclipse.persistence.jpa.rs.MatrixParameters in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[418,20] finalize() in java.lang.Object has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[420,14] finalize() in java.lang.Object has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[545,30] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[601,33] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1180,55] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[183,13] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[211,29] previous possible 'this' escape happens here via invocation
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[196,13] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[211,29] previous possible 'this' escape happens here via invocation
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/CollectionWrapperBuilder.java:[83,43] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceFactoryBase.java:[47,8] class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/QueryParameters.java:[17,8] class org.eclipse.persistence.jpa.rs.QueryParameters in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/ReservedWords.java:[22,8] class org.eclipse.persistence.jpa.rs.ReservedWords in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/SystemDefaults.java:[17,8] class org.eclipse.persistence.jpa.rs.SystemDefaults in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilderImpl.java:[44,8] class org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilderImpl in exported package org.eclipse.persistence.jpa.rs.features declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultList.java:[31,37] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/list/SimpleHomogeneousList.java:[33,37] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/FeatureSetPreV2.java:[47,8] class org.eclipse.persistence.jpa.rs.features.FeatureSetPreV2 in exported package org.eclipse.persistence.jpa.rs.features declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/FeatureSetV2.java:[50,8] class org.eclipse.persistence.jpa.rs.features.FeatureSetV2 in exported package org.eclipse.persistence.jpa.rs.features declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/ItemLinksBuilder.java:[31,14] class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder in exported package org.eclipse.persistence.jpa.rs.features declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/core/selflinks/SelfLinksResponseBuilder.java:[54,8] class org.eclipse.persistence.jpa.rs.features.core.selflinks.SelfLinksResponseBuilder in exported package org.eclipse.persistence.jpa.rs.features.core.selflinks declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/paging/PagingResponseBuilder.java:[47,8] class org.eclipse.persistence.jpa.rs.features.paging.PagingResponseBuilder in exported package org.eclipse.persistence.jpa.rs.features.paging declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/paging/PagingResponseBuilder.java:[68,46] unchecked cast
  required: java.util.List<java.lang.Object>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[227,60] JPARS_RELATIONSHIP_PARTNER in org.eclipse.persistence.jpa.rs.MatrixParameters has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[65,17] class org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[46,8] class org.eclipse.persistence.jpa.rs.resources.EntityResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:[71,8] class org.eclipse.persistence.jpa.rs.resources.MetadataResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceResource.java:[58,17] class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/PersistenceResource.java:[47,8] class org.eclipse.persistence.jpa.rs.resources.PersistenceResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[58,8] class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[41,8] class org.eclipse.persistence.jpa.rs.resources.PersistenceUnitResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractQueryResource.java:[54,17] class org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/QueryResource.java:[43,8] class org.eclipse.persistence.jpa.rs.resources.QueryResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractSingleResultQueryResource.java:[44,17] class org.eclipse.persistence.jpa.rs.resources.common.AbstractSingleResultQueryResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/SingleResultQueryResource.java:[39,8] class org.eclipse.persistence.jpa.rs.resources.SingleResultQueryResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/ConcreteSubclassFactory.java:[49,36] unchecked call to getConstructor(java.lang.Class<?>...) as a member of the raw type java.lang.Class
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/list/LinkList.java:[32,37] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/list/QueryList.java:[32,37] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/xmladapters/ReferenceAdapterV2.java:[129,23] unchecked cast
  required: T
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/xmladapters/RestCollectionAdapter.java:[111,13] found raw type: java.util.Collection
  missing type arguments for generic class java.util.Collection<E>
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpars.server ---
[INFO] No MANIFEST.MF file found, generating manifest.
[WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.jpars.server:jar:5.0.0-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] 
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpars.server ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpars.server ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpars.server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpars.server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpars.server ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpars.server ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpars.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpars.server ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpars.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpars.server ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpars.server ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpars.server ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpars.server ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpars.server ---
[INFO] Signing 6 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpars.server ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars.server/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars.server/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars.server/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars.server/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars.server/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars.server/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars.server/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars.server/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars.server/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars.server/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars.server/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars.server/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >--------
[INFO] Building EclipseLink JPA-RS 5.0.0-SNAPSHOT                      [13/135]
[INFO]   from jpa/org.eclipse.persistence.jpars/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.pom (10 kB at 91 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.2.5/maven-failsafe-plugin-3.2.5.jar (55 kB at 3.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.pom (6.2 kB at 519 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.jar (11 kB at 328 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.pom (9.3 kB at 489 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.jar (26 kB at 1.6 MB/s)
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpars ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpars ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpars ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpars ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpars ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[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-master/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpars ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpars ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpars ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17 module-path] to target/classes
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpars ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpars ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpars ---
[INFO] Copying 32 resources from src/it/resources to target/test-classes
[INFO] Copying 32 resources from src/it/resources to target/test-classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpars ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 77 source files with javac [debug deprecation release 17 module-path] to target/test-classes
[INFO] 
[INFO] --- staticweave:1.0.0:weave (default) @ org.eclipse.persistence.jpars ---
[INFO] Start EclipseLink static weaving...
[INFO] Finished EclipseLink static weaving.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpars ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpars ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpars ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpars ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpars ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpars ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpars ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpars ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derby/10.17.1.0/derby-10.17.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby/10.17.1.0/derby-10.17.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby/10.17.1.0/derby-10.17.1.0.pom (2.5 kB at 83 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derbynet/10.17.1.0/derbynet-10.17.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbynet/10.17.1.0/derbynet-10.17.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbynet/10.17.1.0/derbynet-10.17.1.0.pom (2.9 kB at 171 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derbytools/10.17.1.0/derbytools-10.17.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbytools/10.17.1.0/derbytools-10.17.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbytools/10.17.1.0/derbytools-10.17.1.0.pom (2.4 kB at 135 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 126 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 659 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 321 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 423 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 229 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 108 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (1.9 kB at 46 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 95 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (2.5 kB at 164 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (2.8 kB at 156 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derby/10.17.1.0/derby-10.17.1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derbynet/10.17.1.0/derbynet-10.17.1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derbytools/10.17.1.0/derbytools-10.17.1.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby/10.17.1.0/derby-10.17.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby/10.17.1.0/derby-10.17.1.0.jar (3.5 MB at 38 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbynet/10.17.1.0/derbynet-10.17.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbytools/10.17.1.0/derbytools-10.17.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar (223 kB at 7.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar (52 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-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 900 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.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 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar (559 kB at 12 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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/derby/derbytools/10.17.1.0/derbytools-10.17.1.0.jar (254 kB at 5.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/apache/derby/derbynet/10.17.1.0/derbynet-10.17.1.0.jar (274 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-model/3.0.5/maven-model-3.0.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar (30 kB at 547 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/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar (151 kB at 2.6 MB/s)
[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 942 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (164 kB at 2.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 747 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 16 MB/s)
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- failsafe:3.2.5: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.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpars ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpars ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify-integration-tests) @ org.eclipse.persistence.jpars ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpars ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpars ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/5.0.0-SNAPSHOT/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] -----< org.eclipse.persistence:org.eclipse.persistence.core.test >------
[INFO] Building EclipseLink Core Test 5.0.0-SNAPSHOT                   [14/135]
[INFO]   from foundation/eclipselink.core.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.core.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.core.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.core.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.core.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.core.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.core.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.core.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.core.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.core.test ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.core.test ---
[INFO] Copying 40 resources from src/it/resources to target/test-classes
[INFO] Copying 2 resources from src/it/resources-utf16 to target/test-classes
[INFO] Copying 40 resources from src/it/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.core.test ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2809 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/AggregateProject.java:[39,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/AggregateRelationshipsProject.java:[31,12] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/AggregateRelationshipsTableCreator.java:[28,12] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/Client.java:[28,15] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/Version.java:[31,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/Computer.java:[26,15] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/Project_case2.java:[31,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/SwitchProject.java:[28,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/SwitchTableCreator.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/nested/NestedAggregateProject.java:[31,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/nested/NestedAggregateTableCreator.java:[31,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/bigbad/BigBadProject.java:[30,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/bigbad/BigBadTableCreator.java:[27,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/collections/CollectionsProject.java:[33,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/collections/Restaurant.java:[47,22] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/collections/map/MapCollectionsProject.java:[43,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/conversion/ConversionManagerProject.java:[31,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/directmap/DirectMapMappingsProject.java:[33,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/directmap/DirectMapMappingsTableCreator.java:[27,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/employee/relational/EmployeeProject.java:[32,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/employee/relational/EmployeeTableCreator.java:[31,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/events/AboutToInsertProject.java:[29,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/events/AboutToInsertProjectTableCreator.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/events/AddressDescriptorEventListener.java:[44,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/events/Phone.java:[49,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/events/EmailAccount.java:[43,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/events/EmailAccount.java:[49,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/forceupdate/FUVLProject.java:[30,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/forceupdate/FUVLTableCreator.java:[27,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/inheritance/InheritanceTableCreator.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/inheritance/STI_EmployeeProject.java:[24,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/inheritance/STI_EmployeeTableCreator.java:[21,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/insurance/InsuranceProject.java:[29,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/insurance/InsuranceTableCreator.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/insurance/objectrelational/InsuranceProject.java:[31,22] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/interfaces/InterfaceHashtableProject.java:[33,17] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/interfaces/InterfaceWithoutTablesProject.java:[27,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/legacy/LegacyProject.java:[34,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/legacy/LegacyTables.java:[26,27] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/JobDescription.java:[28,17] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/Computer.java:[27,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/Monitor.java:[28,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/BiDirectionInserOrderTestProject.java:[31,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/BiDirectionInsertOrderTableMaker.java:[29,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/Course.java:[25,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/KeyboardProject.java:[31,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/KeyboardTables.java:[29,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/LegacyTableMaker.java:[24,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/LegacyTestProject.java:[24,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/MappingProject.java:[37,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/MultipleTableTestProject.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/MultipleTableTestTableMaker.java:[24,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/OuterJoinWithMultipleTablesProject.java:[31,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/Peripheral.java:[39,14] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/Student.java:[28,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/multipletable/MultipleTableProject.java:[29,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/multipletable/MultipleTableTableCreator.java:[27,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/multipletable/ProjectProject.java:[32,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/onetoonejointable/EmployeeProject.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/onetoonejointable/EmployeeTableCreator.java:[22,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/optimisticlocking/AnimalProject.java:[24,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/optimisticlocking/AnimalTableCreator.java:[24,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/optimisticlocking/MusicalInstrument.java:[28,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/optimisticlocking/GamesConsoleProject.java:[32,12] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/optimisticlocking/GamesConsoleTableCreator.java:[28,12] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/optimisticlocking/RockBandProject.java:[31,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/optimisticlocking/RockBandTableCreator.java:[30,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/order/OrderTransactionTableCreator.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/orderedlist/EmployeeProject.java:[55,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/orderedlist/EmployeeTableCreator.java:[26,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/ownership/OwnershipProject.java:[31,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/performance/EmployeeTableCreator.java:[31,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/performance/toplink/EmployeeProject.java:[29,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/plsql/PLSQLProject.java:[40,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/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-master/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-master/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-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/ReadOnlyProject.java:[34,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/relationshipmaintenance/RelationshipsProject.java:[28,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/relationshipmaintenance/RelationshipsTableCreator.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/sequencing/SampleStringSequencingPolicy.java:[34,29] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/sequencing/SampleStringSequencingPolicy.java:[39,29] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/sequencing/TestProjectForSequenceChecking.java:[32,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/transparentindirection/AbstractOrder.java:[40,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/transparentindirection/AbstractSalesRep.java:[35,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/transparentindirection/BidirectionalRelationshipProject.java:[31,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/transparentindirection/BidirectionalRelationshipTableCreator.java:[27,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/transparentindirection/CustomIndirectContainerProject.java:[28,27] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/transparentindirection/GeneratedIndirectContainerProject.java:[32,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/transparentindirection/Dog.java:[25,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/transparentindirection/Dog.java:[29,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/transparentindirection/SalesRepContainer.java:[34,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/transparentindirection/GeneratedIndirectContainerTableCreator.java:[30,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/unidirectional/EmployeeProject.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/unidirectional/EmployeeTableCreator.java:[30,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/vehicle/VehicleProject.java:[33,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/vehicle/VehicleTableCreator.java:[30,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/ExtensionTestModel.java:[23,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/SRGTestModel.java:[23,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AddNullToAggregateCollectionTest.java:[41,31] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AddNullToAggregateCollectionTest.java:[53,31] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AgentBuilderTablesTest.java:[35,28] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateCollectionClearTest.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateCollectionOuterJoinTest.java:[37,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateInvalidationIdentityTest.java:[40,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateRelationshipsDirectCollectionTestCase.java:[35,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateRelationshipsManyToManyTestCase.java:[39,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateRelationshipsOneToManyTestCase.java:[36,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateRelationshipsOneToOneTestCase.java:[36,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateRelationshipsTargetOneToOneTestCase.java:[36,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateTestModel.java:[46,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateTransientValueTestCase.java:[28,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateVersionOpimisticLockingTest.java:[37,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateWithOneToOneRelationshipTest.java:[37,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/BatchReadingWithAggregateCollectionMapping.java:[30,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/DescriptorRefreshCacheTest.java:[36,26] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/InMemoryQueryKeyToAggregateTest.java:[37,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/JoinInAggregateAndOwnerTest.java:[40,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/MergingUnitOfWorkTest.java:[43,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/NestedAggregateCollectionAbstractTestCase.java:[34,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/NestedAggregateCollectionTest.java:[40,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/QueryKeyInAggregateInheritanceTest.java:[40,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/QueryKeyInAggregateTest.java:[43,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/VerifyCascadeDelete.java:[35,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/classpath/ClassPathTestModel.java:[30,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/classpath/DeploymentXMLJDBCDependencyTest.java:[24,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/classpath/DeploymentXMLXDBEISDependencyTest.java:[24,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/Client.java:[38,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientServerReadingTest.java:[31,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientServerConcurrentWriteTest.java:[29,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientServerEmployeeProject.java:[23,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientServerOptimisticLockingTest.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientServerReadingDeadlockTest.java:[32,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientServerReadingNonDeadlockTest.java:[32,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientServerSequenceDeadlockTest.java:[44,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientServerSequenceDeadlockTest2.java:[46,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientServerTest.java:[32,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientServerTestModel.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientServerUpdateDeadlockTest.java:[83,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientSessionTestAdapter.java:[32,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ServerSessionTestAdapter.java:[37,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/CommunicationFailureTest.java:[35,28] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ConcurrencyManagerTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ConcurrentBatchReadingTest.java:[41,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ConcurrentTestRefreshWithOptimisticLocking.java:[37,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ConcurrentTestWithReadLocks.java:[33,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ConnectionPoolSizingTest.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/DeadLockEmployeeProject.java:[30,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/DeadLockEmployeeTableCreator.java:[29,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/DonotAliaseTheTableWhenWeHaveSubSelectExpression.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/NPEIsThrownWhenWeTryToWriteNullToANullableField.java:[26,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/CollectionReadObjectTest.java:[31,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/CollectionsTestModel.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/PerformDeletesFirstCollectionObjectRemovalTest.java:[42,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/MapCollectionsTestModel.java:[45,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadAggregateAggregateMapMapping.java:[44,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadAggregateDirectMapMapping.java:[44,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadAggregateEntity1MMapMapping.java:[45,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadAggregateEntityMapMapping.java:[46,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadAggregateEntityU1MMapMapping.java:[46,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadDirectAggregateMapMapping.java:[44,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadDirectDirectMapMapping.java:[43,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadDirectEntity1MMapMapping.java:[45,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadDirectEntityMapMapping.java:[45,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadDirectEntityU1MMapMapping.java:[46,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadEntityAggregateMapMapping.java:[45,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadEntityDirectMapMapping.java:[44,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadEntityEntity1MMapMapping.java:[46,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadEntityEntityMapMapping.java:[46,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadEntityEntityU1MMapMapping.java:[47,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestUpdateAggregateEntity1MMapMapping.java:[43,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestUpdateAggregateEntityMapMapping.java:[44,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestUpdateAggregateEntityU1MMapMapping.java:[41,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestUpdateDirectEntity1MMapMapping.java:[40,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestUpdateDirectEntityMapMapping.java:[43,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestUpdateDirectEntityU1MMapMapping.java:[40,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestUpdateEntityAggregateMapMapping.java:[43,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestUpdateEntityDirectMapMapping.java:[42,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestUpdateEntityEntity1MMapMapping.java:[45,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestUpdateEntityEntityMapMapping.java:[48,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestUpdateEntityEntityU1MMapMapping.java:[45,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/conversion/ConversionManagerTestModel.java:[73,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/conversion/ConversionManagerTestModelWithoutBinding.java:[74,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/conversion/ConvertByteCharArrayToStringTest.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/inmemory/CacheHitTest.java:[32,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/CustomSQLCursoredStreamReadTest.java:[31,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/CustomSQLSubQueryTest.java:[41,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/CustomSQLTestModel.java:[35,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/CustomSQLTestModel.java:[39,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/SetCustomSQLQueryTest.java:[27,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcWithOutputParamsAndResultSetTest.java:[35,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureNullInOutTest.java:[32,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureObjectRelationalParameters.java:[50,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureResultSetAndOutputTest.java:[45,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureTest.java:[33,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureTest2.java:[34,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureTest_Inout_Out_In.java:[57,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureTimestampTest.java:[35,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingBatchReadTest.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingDeleteTest.java:[35,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingHashMapTest.java:[36,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingIndirectionTest.java:[31,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingModel.java:[28,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingsSerializedConverterTestCase.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/directmap/DirectMapUnitOfWorkTest.java:[32,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/directmap/MergeChangeSetWithDirectMapMappingTest.java:[37,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/directmap/MergeChangeSetWithIndirectDirectMapMappingTest.java:[35,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedcache/DistributedCacheMergeTest.java:[49,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedcache/DistributedCacheModel.java:[23,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/DistributedProject.java:[31,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/DistributedServersModel.java:[40,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/DistributedSessionBrokerServersModel.java:[25,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/RCMDistributedServersModel.java:[37,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/InvalidCacheSyncTypeTest.java:[31,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/InvalidateObjectWithMissingReferenceTest.java:[46,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/IsolatedObjectNotSentTest.java:[40,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/IsolatedObjectNotSentTest.java:[44,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/NativeUpdateObjectInvalidationTest.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/SendNewObjectCacheSyncTest.java:[41,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/UpdateObjectInvalidationTest.java:[36,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/broadcast/BroadcastEventLock.java:[143,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/broadcast/BroadcastReconnectionTest.java:[51,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/jgroups/JGroupsDistributedServersModel.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/QuerySQLTracker.java:[233,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/employee/AddDescriptorsTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/employee/EmployeeBasicTestModel.java:[41,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/events/EventHookTestSuite.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/events/EventHookTestSuite.java:[32,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/events/PreInsertModifyChangeSetTest.java:[46,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/BadExpressionTest.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/ExpressionBuilderTestSuite.java:[31,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/ExpressionInMemoryTestSuite.java:[37,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/ExpressionUnitTestSuite.java:[38,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/ExpressionTestSuite.java:[39,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/ExpressionTestSuite.java:[44,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/ExpressionOperatorUnitTestSuite.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/ExpressionOuterJoinTestSuite.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/ExpressionSubSelectTestSuite.java:[40,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/InvalidQueryKeyFunctionExpressionTest.java:[32,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/LiteralExpressionTest.java:[45,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/LiteralSQLExpressionWithQuestionMarkTest.java:[44,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/LowerCaseForCaseInsensitiveTest.java:[46,16] possible 'this' escape before subclass is fully initialized
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/simultaneous/TestExecutorWithClientSession.java: Some input files additionally use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/java/DoPrivilegedTest.java: Some input files additionally use or override a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/Customer.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/Customer.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.core.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.2.5:test (asm-eclipselink-test) @ org.eclipse.persistence.core.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.2.5:test (asm-ow2-test) @ org.eclipse.persistence.core.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.core.test ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/bom.json
[INFO]            attaching as org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- javadoc:3.6.3: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.2.5:integration-test (clear-database) @ org.eclipse.persistence.core.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (test-core-srg) @ org.eclipse.persistence.core.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5: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.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify-integration-tests) @ org.eclipse.persistence.core.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.core.test ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.core.test ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/5.0.0-SNAPSHOT/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-tests.jar.asc
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.corba >--------
[INFO] Building EclipseLink CORBA Extension 5.0.0-SNAPSHOT             [15/135]
[INFO]   from foundation/org.eclipse.persistence.corba/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/exec-maven-plugin/3.2.0/exec-maven-plugin-3.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.2.0/exec-maven-plugin-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.2.0/exec-maven-plugin-3.2.0.pom (14 kB at 967 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/mojo-parent/80/mojo-parent-80.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/80/mojo-parent-80.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/80/mojo-parent-80.pom (36 kB at 2.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/exec-maven-plugin/3.2.0/exec-maven-plugin-3.2.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.2.0/exec-maven-plugin-3.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.2.0/exec-maven-plugin-3.2.0.jar (84 kB at 6.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.pom (9.1 kB at 910 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 822 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.1.0/maven-antrun-plugin-3.1.0.jar (41 kB at 4.6 MB/s)
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.corba ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.corba ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.corba ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.corba ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.corba ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.corba ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.corba ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.corba ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.corba ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 33 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:[108,57] interface org.omg.CORBA.Object in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:[34,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/sun/SunCORBATransportManager.java:[58,48] interface org.omg.CORBA.Object in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[134,12] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[156,129] found raw type: java.util.IdentityHashMap
  missing type arguments for generic class java.util.IdentityHashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[156,71] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types
  required: java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.Map<java.lang.Object,java.lang.Object>,org.eclipse.persistence.queries.ObjectLevelReadQuery
  found:    java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[156,125] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.IdentityHashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[272,57] unchecked cast
  required: java.util.List<java.lang.Class<?>>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[332,61] found raw type: org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
  missing type arguments for generic class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[360,81] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[587,103] found raw type: java.util.IdentityHashMap
  missing type arguments for generic class java.util.IdentityHashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[587,54] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types
  required: java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.Map<java.lang.Object,java.lang.Object>,org.eclipse.persistence.queries.ObjectLevelReadQuery
  found:    java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[587,99] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.IdentityHashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[615,103] found raw type: java.util.IdentityHashMap
  missing type arguments for generic class java.util.IdentityHashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[615,54] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types
  required: java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.Map<java.lang.Object,java.lang.Object>,org.eclipse.persistence.queries.ObjectLevelReadQuery
  found:    java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[615,99] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.IdentityHashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionController.java:[25,108] interface org.omg.CORBA.Object in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionController.java:[25,139] interface org.omg.CORBA.portable.IDLEntity in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[27,91] class org.omg.CORBA.portable.ObjectImpl in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[27,166] interface org.omg.CORBA.portable.InvokeHandler in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[72,34] class org.omg.CORBA.portable.OutputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[72,93] class org.omg.CORBA.portable.InputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[72,132] interface org.omg.CORBA.portable.ResponseHandler in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[34,44] class org.omg.CORBA.Any in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[41,119] class org.omg.CORBA.Any in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[47,45] class org.omg.CORBA.TypeCode in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[58,125] class org.omg.CORBA.portable.InputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[62,52] class org.omg.CORBA.portable.OutputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[66,118] interface org.omg.CORBA.Object in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHolder.java:[25,88] interface org.omg.CORBA.portable.Streamable in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHolder.java:[36,45] class org.omg.CORBA.portable.InputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHolder.java:[41,46] class org.omg.CORBA.portable.OutputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHolder.java:[46,25] class org.omg.CORBA.TypeCode in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterDefaultFactory.java:[26,73] interface org.omg.CORBA.portable.ValueFactory in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterDefaultFactory.java:[35,70] class org.omg.CORBA_2_3.portable.InputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[84,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[102,35] unchecked method invocation: method setObjectDescriptors in class org.eclipse.persistence.internal.sessions.remote.Transporter is applied to given types
  required: java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[102,36] unchecked conversion
  required: java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[37,44] class org.omg.CORBA.Any in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[44,101] class org.omg.CORBA.Any in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[51,45] class org.omg.CORBA.TypeCode in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[74,107] class org.omg.CORBA.portable.InputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[106,52] class org.omg.CORBA.portable.OutputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[25,71] interface org.omg.CORBA.portable.Streamable in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[36,45] class org.omg.CORBA.portable.InputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[41,46] class org.omg.CORBA.portable.OutputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[46,25] class org.omg.CORBA.TypeCode in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerStub.java:[27,78] class org.omg.CORBA.portable.ObjectImpl in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerStub.java:[36,68] class org.omg.CORBA.portable.Delegate in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerStub.java:[38,22] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[179,12] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[206,129] found raw type: java.util.IdentityHashMap
  missing type arguments for generic class java.util.IdentityHashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[206,71] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types
  required: java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.Map<java.lang.Object,java.lang.Object>,org.eclipse.persistence.queries.ObjectLevelReadQuery
  found:    java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[206,125] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.IdentityHashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[290,61] unchecked cast
  required: java.util.List<java.lang.Class<?>>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[399,61] found raw type: org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
  missing type arguments for generic class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[438,81] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[717,103] found raw type: java.util.IdentityHashMap
  missing type arguments for generic class java.util.IdentityHashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[717,54] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types
  required: java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.Map<java.lang.Object,java.lang.Object>,org.eclipse.persistence.queries.ObjectLevelReadQuery
  found:    java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[717,99] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.IdentityHashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[749,103] found raw type: java.util.IdentityHashMap
  missing type arguments for generic class java.util.IdentityHashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[749,54] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types
  required: java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.Map<java.lang.Object,java.lang.Object>,org.eclipse.persistence.queries.ObjectLevelReadQuery
  found:    java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[749,99] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.IdentityHashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionControllerDispatcher.java:[30,59] class javax.rmi.PortableRemoteObject in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[37,64] class org.omg.CORBA_2_3.portable.ObjectImpl in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[37,86] interface javax.rmi.CORBA.Tie in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[54,12] class org.omg.CORBA.portable.OutputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[54,48] class org.omg.CORBA.portable.InputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[54,65] interface org.omg.CORBA.portable.ResponseHandler in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[54,95] class org.omg.CORBA.SystemException in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[342,12] class org.omg.CORBA.ORB in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[347,21] class org.omg.CORBA.ORB in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[357,118] class org.omg.CORBA.portable.InputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[385,25] interface org.omg.CORBA.Object in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[395,137] class org.omg.CORBA.portable.OutputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionController_Stub.java:[34,55] class javax.rmi.CORBA.Stub in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionController_Stub.java:[770,118] class org.omg.CORBA.portable.InputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionController_Stub.java:[1438,137] class org.omg.CORBA.portable.OutputStream in module  is not exported
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.corba ---
[INFO] No MANIFEST.MF file found, generating manifest.
[WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:5.0.0-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba,  has 1,  private references [org.eclipse.persistence.internal.sessions.coordination.corba]
[WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:5.0.0-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba.sun,  has 1,  private references [org.eclipse.persistence.internal.sessions.coordination.corba]
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.corba ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.corba ---
[INFO] Copying 2 resources from src/it/resources to target/test-classes
[INFO] Copying 2 resources from src/it/resources to target/test-classes
[INFO] 
[INFO] --- exec:3.2.0:exec (start-corba-server) @ org.eclipse.persistence.corba ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.pom (9.5 kB at 635 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom (2.8 kB at 199 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom (2.6 kB at 236 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.4.0/commons-exec-1.4.0.jar (66 kB at 6.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar (72 kB at 9.0 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar (52 kB at 4.0 MB/s)
[INFO] skipping execute as per configuration
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.corba ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 21 source files with javac [debug deprecation release 17 module-path] to target/test-classes
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.glassfish.corba.annotation.processing.ExceptionWrapperProcessor' less than -source '17'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/rmi/IIOP/RMIIIOPRemoteModel.java:[44,43] java.rmi.RMISecurityManager in java.rmi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/rmi/IIOP/RMIIIOPRemoteModel.java:[44,19] setSecurityManager(java.lang.SecurityManager) in java.lang.System has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/rmi/IIOP/RMIServerManagerController.java:[100,43] java.rmi.RMISecurityManager in java.rmi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/rmi/IIOP/RMIServerManagerController.java:[100,19] setSecurityManager(java.lang.SecurityManager) in java.lang.System has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/rmi/IIOP/RMIConnectionExceptionsTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/rmi/IIOP/RMIConnectionExceptionsTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.corba ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.corba ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.corba ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.corba ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.corba ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.corba ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.corba-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/bom.json
[INFO]            attaching as org.eclipse.persistence.corba-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.corba ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- antrun:3.1.0:run (wait-for-corba-server-start) @ org.eclipse.persistence.corba ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.10.12/ant-1.10.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.pom (17 kB at 1.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom (6.5 kB at 326 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 243 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.10.12/ant-1.10.12.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 16 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar (19 kB at 2.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.jar (2.3 MB at 38 MB/s)
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.corba ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (clear-database) @ org.eclipse.persistence.corba ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5: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.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.corba ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.corba ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify-integration-tests) @ org.eclipse.persistence.corba ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.corba ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.corba ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/5.0.0-SNAPSHOT/org.eclipse.persistence.corba-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/5.0.0-SNAPSHOT/org.eclipse.persistence.corba-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/5.0.0-SNAPSHOT/org.eclipse.persistence.corba-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/5.0.0-SNAPSHOT/org.eclipse.persistence.corba-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/5.0.0-SNAPSHOT/org.eclipse.persistence.corba-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/5.0.0-SNAPSHOT/org.eclipse.persistence.corba-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/5.0.0-SNAPSHOT/org.eclipse.persistence.corba-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/5.0.0-SNAPSHOT/org.eclipse.persistence.corba-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/5.0.0-SNAPSHOT/org.eclipse.persistence.corba-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/5.0.0-SNAPSHOT/org.eclipse.persistence.corba-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/5.0.0-SNAPSHOT/org.eclipse.persistence.corba-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/5.0.0-SNAPSHOT/org.eclipse.persistence.corba-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/5.0.0-SNAPSHOT/org.eclipse.persistence.corba-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/5.0.0-SNAPSHOT/org.eclipse.persistence.corba-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------
[INFO] Building EclipseLink Extension 5.0.0-SNAPSHOT                   [16/135]
[INFO]   from foundation/org.eclipse.persistence.extension/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.extension ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.extension ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.extension ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.extension ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.extension ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.extension ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.extension ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.extension ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.extension ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/src/main/java/module-info.java:[18,24] requires directive for an automatic module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/logging/slf4j/SLF4JLogger.java:[167,27] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.extension ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.extension ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.extension ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.extension ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 7 source files with javac [debug deprecation release 17 module-path] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.extension ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.extension ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.extension ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 3 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.extension-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/bom.json
[INFO]            attaching as org.eclipse.persistence.extension-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.extension ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.extension ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.extension ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.extension ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.extension ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/5.0.0-SNAPSHOT/org.eclipse.persistence.extension-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/5.0.0-SNAPSHOT/org.eclipse.persistence.extension-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/5.0.0-SNAPSHOT/org.eclipse.persistence.extension-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/5.0.0-SNAPSHOT/org.eclipse.persistence.extension-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/5.0.0-SNAPSHOT/org.eclipse.persistence.extension-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/5.0.0-SNAPSHOT/org.eclipse.persistence.extension-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/5.0.0-SNAPSHOT/org.eclipse.persistence.extension-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/5.0.0-SNAPSHOT/org.eclipse.persistence.extension-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/5.0.0-SNAPSHOT/org.eclipse.persistence.extension-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/5.0.0-SNAPSHOT/org.eclipse.persistence.extension-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/5.0.0-SNAPSHOT/org.eclipse.persistence.extension-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/5.0.0-SNAPSHOT/org.eclipse.persistence.extension-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/5.0.0-SNAPSHOT/org.eclipse.persistence.extension-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/5.0.0-SNAPSHOT/org.eclipse.persistence.extension-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >--------
[INFO] Building EclipseLink NoSQL Extension 5.0.0-SNAPSHOT             [17/135]
[INFO]   from foundation/org.eclipse.persistence.nosql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.nosql ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.nosql ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.nosql ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.nosql ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 61 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/eis/adapters/jms/JMSPlatform.java:[212,9] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/eis/adapters/jms/JMSPlatform.java:[213,26] unchecked call to add(E) as a member of the raw type java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/eis/adapters/jms/JMSPlatform.java:[222,9] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/eis/adapters/jms/JMSPlatform.java:[56,38] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:[175,23] unchecked call to add(E) as a member of the raw type java.util.ArrayList
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:[242,23] unchecked call to add(E) as a member of the raw type java.util.ArrayList
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecord.java:[30,35] found raw type: java.util.ArrayList
  missing type arguments for generic class java.util.ArrayList<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecord.java:[30,56] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecordFactory.java:[46,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.jms.CciJMSRecordFactory implements <E>createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecordFactory.java:[54,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.jms.CciJMSRecordFactory implements <K,V>createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecordFactory.java:[46,12] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecordFactory.java:[54,12] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileRecordFactory.java:[35,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileRecordFactory implements <E>createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileRecordFactory.java:[40,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileRecordFactory implements <K,V>createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileRecordFactory.java:[35,12] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileRecordFactory.java:[40,12] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRow.java:[35,21] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRow.java:[35,36] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/ElementaryFieldMetaData.java:[236,12] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/ElementaryFieldMetaData.java:[237,20] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[85,13] found raw type: com.mongodb.client.MongoCollection
  missing type arguments for generic class com.mongodb.client.MongoCollection<TDocument>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[127,45] unchecked conversion
  required: java.util.List<org.bson.Document>
  found:    java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[130,32] unchecked call to add(E) as a member of the raw type java.util.ArrayList
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[138,13] found raw type: com.mongodb.client.MongoCollection
  missing type arguments for generic class com.mongodb.client.MongoCollection<TDocument>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[150,37] unchecked call to insertOne(TDocument) as a member of the raw type com.mongodb.client.MongoCollection
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[166,66] unchecked conversion
  required: com.mongodb.client.FindIterable<org.bson.Document>
  found:    com.mongodb.client.FindIterable
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[187,36] unchecked call to add(E) as a member of the raw type java.util.ArrayList
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[208,82] unchecked conversion
  required: java.util.Iterator<java.util.Map.Entry<java.lang.String,?>>
  found:    java.util.Iterator
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[237,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[240,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[242,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecord.java:[27,34] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecord.java:[27,53] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoListRecord.java:[27,38] found raw type: java.util.ArrayList
  missing type arguments for generic class java.util.ArrayList<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoListRecord.java:[27,59] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecordFactory.java:[35,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.mongo.MongoRecordFactory implements <E>createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecordFactory.java:[40,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.mongo.MongoRecordFactory implements <K,V>createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecordFactory.java:[35,12] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecordFactory.java:[40,12] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[100,60] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[105,25] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[89,35] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.nosql ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.nosql ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.nosql ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/test/resources
[INFO] Copying 223 resources from src/it/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.nosql ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 150 source files with javac [debug deprecation release 17 module-path] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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.2.5:test (default-test) @ org.eclipse.persistence.nosql ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.nosql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.nosql ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/bom.json
[INFO]            attaching as org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.nosql ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.nosql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.nosql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.nosql ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.nosql ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-tests.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] ---< org.eclipse.persistence:org.eclipse.persistence.moxy.utils.xjc >---
[INFO] Building EclipseLink MOXy XJC 5.0.0-SNAPSHOT                    [18/135]
[INFO]   from moxy/org.eclipse.persistence.moxy.utils.xjc/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 2 source files with javac [debug deprecation release 17 module-path] to target/classes
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy.utils.xjc ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/bom.json
[INFO]            attaching as org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3: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-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy.utils.xjc ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy.utils.xjc ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Signing 6 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/5.0.0-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >--------
[INFO] Building EclipseLink DBWS 5.0.0-SNAPSHOT                        [19/135]
[INFO]   from dbws/org.eclipse.persistence.dbws/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/sql-maven-plugin/3.0.0/sql-maven-plugin-3.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sql-maven-plugin/3.0.0/sql-maven-plugin-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sql-maven-plugin/3.0.0/sql-maven-plugin-3.0.0.pom (7.9 kB at 393 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/sql-maven-plugin/3.0.0/sql-maven-plugin-3.0.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sql-maven-plugin/3.0.0/sql-maven-plugin-3.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sql-maven-plugin/3.0.0/sql-maven-plugin-3.0.0.jar (35 kB at 1.7 MB/s)
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.dbws ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.dbws ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.dbws ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.dbws ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.dbws ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.dbws ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 52 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/module-info.java:[40,82] module not found: org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceModel.java:[33,8] class org.eclipse.persistence.internal.xr.XRServiceModel in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/dbws/DBWSModel.java:[121,8] class org.eclipse.persistence.dbws.DBWSModel in exported package org.eclipse.persistence.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Operation.java:[35,17] class org.eclipse.persistence.internal.xr.Operation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Parameter.java:[34,8] class org.eclipse.persistence.internal.xr.Parameter in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceAdapter.java:[37,8] class org.eclipse.persistence.internal.xr.XRServiceAdapter in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceAdapter.java:[43,15] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceAdapter.java:[74,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceAdapter.java:[77,27] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/dbws/DBWSModelProject.java:[76,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:[654,96] interface org.eclipse.persistence.jpa.metadata.MetadataSource in module org.eclipse.persistence.jpa is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:[669,16] class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings in module org.eclipse.persistence.jpa is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:[689,16] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Attachment.java:[31,8] class org.eclipse.persistence.internal.xr.Attachment in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/AttachmentHelper.java:[33,8] class org.eclipse.persistence.internal.xr.AttachmentHelper in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QueryOperation.java:[204,26] serializable class org.eclipse.persistence.internal.xr.QueryOperation.DataHandlerInstantiationPolicy has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QueryHandler.java:[39,17] class org.eclipse.persistence.internal.xr.QueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QueryOperation.java:[637,48] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QueryOperation.java:[638,55] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QueryOperation.java:[639,61] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QueryOperation.java:[640,50] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QueryOperation.java:[641,51] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QueryOperation.java:[642,46] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/BatchQueryOperation.java:[30,8] class org.eclipse.persistence.internal.xr.BatchQueryOperation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/DeleteOperation.java:[43,8] class org.eclipse.persistence.internal.xr.DeleteOperation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/InsertOperation.java:[32,8] class org.eclipse.persistence.internal.xr.InsertOperation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/NamedQueryHandler.java:[34,8] class org.eclipse.persistence.internal.xr.NamedQueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProcedureArgument.java:[24,8] class org.eclipse.persistence.internal.xr.ProcedureArgument in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProcedureOutputArgument.java:[31,8] class org.eclipse.persistence.internal.xr.ProcedureOutputArgument in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QNameTransformer.java:[80,8] serializable class org.eclipse.persistence.internal.xr.QNameTransformer has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/SQLQueryHandler.java:[32,8] class org.eclipse.persistence.internal.xr.SQLQueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/StoredProcedureQueryHandler.java:[48,8] class org.eclipse.persistence.internal.xr.StoredProcedureQueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/StoredFunctionQueryHandler.java:[40,8] class org.eclipse.persistence.internal.xr.StoredFunctionQueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/UpdateOperation.java:[27,8] class org.eclipse.persistence.internal.xr.UpdateOperation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ValueObject.java:[31,8] class org.eclipse.persistence.internal.xr.ValueObject in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRDynamicPropertiesManager.java:[42,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRDynamicEntityVHAccessor.java:[38,8] serializable class org.eclipse.persistence.internal.xr.XRDynamicEntityVHAccessor has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRDynamicEntity_CollectionWrapper.java:[38,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRSessionsFactory.java:[63,40] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/sxf/SimpleXMLFormatProject.java:[46,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws ---
[INFO] No MANIFEST.MF file found, generating manifest.
[WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.dbws:jar:5.0.0-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] 
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.dbws ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/test/resources
[INFO] Copying 4 resources from src/it/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.dbws ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 10 source files with javac [debug deprecation release 17 module-path] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.dbws ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.dbws ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.dbws ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.dbws ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/bom.json
[INFO]            attaching as org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.dbws ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- sql:3.0.0:execute (create-tables-before-test) @ org.eclipse.persistence.dbws ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-script-interpreter/1.4/maven-script-interpreter-1.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.4/maven-script-interpreter-1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.4/maven-script-interpreter-1.4.pom (4.3 kB at 305 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/groovy/groovy/4.0.20/groovy-4.0.20.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy/4.0.20/groovy-4.0.20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy/4.0.20/groovy-4.0.20.pom (24 kB at 731 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/groovy/groovy-bom/4.0.20/groovy-bom-4.0.20.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-bom/4.0.20/groovy-bom-4.0.20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-bom/4.0.20/groovy-bom-4.0.20.pom (27 kB at 1.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom (3.2 kB at 104 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (4.4 kB at 316 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-script-interpreter/1.4/maven-script-interpreter-1.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/groovy/groovy/4.0.20/groovy-4.0.20.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.4/maven-script-interpreter-1.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-script-interpreter/1.4/maven-script-interpreter-1.4.jar (23 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy/4.0.20/groovy-4.0.20.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 520 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar (24 kB at 638 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy/4.0.20/groovy-4.0.20.jar (7.6 MB at 44 MB/s)
[INFO] User has requested to skip execution.
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (test-dbws) @ org.eclipse.persistence.dbws ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- sql:3.0.0:execute (drop-tables-after-test) @ org.eclipse.persistence.dbws ---
[INFO] User has requested to skip execution.
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.dbws ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify-integration-tests) @ org.eclipse.persistence.dbws ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.dbws ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.dbws ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >---------
[INFO] Building EclipseLink SDO 5.0.0-SNAPSHOT                         [20/135]
[INFO]   from sdo/org.eclipse.persistence.sdo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.sdo ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.sdo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.sdo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.sdo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.sdo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (unpack-sources) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (add-source) @ org.eclipse.persistence.sdo ---
[INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies added.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.sdo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-resource) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.sdo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] Copying 2 resources from target/generated-sources/dependencies to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.sdo ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 106 source files with javac [debug release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDOProperty.java:[125,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDODataObject.java:[101,30] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDODataGraph.java:[42,51] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDOExternalizableDelegator.java:[49,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDOExternalizableDelegator.java:[81,120] previous possible 'this' escape happens here via invocation
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/delegates/SDOTypeHelperDelegate.java:[211,27] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/delegates/SDOTypeHelperDelegate.java:[340,56] previous possible 'this' escape happens here via invocation
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:[1458,24] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:[257,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:[271,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/types/SDOWrapperType.java:[87,28] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/ApplicationAccessWLS.java:[63,25] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/ClassBuffer.java:[46,27] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/InstanceClassConverter.java:[67,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/InstanceClassConverter.java:[74,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOMethodAttributeAccessor.java:[36,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOMethodAttributeAccessor.java:[40,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:[124,40] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:[2177,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:[2193,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:[2264,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/types/SDODataType.java:[33,25] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/jaxb/JAXBClassGenerator.java:[31,8] class org.eclipse.persistence.sdo.helper.jaxb.JAXBClassGenerator in exported package org.eclipse.persistence.sdo.helper.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.sdo
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/types/SDOChangeSummaryType.java:[39,25] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/types/SDODataObjectType.java:[29,25] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/types/SDOOpenSequencedType.java:[33,79] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/types/SDOPropertyType.java:[45,74] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/types/SDOTypeType.java:[40,74] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/types/SDOXMLHelperLoadOptionsType.java:[30,79] possible 'this' escape before subclass is fully initialized
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/impl/HelperProvider.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/impl/HelperProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDODataHelper.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDODataHelper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.1:build-classpath (default) @ org.eclipse.persistence.sdo ---
[INFO] Dependencies classpath:
/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.1.3/jakarta.activation-api-2.1.3.jar:/home/jenkins/.m2/repository/jakarta/mail/jakarta.mail-api/2.1.3/jakarta.mail-api-2.1.3.jar:/home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT.jar:/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.2/jakarta.xml.bind-api-4.0.2.jar:/home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.jar:/home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.7.0/org.eclipse.persistence.asm-9.7.0.jar:/home/jenkins/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar:/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/jenkins/.m2/repository/org/eclipse/angus/angus-activation/2.0.2/angus-activation-2.0.2.jar:/home/jenkins/.m2/repository/org/eclipse/angus/angus-mail/2.0.3/angus-mail-2.0.3.jar
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.sdo ---
[INFO] No MANIFEST.MF file found, generating manifest.
[WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.sdo:jar:5.0.0-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] 
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.sdo ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.sdo ---
[INFO] Copying 856 resources from src/test/resources to target/test-classes
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.sdo ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 660 source files with javac [debug release 17 module-path] to target/test-classes
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/externalizable/InsecureDataObject.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/externalizable/InsecureDataObject.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/SDOXMLComparer.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/SDOXMLComparer.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.sdo ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-resources) @ org.eclipse.persistence.sdo ---
[INFO] Copying 856 resources from src/test/resources to target/test-run
[INFO] 
[INFO] --- surefire:3.2.5:test (test-sdo-srg) @ org.eclipse.persistence.sdo ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.2.5:test (test-sdo) @ org.eclipse.persistence.sdo ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.sdo ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.sdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.sdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.sdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.sdo ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/bom.json
[INFO]            attaching as org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.sdo ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:25: warning: invalid input: '<'
[WARNING] * <?xml version="1.0"?>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:29: warning: invalid input: '<'
[WARNING] * <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:30: warning: invalid input: '<'
[WARNING] *   <xsd:element name="purchaseOrder" type="PurchaseOrderType"/>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:31: warning: invalid input: '<'
[WARNING] *   <xsd:complexType name="PurchaseOrderType">
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:95: warning: invalid input: '<'
[WARNING] * <?xml version="1.0" encoding="UTF-8"?>
[WARNING] ^
[WARNING] 27 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.sdo ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.sdo ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.sdo ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.sdo ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >----
[INFO] Building EclipseLink DBWS Builder 5.0.0-SNAPSHOT                [21/135]
[INFO]   from utils/org.eclipse.persistence.dbws.builder/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.dbws.builder ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.dbws.builder ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.dbws.builder ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.dbws.builder ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.dbws.builder ---
[INFO] Copying 6 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.dbws.builder ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 47 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/XRPackager.java:[68,22] class org.eclipse.persistence.tools.dbws.XRPackager.NullOutputStream in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/XRPackager.java:[108,34] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:[110,8] class org.eclipse.persistence.tools.dbws.Util in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:[408,63] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:[553,43] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DefaultNamingConventionTransformer.java:[21,8] class org.eclipse.persistence.tools.dbws.DefaultNamingConventionTransformer in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:[861,92] class javax.wsdl.WSDLException in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[607,35] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[698,37] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[128,15] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[147,51] class javax.wsdl.WSDLException in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[165,45] class javax.wsdl.WSDLException in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[249,32] class javax.wsdl.WSDLException in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[365,20] class javax.wsdl.WSDLException in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[382,16] class javax.wsdl.WSDLException in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[731,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[734,27] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/OperationModel.java:[18,8] class org.eclipse.persistence.tools.dbws.OperationModel in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/WSDLGenerator.java:[129,12] interface javax.wsdl.Definition in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/WSDLGenerator.java:[129,45] class javax.wsdl.WSDLException in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/WSDLGenerator.java:[133,12] interface javax.wsdl.Definition in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/WSDLGenerator.java:[133,62] class javax.wsdl.WSDLException in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilderHelper.java:[48,85] class javax.wsdl.WSDLException in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BindingModel.java:[26,8] class org.eclipse.persistence.tools.dbws.BindingModel in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilderModelProject.java:[51,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/PLSQLProcedureOperationModel.java:[15,8] class org.eclipse.persistence.tools.dbws.PLSQLProcedureOperationModel in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/SQLX2003Transformer.java:[17,8] class org.eclipse.persistence.tools.dbws.SQLX2003Transformer in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/ToLowerTransformer.java:[15,8] class org.eclipse.persistence.tools.dbws.ToLowerTransformer in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/TypeSuffixTransformer.java:[15,8] class org.eclipse.persistence.tools.dbws.TypeSuffixTransformer in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/XmlBindingsGenerator.java:[67,8] class org.eclipse.persistence.tools.dbws.XmlBindingsGenerator in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/XmlEntityMappingsGenerator.java:[109,8] class org.eclipse.persistence.tools.dbws.XmlEntityMappingsGenerator in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/metadata/generation/JPAMetadataGenerator.java:[1081,33] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/metadata/generation/JPAMetadataGenerator.java:[1089,37] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 21 source files with javac [debug deprecation release 17 module-path] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.dbws.builder ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.dbws.builder ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/bom.json
[INFO]            attaching as org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.dbws.builder ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.dbws.builder ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.dbws.builder ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.utils.rename >----
[INFO] Building EclipseLink Package Rename Utility 5.0.0-SNAPSHOT      [22/135]
[INFO]   from utils/eclipselink.utils.rename/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.utils.rename ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.utils.rename ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.utils.rename ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.utils.rename ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.utils.rename ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.rename ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.utils.rename ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.utils.rename ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.utils.rename ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:[56,62] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.utils.rename ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.utils.rename ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.utils.rename ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.utils.rename ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.utils.rename ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.utils.rename ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.utils.rename ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.utils.rename ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.utils.rename ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.utils.rename ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/bom.json
[INFO]            attaching as org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.utils.rename ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.utils.rename ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.utils.rename ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.utils.rename ---
[INFO] Signing 6 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.utils.rename ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >----
[INFO] Building EclipseLink Oracle NoSQL Extension 5.0.0-SNAPSHOT      [23/135]
[INFO]   from foundation/org.eclipse.persistence.oracle.nosql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.oracle.nosql ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 41 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java:[108,9] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java:[109,26] unchecked call to add(E) as a member of the raw type java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java:[119,9] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java:[50,38] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionFactory.java:[62,17] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:[143,23] unchecked call to add(E) as a member of the raw type java.util.ArrayList
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecord.java:[26,31] found raw type: java.util.ArrayList
  missing type arguments for generic class java.util.ArrayList<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecord.java:[26,52] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecordFactory.java:[35,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.aq.AQRecordFactory implements <E>createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecordFactory.java:[40,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.aq.AQRecordFactory implements <K,V>createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecordFactory.java:[35,12] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecordFactory.java:[40,12] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:[33,12] interface oracle.kv.KVStore in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:[37,15] interface oracle.kv.KVStore in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:[43,34] interface oracle.kv.KVStore in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:[45,55] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:[254,132] interface oracle.kv.Operation in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:[281,15] class oracle.kv.Value in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[31,15] class oracle.kv.Consistency in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[32,15] class oracle.kv.Durability in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[35,15] class oracle.kv.Version in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[51,12] class oracle.kv.Version in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[55,28] class oracle.kv.Version in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[72,12] class oracle.kv.Consistency in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[76,32] class oracle.kv.Consistency in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[80,12] class oracle.kv.Durability in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[84,31] class oracle.kv.Durability in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecord.java:[27,40] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecord.java:[27,59] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecordFactory.java:[35,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLRecordFactory implements <E>createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecordFactory.java:[40,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLRecordFactory implements <K,V>createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecordFactory.java:[35,12] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecordFactory.java:[40,12] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLConnection.java:[44,34] interface oracle.nosql.driver.NoSQLHandle in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLConnection.java:[95,12] interface oracle.nosql.driver.NoSQLHandle in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLConnection.java:[46,55] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[326,115] unchecked cast
  required: java.util.Set<java.util.Map.Entry<org.eclipse.persistence.internal.helper.DatabaseField,org.w3c.dom.Element>>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[347,86] unchecked cast
  required: java.util.List<org.eclipse.persistence.oxm.record.DOMRecord>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[350,96] unchecked cast
  required: java.util.List<org.w3c.dom.Node>
  found:    java.util.Vector
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[402,49] unchecked conversion
  required: java.util.List<org.eclipse.persistence.oxm.record.DOMRecord>
  found:    java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[424,147] unchecked cast
  required: java.util.Set<java.util.Map.Entry<org.eclipse.persistence.internal.helper.DatabaseField,org.w3c.dom.Element>>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[449,37] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[452,101] unchecked cast
  required: java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.Object>>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[477,79] unchecked cast
  required: java.util.List<java.lang.Object>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[493,70] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[493,90] unchecked cast
  required: java.util.List<java.util.Map>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[493,64] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.String>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[517,110] unchecked cast
  required: java.util.List<java.util.Map<java.lang.String,java.lang.Object>>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[546,115] unchecked cast
  required: java.util.Set<java.util.Map.Entry<org.eclipse.persistence.internal.helper.DatabaseField,org.w3c.dom.Element>>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[549,20] unchecked call to put(K,V) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[569,34] found raw type: java.util.ArrayList
  missing type arguments for generic class java.util.ArrayList<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[571,44] unchecked call to add(E) as a member of the raw type java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[613,41] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecord.java:[27,40] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecord.java:[27,59] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[67,12] class oracle.nosql.driver.Version in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[71,28] class oracle.nosql.driver.Version in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[83,12] class oracle.nosql.driver.Consistency in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[87,32] class oracle.nosql.driver.Consistency in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[91,12] class oracle.nosql.driver.Durability in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[95,31] class oracle.nosql.driver.Durability in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecordFactory.java:[38,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLRecordFactory implements <E>createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecordFactory.java:[44,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLRecordFactory implements <K,V>createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecordFactory.java:[38,12] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecordFactory.java:[44,12] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[259,82] unchecked conversion
  required: java.util.Iterator<java.util.Map.Entry<?,java.lang.Object>>
  found:    java.util.Iterator
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[278,13] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[289,23] unchecked call to put(K,V) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[314,24] unchecked call to put(K,V) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[371,84] unchecked cast
  required: java.util.Set<java.util.Map.Entry<?,?>>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[82,38] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[272,13] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[276,122] unchecked cast
  required: java.util.Set<java.util.Map.Entry<org.eclipse.persistence.internal.helper.DatabaseField,java.lang.Object>>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[277,30] unchecked call to put(K,V) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[280,26] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[284,13] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[295,23] unchecked call to put(K,V) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[320,24] unchecked call to put(K,V) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[381,104] unchecked cast
  required: java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.Object>>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[386,57] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.String>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[429,134] unchecked cast
  required: java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.Object>>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[581,105] unchecked cast
  required: java.util.Set<java.util.Map.Entry<java.lang.Object,java.lang.Object>>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[556,19] class oracle.nosql.driver.values.FieldValue in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[113,38] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.nosql ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Copying 5 resources from src/it/resources to target/test-classes
[INFO] Copying 5 resources from src/it/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 47 source files with javac [debug deprecation release 17 module-path] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[66,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[71,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[76,30] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[82,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[122,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[128,30] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLSimpleTest.java:[134,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLSimpleTest.java:[139,30] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLTestSuite.java:[54,49] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPAMappedTest.java:[325,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPAMappedTest.java:[337,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPAMappedTest.java:[338,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPAMappedTest.java:[339,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPATest.java:[309,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPATest.java:[321,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/sdk/NoSQLSimpleTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/sdk/NoSQLSimpleTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.nosql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.oracle.nosql ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 45 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/bom.json
[INFO]            attaching as org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.oracle.nosql ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.nosql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.nosql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-tests.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] ------< org.eclipse.persistence:org.eclipse.persistence.bundles >-------
[INFO] Building EclipseLink Bundles Parent 5.0.0-SNAPSHOT              [24/135]
[INFO]   from bundles/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.bundles ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.bundles ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.bundles ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.bundles ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.bundles ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.bundles ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.bundles ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.bundles ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.bundles ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.bundles ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.bundles ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.bundles-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/target/bom.json
[INFO]            attaching as org.eclipse.persistence.bundles-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3: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.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.bundles ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.bundles ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.bundles ---
[INFO] Signing 3 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.bundles ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles/5.0.0-SNAPSHOT/org.eclipse.persistence.bundles-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles/5.0.0-SNAPSHOT/org.eclipse.persistence.bundles-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles/5.0.0-SNAPSHOT/org.eclipse.persistence.bundles-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/target/org.eclipse.persistence.bundles-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles/5.0.0-SNAPSHOT/org.eclipse.persistence.bundles-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles/5.0.0-SNAPSHOT/org.eclipse.persistence.bundles-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles/5.0.0-SNAPSHOT/org.eclipse.persistence.bundles-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] 
[INFO] --------------< org.eclipse.persistence:moxy-standalone >---------------
[INFO] Building EclipseLink Bundles MOXy standalone 5.0.0-SNAPSHOT     [25/135]
[INFO]   from bundles/moxy-standalone/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ moxy-standalone ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ moxy-standalone ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ moxy-standalone ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ moxy-standalone ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ moxy-standalone ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ moxy-standalone ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ moxy-standalone ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ moxy-standalone ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/moxy-standalone/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/moxy-standalone/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (prepare-bin-for-moxy.zip) @ moxy-standalone ---
[INFO] Copying 0 resource from ../eclipselink/src/main/scripts to target/generated-sources/bin
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ moxy-standalone ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (prepare-xsds-for-moxy.zip) @ moxy-standalone ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ moxy-standalone ---
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ moxy-standalone ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ moxy-standalone ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/moxy-standalone/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ moxy-standalone ---
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ moxy-standalone ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ moxy-standalone ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ moxy-standalone ---
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ moxy-standalone ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/moxy-standalone/target/bom.xml
[INFO]            attaching as moxy-standalone-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/moxy-standalone/target/bom.json
[INFO]            attaching as moxy-standalone-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- assembly:3.7.1:single (make-assembly) @ moxy-standalone ---
[INFO] Reading assembly descriptor: src/main/assembly/moxy.xml
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/moxy-standalone/target/moxy-standalone-5.0.0-SNAPSHOT.zip
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ moxy-standalone ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ moxy-standalone ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ moxy-standalone ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ moxy-standalone ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ moxy-standalone ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/moxy-standalone/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/5.0.0-SNAPSHOT/moxy-standalone-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/moxy-standalone/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/5.0.0-SNAPSHOT/moxy-standalone-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/moxy-standalone/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/5.0.0-SNAPSHOT/moxy-standalone-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/moxy-standalone/target/moxy-standalone-5.0.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/5.0.0-SNAPSHOT/moxy-standalone-5.0.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/moxy-standalone/target/moxy-standalone-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/5.0.0-SNAPSHOT/moxy-standalone-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/moxy-standalone/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/5.0.0-SNAPSHOT/moxy-standalone-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/moxy-standalone/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/5.0.0-SNAPSHOT/moxy-standalone-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/moxy-standalone/target/moxy-standalone-5.0.0-SNAPSHOT.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/5.0.0-SNAPSHOT/moxy-standalone-5.0.0-SNAPSHOT.zip.asc
[INFO] 
[INFO] --- dependency:3.6.1:unpack (stage) @ moxy-standalone ---
[INFO] Configured Artifact: org.eclipse.persistence:moxy-standalone:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] ----------------< org.eclipse.persistence:eclipselink >-----------------
[INFO] Building EclipseLink Bundles eclipselink.jar (non-OSGi) 5.0.0-SNAPSHOT [26/135]
[INFO]   from bundles/eclipselink/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ eclipselink ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipselink ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ eclipselink ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ eclipselink ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ eclipselink ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ eclipselink ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ eclipselink ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ eclipselink ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- buildnumber:3.2.0:create-timestamp (build.date) @ eclipselink ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create-timestamp (build.time) @ eclipselink ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (default) @ eclipselink ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink
[INFO] Storing buildNumber: f194e68fa0461568024ab143e1706207931f37ba at timestamp: 1714473319530
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink
[INFO] Storing scmBranch: master
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (unpack-sources) @ eclipselink ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (add-generated-sources) @ eclipselink ---
[INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources added.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ eclipselink ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ eclipselink ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-resource) @ eclipselink ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ eclipselink ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] Copying 58 resources from target/generated-sources/dependency-sources to target/classes
[INFO] Copying 1 resource from target/generated-sources/dependency-sources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ eclipselink ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3425 source files with javac [debug release 17 module-path] to target/classes
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[16,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.glassfish.corba.annotation.processing.ExceptionWrapperProcessor' less than -source '17'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[16,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[16,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/ChangeSummary.java:[41,13] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataGraph.java:[32,8] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[219,12] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[505,12] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[829,12] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[1051,13] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[1099,12] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Sequence.java:[120,8] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Sequence.java:[125,8] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/DataHelper.java:[74,10] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/DataHelper.java:[139,10] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/DatabaseMapping.java:[455,41] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/AbstractSession.java:[464,31] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/AbstractSession.java:[465,27] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1181,55] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1182,68] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1183,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/ContainerPolicy.java:[629,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/ContainerPolicy.java:[671,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/ContainerPolicy.java:[913,35] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/foundation/AbstractColumnMapping.java:[154,42] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/foundation/AbstractColumnMapping.java:[160,37] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/foundation/AbstractDirectMapping.java:[493,42] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/foundation/AbstractDirectMapping.java:[511,47] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/oxm/XMLContext.java:[979,24] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/oxm/XMLContext.java:[214,12] class org.eclipse.persistence.oxm.XMLContext.XMLContextState in module eclipselink is not accessible to clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/oxm/XMLContext.java:[225,36] class org.eclipse.persistence.oxm.XMLContext.XMLContextState in module eclipselink is not accessible to clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/queries/ObjectBuildingQuery.java:[159,42] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/ForeignReferenceMapping.java:[428,42] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/foundation/AbstractTransformationMapping.java:[562,53] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/foundation/AbstractTransformationMapping.java:[586,48] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/foundation/AbstractTransformationMapping.java:[679,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/queries/QueryByExamplePolicy.java:[228,46] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/security/SecurableObjectHolder.java:[90,41] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/queries/ReportQueryResult.java:[162,35] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/querykeys/ForeignReferenceQueryKey.java:[61,42] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/DefaultConnector.java:[257,39] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/DefaultConnector.java:[267,39] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/DefaultConnector.java:[337,43] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/queries/ConstructorReportItem.java:[199,39] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/DirectCollectionMapping.java:[952,47] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/DirectCollectionMapping.java:[958,54] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/DirectCollectionMapping.java:[983,55] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/factories/PersistenceEntityResolver.java:[101,42] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/factories/SessionManager.java:[395,31] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/AggregateMapping.java:[399,43] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/InterfaceContainerPolicy.java:[138,38] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/InterfaceContainerPolicy.java:[240,35] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/InterfaceContainerPolicy.java:[301,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/MapContainerPolicy.java:[355,36] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/MapContainerPolicy.java:[571,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/MapContainerPolicy.java:[592,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/DatasourceLogin.java:[539,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/DatasourceLogin.java:[570,40] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/asm/ASMFactory.java:[321,19] getSecurityManager() in java.lang.System has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/asm/ASMFactory.java:[325,21] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/dynamic/DynamicClassWriter.java:[212,30] class org.eclipse.persistence.asm.ClassWriter in module eclipselink is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/dynamic/DynamicClassWriter.java:[219,31] class org.eclipse.persistence.asm.ClassWriter in module eclipselink is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/DOMRecord.java:[33,56] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[51,15] interface jakarta.resource.cci.Connection in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[52,15] interface jakarta.resource.cci.RecordFactory in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[281,12] interface jakarta.resource.cci.Connection in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[297,12] interface jakarta.resource.cci.RecordFactory in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[306,34] interface jakarta.resource.cci.RecordFactory in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISException.java:[81,50] class jakarta.resource.ResourceException in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISException.java:[85,50] class jakarta.resource.ResourceException in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[203,12] interface jakarta.resource.cci.InteractionSpec in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[210,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[222,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[230,56] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[241,65] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[253,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[266,78] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[274,50] interface jakarta.resource.cci.MappedRecord in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[282,65] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[307,60] interface jakarta.resource.cci.MappedRecord in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/RecordConverter.java:[28,25] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/RecordConverter.java:[28,80] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/RecordConverter.java:[30,25] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/RecordConverter.java:[30,78] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[51,15] interface jakarta.resource.cci.InteractionSpec in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[279,12] interface jakarta.resource.cci.InteractionSpec in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[289,36] interface jakarta.resource.cci.InteractionSpec in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[363,41] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[369,65] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[376,65] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[55,15] interface jakarta.resource.cci.ConnectionSpec in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[56,15] interface jakarta.resource.cci.ConnectionFactory in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[147,12] interface jakarta.resource.cci.Connection in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[207,12] interface jakarta.resource.cci.ConnectionFactory in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[215,12] interface jakarta.resource.cci.ConnectionSpec in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[250,38] interface jakarta.resource.cci.ConnectionFactory in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[268,35] interface jakarta.resource.cci.ConnectionSpec in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISDOMRecord.java:[32,102] interface jakarta.resource.cci.MappedRecord in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISDOMRecord.java:[35,35] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISDOMRecord.java:[58,45] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISDOMRecord.java:[81,45] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISDOMRecord.java:[112,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISDOMRecord.java:[119,47] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISLogin.java:[149,41] interface jakarta.resource.cci.ConnectionFactory in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISLogin.java:[159,58] interface jakarta.resource.cci.ConnectionSpec in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISLogin.java:[169,41] interface jakarta.resource.cci.ConnectionFactory in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISLogin.java:[169,78] interface jakarta.resource.cci.ConnectionSpec in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/IndexedInteraction.java:[113,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/IndexedInteraction.java:[133,56] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/MappedInteraction.java:[131,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/MappedInteraction.java:[172,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/MappedInteraction.java:[180,56] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/XMLInteraction.java:[122,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/XMLInteraction.java:[184,56] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/XMLInteraction.java:[209,65] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/xr/XRServiceFactory.java:[689,16] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/xr/XRServiceFactory.java:[689,16] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/xr/XRServiceFactory.java:[689,16] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/converters/ObjectTypeConverter.java:[199,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/converters/ObjectTypeConverter.java:[420,46] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/converters/ObjectTypeConverter.java:[421,24] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:[34,39] interface jakarta.validation.ConstraintViolation in module jakarta.validation is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:[90,12] interface jakarta.validation.Path in module jakarta.validation is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:[104,12] interface jakarta.validation.metadata.ConstraintDescriptor in module jakarta.validation is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:[111,12] interface jakarta.validation.ConstraintViolation in module jakarta.validation is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/compiler/facets/PatternFacet.java:[29,40] class jakarta.validation.constraints.Pattern in module jakarta.validation is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/compiler/facets/PatternFacet.java:[38,12] class jakarta.validation.constraints.Pattern in module jakarta.validation is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[140,36] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[282,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[486,57] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[496,57] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[606,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[628,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[666,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[683,35] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[684,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[190,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[221,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[576,49] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1372,20] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1487,24] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1927,25] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1931,45] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1936,128] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2046,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2534,9] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2538,31] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2546,62] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2551,71] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2831,13] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2835,35] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2837,117] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[4013,39] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[4018,39] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[4106,29] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[4294,30] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[4302,49] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[450,19] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[468,55] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/MetadataProject.java:[1367,30] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/MetadataProject.java:[1368,41] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[235,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[263,20] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[284,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[320,20] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListener.java:[146,55] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListener.java:[294,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/queries/EntityResult.java:[100,35] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/queries/ConstructorResult.java:[121,39] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/queries/ConstructorResult.java:[161,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/queries/ConstructorResult.java:[200,35] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/VariableOneToOneMapping.java:[477,42] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/QueryHintsHandler.java:[422,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/QueryHintsHandler.java:[437,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[24,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[24,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[24,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[71,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[71,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[71,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[75,28] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[83,25] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/persistenceunit/PersistenceUnitImpl.java:[67,28] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/persistenceunit/PersistenceUnitImpl.java:[162,47] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/persistenceunit/PersistenceUnitImpl.java:[162,47] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/persistenceunit/PersistenceUnitImpl.java:[162,47] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/config/PersistenceUnit.java:[42,40] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/config/PersistenceUnit.java:[42,40] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/config/PersistenceUnit.java:[42,40] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/deployment/BeanValidationInitializationHelper.java:[151,31] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/deployment/JavaSECMPInitializer.java:[185,72] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/deployment/JavaSECMPInitializer.java:[186,44] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[301,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[526,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[1039,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/MetadataDynamicClassWriter.java:[61,31] class org.eclipse.persistence.asm.ClassWriter in module eclipselink is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/MetadataHelper.java:[99,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/MetadataHelper.java:[130,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAsmFactory.java:[248,20] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAsmFactory.java:[262,47] class org.eclipse.persistence.asm.EclipseLinkClassVisitor in module eclipselink is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAsmFactory.java:[293,16] class org.eclipse.persistence.asm.FieldVisitor in module eclipselink is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAsmFactory.java:[302,16] class org.eclipse.persistence.asm.MethodVisitor in module eclipselink is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAsmFactory.java:[311,16] class org.eclipse.persistence.asm.AnnotationVisitor in module eclipselink is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/BeanValidationListener.java:[157,20] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/BeanValidationListener.java:[172,20] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/BeanValidationListener.java:[62,35] interface jakarta.validation.ValidatorFactory in module jakarta.validation is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/JPAEntityListenerHolder.java:[102,51] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/JPAEntityListenerHolder.java:[143,43] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/MethodSerialImpl.java:[55,38] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/MethodSerialImpl.java:[73,41] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metamodel/AttributeImpl.java:[124,35] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metamodel/AttributeImpl.java:[166,35] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metamodel/TypeImpl.java:[82,48] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metamodel/ManagedTypeImpl.java:[1243,57] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metamodel/ManagedTypeImpl.java:[1277,55] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metamodel/ManagedTypeImpl.java:[1368,30] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metamodel/ManagedTypeImpl.java:[1389,31] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/parsing/TypeHelperImpl.java:[59,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/querydef/CriteriaQueryImpl.java:[385,31] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/AbstractSynchronizationListener.java:[46,66] interface jakarta.transaction.Synchronization in module jakarta.transaction is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/libraries/asm/EclipseLinkASMClassWriter.java:[88,19] getSecurityManager() in java.lang.System has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/libraries/asm/EclipseLinkASMClassWriter.java:[92,21] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/oxm/XMLBinaryDataHelper.java:[145,46] class jakarta.mail.internet.MimeMultipart in module jakarta.mail is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/oxm/XMLBinaryDataHelper.java:[340,39] class jakarta.mail.internet.MimeMultipart in module jakarta.mail is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:[32,19] class oracle.sql.TIMESTAMPTZ in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPLTZWrapper.java:[55,12] class oracle.sql.TIMESTAMPLTZ in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPTypes.java:[24,31] class oracle.sql.TIMESTAMP in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPTypes.java:[25,31] class oracle.sql.TIMESTAMPLTZ in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPTypes.java:[26,31] class oracle.sql.TIMESTAMPTZ in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/XMLTypeFactory.java:[32,22] interface oracle.jdbc.OracleOpaque in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/XMLTypeFactory.java:[33,21] interface oracle.jdbc.OracleOpaque in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/XMLTypeFactory.java:[34,22] interface oracle.jdbc.OracleOpaque in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/SortedCollectionContainerPolicy.java:[159,39] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/SortedCollectionContainerPolicy.java:[160,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/SortedCollectionContainerPolicy.java:[171,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/security/JCEEncryptor.java:[37,76] interface org.eclipse.persistence.security.Securable in module eclipselink is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/security/PrivilegedAccessHelper.java:[629,20] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/security/PrivilegedAccessHelper.java:[650,20] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/security/PrivilegedAccessHelper.java:[765,23] getSecurityManager() in java.lang.System has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/security/PrivilegedAccessHelper.java:[766,40] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/PropertiesHandler.java:[256,29] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/PropertiesHandler.java:[271,53] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/cdi/InjectionManagerImpl.java:[42,15] interface jakarta.enterprise.inject.spi.BeanManager in module jakarta.cdi is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/cdi/InjectionManagerImpl.java:[43,15] interface jakarta.enterprise.context.spi.CreationalContext in module jakarta.cdi is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/cdi/InjectionManagerImpl.java:[44,28] interface jakarta.enterprise.inject.spi.InjectionTarget in module jakarta.cdi is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[65,15] interface jakarta.jms.TopicConnectionFactory in module jakarta.messaging is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[66,15] interface jakarta.jms.Topic in module jakarta.messaging is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[72,15] interface jakarta.jms.TopicConnection in module jakarta.messaging is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[73,15] interface jakarta.jms.TopicSession in module jakarta.messaging is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[76,15] interface jakarta.jms.TopicSubscriber in module jakarta.messaging is not indirectly exported using 'requires transitive'
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/impl/HelperProvider.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/impl/HelperProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/factories/ObjectPersistenceRuntimeXMLProject.java: Some input files additionally use or override a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDODataHelper.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDODataHelper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ eclipselink ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ eclipselink ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ eclipselink ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ eclipselink ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ eclipselink ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ eclipselink ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ eclipselink ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (prepare-xsds-for-eclipselink.zip) @ eclipselink ---
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ eclipselink ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/eclipselink-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ eclipselink ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/eclipselink-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ eclipselink ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ eclipselink ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 71 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/bom.xml
[INFO]            attaching as eclipselink-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/bom.json
[INFO]            attaching as eclipselink-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink.zip) @ eclipselink ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/bundles/eclipselink/target/eclipselink-5.0.0-SNAPSHOT.zip
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ eclipselink ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:25: warning: invalid input: '<'
[WARNING] * <?xml version="1.0"?>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:29: warning: invalid input: '<'
[WARNING] * <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:30: warning: invalid input: '<'
[WARNING] *   <xsd:element name="purchaseOrder" type="PurchaseOrderType"/>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:31: warning: invalid input: '<'
[WARNING] *   <xsd:complexType name="PurchaseOrderType">
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:95: warning: invalid input: '<'
[WARNING] * <?xml version="1.0" encoding="UTF-8"?>
[WARNING] ^
[WARNING] 27 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/eclipselink-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ eclipselink ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ eclipselink ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- dependency:3.6.1:unpack (stage) @ eclipselink ---
[INFO] Configured Artifact: org.eclipse.persistence:eclipselink:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ eclipselink ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ eclipselink ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/5.0.0-SNAPSHOT/eclipselink-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/eclipselink-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/5.0.0-SNAPSHOT/eclipselink-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/eclipselink-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/5.0.0-SNAPSHOT/eclipselink-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/5.0.0-SNAPSHOT/eclipselink-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/5.0.0-SNAPSHOT/eclipselink-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/eclipselink-5.0.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/5.0.0-SNAPSHOT/eclipselink-5.0.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/eclipselink-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/5.0.0-SNAPSHOT/eclipselink-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/eclipselink-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/5.0.0-SNAPSHOT/eclipselink-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/eclipselink-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/5.0.0-SNAPSHOT/eclipselink-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/eclipselink-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/5.0.0-SNAPSHOT/eclipselink-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/5.0.0-SNAPSHOT/eclipselink-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/5.0.0-SNAPSHOT/eclipselink-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/eclipselink-5.0.0-SNAPSHOT.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/5.0.0-SNAPSHOT/eclipselink-5.0.0-SNAPSHOT.zip.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/eclipselink-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/5.0.0-SNAPSHOT/eclipselink-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.distribution.tests >--
[INFO] Building EclipseLink Bundles tests 5.0.0-SNAPSHOT               [27/135]
[INFO]   from bundles/tests/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.distribution.tests ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.distribution.tests ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.distribution.tests ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.distribution.tests ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.distribution.tests ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.distribution.tests ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.distribution.tests ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.distribution.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.distribution.tests ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.distribution.tests ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.distribution.tests ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/src/it/java added.
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (stage) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.distribution.tests ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.distribution.tests ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 8 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.distribution.tests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.distribution.tests ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- dependency:3.6.1:copy-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ org.eclipse.persistence.distribution.tests ---
[INFO] Copying jakarta.persistence-api-3.2.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/jakarta.persistence-api.jar
[INFO] Copying org.eclipse.persistence.asm-9.7.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.asm.jar
[INFO] Copying org.eclipse.persistence.core-5.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.core.jar
[INFO] Copying org.eclipse.persistence.moxy-5.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.moxy.jar
[INFO] Copying angus-activation-2.0.2.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/angus-activation.jar
[INFO] Copying jakarta.activation-api-2.1.3.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/jakarta.activation-api.jar
[INFO] Copying angus-mail-2.0.3.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/angus-mail.jar
[INFO] Copying jakarta.mail-api-2.1.3.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/jakarta.mail-api.jar
[INFO] Copying jaxb-xjc-4.0.5.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/jaxb-xjc.jar
[INFO] Copying jaxb-core-4.0.5.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/jaxb-core.jar
[INFO] Copying jakarta.validation-api-3.1.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/jakarta.validation-api.jar
[INFO] Copying jakarta.ws.rs-api-4.0.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/jakarta.ws.rs-api.jar
[INFO] Copying jakarta.xml.bind-api-4.0.2.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/jakarta.xml.bind-api.jar
[INFO] Copying parsson-1.1.6.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/parsson.jar
[INFO] Copying jakarta.json-api-2.1.3.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/jakarta.json-api.jar
[INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/junit.jar
[INFO] Copying hamcrest-core-1.3.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/hamcrest-core.jar
[INFO] Copying jakarta.enterprise.cdi-api-4.1.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/jakarta.enterprise.cdi-api.jar
[INFO] Copying jakarta.enterprise.lang-model-4.1.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/jakarta.enterprise.lang-model.jar
[INFO] Copying jakarta.annotation-api-3.0.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/jakarta.annotation-api.jar
[INFO] Copying jakarta.el-api-5.0.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/jakarta.el-api.jar
[INFO] Copying jakarta.interceptor-api-2.2.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/jakarta.interceptor-api.jar
[INFO] Copying hibernate-validator-8.0.1.Final.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/hibernate-validator.jar
[INFO] Copying jboss-logging-3.4.3.Final.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/jboss-logging.jar
[INFO] Copying classmate-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/classmate.jar
[INFO] Copying jakarta.el-5.0.0-M1.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/jakarta.el.jar
[INFO] Copying org.apache.felix.framework-7.0.5.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/bundles/tests/target/osgi-test-plugins/animal-sniffer-annotations.jar
[INFO] Copying pax-exam-4.13.4.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/pax-exam.jar
[INFO] Copying ops4j-base-exec-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/ops4j-base-exec.jar
[INFO] Copying ops4j-base-io-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/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-master/bundles/tests/target/osgi-test-plugins/ops4j-base-util-property.jar
[INFO] Copying pax-exam-container-forked-4.13.4.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/pax-exam-container-forked.jar
[INFO] Copying pax-exam-spi-4.13.4.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/pax-exam-spi.jar
[INFO] Copying tinybundles-2.1.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/tinybundles.jar
[INFO] Copying bndlib-2.4.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/bndlib.jar
[INFO] Copying ops4j-base-net-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/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-master/bundles/tests/target/osgi-test-plugins/pax-swissbox-lifecycle.jar
[INFO] Copying slf4j-api-2.0.12.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/slf4j-api.jar
[INFO] Copying pax-exam-junit4-4.13.4.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/pax-exam-junit4.jar
[INFO] Copying pax-exam-link-mvn-4.13.4.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/bundles/tests/target/osgi-test-plugins/jakarta.inject-api.jar
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.distribution.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.distribution.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.distribution.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.distribution.tests ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/bom.json
[INFO]            attaching as org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3: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-master/bundles/tests/target/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (installer-test) @ org.eclipse.persistence.distribution.tests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (osgi-test) @ org.eclipse.persistence.distribution.tests ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.distribution.tests ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.distribution.tests ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.distribution.tests ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify-integration-tests) @ org.eclipse.persistence.distribution.tests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify-installer-osgi-tests) @ org.eclipse.persistence.distribution.tests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.distribution.tests ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/5.0.0-SNAPSHOT/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/5.0.0-SNAPSHOT/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/5.0.0-SNAPSHOT/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/5.0.0-SNAPSHOT/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/5.0.0-SNAPSHOT/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/5.0.0-SNAPSHOT/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/5.0.0-SNAPSHOT/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/5.0.0-SNAPSHOT/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/5.0.0-SNAPSHOT/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/5.0.0-SNAPSHOT/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/5.0.0-SNAPSHOT/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/5.0.0-SNAPSHOT/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/5.0.0-SNAPSHOT/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/5.0.0-SNAPSHOT/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.test.server.parent >--
[INFO] Building EclipseLink Test Server Parent 5.0.0-SNAPSHOT          [28/135]
[INFO]   from testing/server/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/googlecode/maven-download-plugin/download-maven-plugin/1.8.1/download-maven-plugin-1.8.1.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.8.1/download-maven-plugin-1.8.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.8.1/download-maven-plugin-1.8.1.pom (22 kB at 807 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/googlecode/maven-download-plugin/download-maven-plugin/1.8.1/download-maven-plugin-1.8.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.8.1/download-maven-plugin-1.8.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.8.1/download-maven-plugin-1.8.1.jar (62 kB at 6.2 MB/s)
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.test.server.parent ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- download:1.8.1:wget (install-jee-server) @ org.eclipse.persistence.test.server.parent ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.pom (6.6 kB at 660 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.6.3/plexus-archiver-4.6.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.3/plexus-archiver-4.6.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.3/plexus-archiver-4.6.3.pom (6.6 kB at 504 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.22/commons-compress-1.22.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.22/commons-compress-1.22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.22/commons-compress-1.22.pom (22 kB at 3.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/luben/zstd-jni/1.5.4-2/zstd-jni-1.5.4-2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.4-2/zstd-jni-1.5.4-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.4-2/zstd-jni-1.5.4-2.pom (1.9 kB at 240 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.pom (1.9 kB at 212 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom (21 kB at 2.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom (5.3 kB at 763 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.6.3/plexus-archiver-4.6.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.22/commons-compress-1.22.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/luben/zstd-jni/1.5.4-2/zstd-jni-1.5.4-2.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.14/httpclient-cache-4.5.14.jar (164 kB at 15 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.3/plexus-archiver-4.6.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.22/commons-compress-1.22.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.4-2/zstd-jni-1.5.4-2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.3/plexus-archiver-4.6.3.jar (217 kB at 24 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar (55 kB at 1.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.22/commons-compress-1.22.jar (1.0 MB at 16 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.4-2/zstd-jni-1.5.4-2.jar (5.8 MB at 56 MB/s)
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.test.server.parent ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.test.server.parent ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.test.server.parent ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.test.server.parent ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.test.server.parent ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.test.server.parent-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server/target/bom.json
[INFO]            attaching as org.eclipse.persistence.test.server.parent-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.test.server.parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- dependency:3.6.1:copy (configure-glassfish-modules) @ org.eclipse.persistence.test.server.parent ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.test.server.parent ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.test.server.parent ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.test.server.parent ---
[INFO] Signing 3 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.test.server.parent ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.test.server.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.test.server.parent-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.test.server.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.test.server.parent-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.test.server.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.test.server.parent-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server/target/org.eclipse.persistence.test.server.parent-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.test.server.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.test.server.parent-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.test.server.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.test.server.parent-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.test.server.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.test.server.parent-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] 
[INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.test >------
[INFO] Building EclipseLink JPA Test 5.0.0-SNAPSHOT                    [29/135]
[INFO]   from jpa/eclipselink.jpa.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- download:1.8.1:wget (install-jee-server) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.test ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.test ---
[INFO] Copying 42 resources from src/it/resources to target/test-classes
[INFO] Copying 42 resources from src/it/resources to target/test-classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.test ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.test ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 61 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.kohsuke.metainf_services.AnnotationProcessorImpl' less than -source '17'
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.OneToMany,/jakarta.persistence.Table,/jakarta.persistence.Embedded,/jakarta.persistence.ManyToOne,/jakarta.persistence.NamedQuery,/jakarta.persistence.Embeddable,/jakarta.persistence.PostRemove,/jakarta.persistence.Entity,/jakarta.persistence.GeneratedValue,/org.junit.After,/jakarta.persistence.PreUpdate,/org.junit.AfterClass,/jakarta.persistence.MapKeyColumn,/org.junit.runners.Suite.SuiteClasses,/org.eclipse.samples.LoggableEmployee,/org.junit.BeforeClass,/org.junit.Ignore,/jakarta.persistence.PrePersist,/jakarta.persistence.EntityListeners,/jakarta.persistence.Column,/jakarta.persistence.Basic,/jakarta.persistence.JoinColumn,/jakarta.persistence.Version,/jakarta.persistence.TableGenerator,/org.eclipse.samples.annotations.CycleSelf,/org.junit.Test,/jakarta.persistence.OneToOne,/jakarta.persistence.Transient,/org.eclipse.samples.annotations.CycleC,/org.eclipse.samples.annotations.CycleA,/jakarta.persistence.Id,/org.eclipse.samples.annotations.CycleB,/org.junit.Before,/org.junit.runner.RunWith
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/weaving/SimpleProject.java:[33,12] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/weaving/TestingPropertyChangeListener.java:[34,14] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/AllCMP3TestRunModel.java:[34,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/AllJPATests.java:[36,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dynamic/QuerySQLTracker.java:[275,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/weaving/SimpleWeavingTestModel.java:[28,23] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.test ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default-test-jar) @ org.eclipse.persistence.jpa.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- dependency:3.6.1:copy (configure-glassfish-modules) @ org.eclipse.persistence.jpa.test ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.test ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.test ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.test ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-tests.jar.asc
[INFO] 
[INFO] ---< org.eclipse.persistence:org.eclipse.persistence.bundles.other >----
[INFO] Building EclipseLink Bundles Other 5.0.0-SNAPSHOT               [30/135]
[INFO]   from bundles/others/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.bundles.other ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.bundles.other ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.bundles.other ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.bundles.other ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.bundles.other ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.bundles.other ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.bundles.other ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.bundles.other ---
[INFO] Copying 4 resources from src/main/resources/filtered to target/classes
[INFO] Copying 63 resources from src/main/resources/nonfiltered to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.bundles.other ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.bundles.other ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.bundles.other ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.bundles.other ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.bundles.other ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.bundles.other ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.bundles.other ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- dependency:3.6.1:copy (prepare-jars-for-eclipselink-test-src.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Configured Artifact: jakarta.persistence:jakarta.persistence-api:3.2.0:jar
[INFO] Copying jakarta.persistence-api-3.2.0.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/archive-tmp/eclipselink-test-src.zip/jpa/plugins/jakarta.persistence-api-3.2.0.jar
[INFO] 
[INFO] --- dependency:3.6.1:copy-dependencies (sdo-javadoc.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Copying org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/org.eclipse.persistence.sdo-javadoc.jar
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.bundles.other ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.bundles.other ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- javadoc:3.6.3:jar (all-javadoc.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- javadoc:3.6.3:jar (nosql-javadoc.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.bundles.other ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 108 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/bom.json
[INFO]            attaching as org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-plugins-nosql.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/src/main/assembly/eclipselink-plugins-nosql.zip.xml
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/eclipselink-plugins-nosql.zip
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-plugins.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/bundles/others/target/eclipselink-plugins.zip
[WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:5.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-shared-lib.ear) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/src/main/assembly/eclipselink-shared-lib.ear.xml
[INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/archive-tmp/eclipselink-shared-lib/org.eclipse.persistence5.0.0-SNAPSHOT-shared-lib.ear
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-shared-lib.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/src/main/assembly/eclipselink-shared-lib.zip.xml
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/eclipselink5.0.0-SNAPSHOT-shared-lib.zip
[WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:5.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-core-tests.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/src/main/assembly/eclipselink-core-tests.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/bundles/others/target/org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-coretest-framework.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/src/main/assembly/eclipselink-coretest-framework.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-jpa-tests.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/src/main/assembly/eclipselink-jpa-tests.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-jpatest-framework.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/src/main/assembly/eclipselink-jpatest-framework.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-test-jars.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/src/main/assembly/eclipselink-test-jars.zip.xml
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/eclipselink-test-jars.zip
[WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:5.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-test-src.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/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:5.0.0-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.core.test:jar:5.0.0-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.nosql:jar:5.0.0-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:jar:5.0.0-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:5.0.0-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.jpa.test:jar:5.0.0-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.moxy:jar:5.0.0-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.sdo:jar:5.0.0-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.sdo.server.test:jar:5.0.0-SNAPSHOT
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/eclipselink-test-src.zip
[WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:5.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.bundles.other ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.bundles.other ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.bundles.other ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.bundles.other ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/5.0.0-SNAPSHOT/org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/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/5.0.0-SNAPSHOT/org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/5.0.0-SNAPSHOT/org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/5.0.0-SNAPSHOT/org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/5.0.0-SNAPSHOT/org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/eclipselink-test-src.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/5.0.0-SNAPSHOT/org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/archive-tmp/eclipselink-shared-lib/org.eclipse.persistence5.0.0-SNAPSHOT-shared-lib.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/5.0.0-SNAPSHOT/org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT.ear
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/gpg/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/5.0.0-SNAPSHOT/org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/5.0.0-SNAPSHOT/org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/5.0.0-SNAPSHOT/org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/5.0.0-SNAPSHOT/org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/5.0.0-SNAPSHOT/org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/eclipselink-test-src.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/5.0.0-SNAPSHOT/org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT.zip.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/gpg/archive-tmp/eclipselink-shared-lib/org.eclipse.persistence5.0.0-SNAPSHOT-shared-lib.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/5.0.0-SNAPSHOT/org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT.ear.asc
[INFO] 
[INFO] -------------------< org.eclipse.persistence:p2site >-------------------
[INFO] Building EclipseLink Bundles P2 Site 5.0.0-SNAPSHOT             [31/135]
[INFO]   from bundles/p2site/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ p2site ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ p2site ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ p2site ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ p2site ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ p2site ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ p2site ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ p2site ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ p2site ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/p2site/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/p2site/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ p2site ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ p2site ---
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ p2site ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ p2site ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/p2site/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ p2site ---
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ p2site ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ p2site ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ p2site ---
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ p2site ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 106 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/p2site/target/bom.xml
[INFO]            attaching as p2site-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/p2site/target/bom.json
[INFO]            attaching as p2site-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ p2site ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ p2site ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ p2site ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ p2site ---
[INFO] Signing 3 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ p2site ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/p2site/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/p2site/5.0.0-SNAPSHOT/p2site-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/p2site/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/p2site/5.0.0-SNAPSHOT/p2site-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/p2site/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/p2site/5.0.0-SNAPSHOT/p2site-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/p2site/target/p2site-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/p2site/5.0.0-SNAPSHOT/p2site-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/p2site/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/p2site/5.0.0-SNAPSHOT/p2site-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/p2site/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/p2site/5.0.0-SNAPSHOT/p2site-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.oracle.test.server.parent >--
[INFO] Building EclipseLink Test Server Parent 5.0.0-SNAPSHOT          [32/135]
[INFO]   from testing/server-oracle/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- download:1.8.1:wget (install-jee-server) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server-oracle/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server-oracle/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.test.server.parent ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.5.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-master/testing/server-oracle/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.test.server.parent ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server-oracle/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.oracle.test.server.parent-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server-oracle/target/bom.json
[INFO]            attaching as org.eclipse.persistence.oracle.test.server.parent-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- dependency:3.6.1:copy (configure-glassfish-modules) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.test.server.parent ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.test.server.parent ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Signing 3 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server-oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test.server.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.test.server.parent-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server-oracle/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test.server.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.test.server.parent-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server-oracle/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test.server.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.test.server.parent-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server-oracle/target/org.eclipse.persistence.oracle.test.server.parent-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test.server.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.test.server.parent-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server-oracle/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test.server.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.test.server.parent-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server-oracle/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test.server.parent/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.test.server.parent-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.sdo.server.test >---
[INFO] Building EclipseLink SDO Test Server 5.0.0-SNAPSHOT             [33/135]
[INFO]   from sdo/eclipselink.sdo.test.server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.pom (4.3 kB at 241 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/gmaven/gmaven/2.1.1/gmaven-2.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven/2.1.1/gmaven-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven/2.1.1/gmaven-2.1.1.pom (17 kB at 775 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/planet57/buildsupport/public-parent/2/public-parent-2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/planet57/buildsupport/public-parent/2/public-parent-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/planet57/buildsupport/public-parent/2/public-parent-2.pom (1.4 kB at 53 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/planet57/buildsupport/buildsupport/2/buildsupport-2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/planet57/buildsupport/buildsupport/2/buildsupport-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/planet57/buildsupport/buildsupport/2/buildsupport-2.pom (23 kB at 2.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.jar (38 kB at 4.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/xml-maven-plugin/1.1.0/xml-maven-plugin-1.1.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.1.0/xml-maven-plugin-1.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.1.0/xml-maven-plugin-1.1.0.pom (8.5 kB at 471 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/mojo-parent/75/mojo-parent-75.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/75/mojo-parent-75.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/75/mojo-parent-75.pom (36 kB at 3.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/xml-maven-plugin/1.1.0/xml-maven-plugin-1.1.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.1.0/xml-maven-plugin-1.1.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.1.0/xml-maven-plugin-1.1.0.jar (65 kB at 5.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-maven3-plugin/1.10.12/cargo-maven3-plugin-1.10.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-maven3-plugin/1.10.12/cargo-maven3-plugin-1.10.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-maven3-plugin/1.10.12/cargo-maven3-plugin-1.10.12.pom (6.4 kB at 378 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-extensions-maven3/1.10.12/cargo-extensions-maven3-1.10.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions-maven3/1.10.12/cargo-extensions-maven3-1.10.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions-maven3/1.10.12/cargo-extensions-maven3-1.10.12.pom (1.4 kB at 51 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-extensions/1.10.12/cargo-extensions-1.10.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions/1.10.12/cargo-extensions-1.10.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions/1.10.12/cargo-extensions-1.10.12.pom (2.0 kB at 124 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/codehaus-cargo/1.10.12/codehaus-cargo-1.10.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/codehaus-cargo/1.10.12/codehaus-cargo-1.10.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/codehaus-cargo/1.10.12/codehaus-cargo-1.10.12.pom (53 kB at 2.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-maven3-plugin/1.10.12/cargo-maven3-plugin-1.10.12.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-maven3-plugin/1.10.12/cargo-maven3-plugin-1.10.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-maven3-plugin/1.10.12/cargo-maven3-plugin-1.10.12.jar (123 kB at 8.8 MB/s)
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.sdo.server.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- download:1.8.1:wget (install-jee-server) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.sdo.server.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.sdo.server.test ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Copying 4 resources from src/it/resources to target/test-classes
[INFO] Copying 4 resources from src/it/resources to target/test-classes
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 8 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.kohsuke.metainf_services.AnnotationProcessorImpl' less than -source '17'
[WARNING] No processor claimed any of these annotations: /jakarta.ejb.Remote,/jakarta.ejb.Startup,/jakarta.ejb.Stateless,/jakarta.annotation.PostConstruct,/jakarta.ejb.Singleton
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink.sdo.test.server.jar) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/src/it//assembly/eclipselink.sdo.test.server.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/sdo/eclipselink.sdo.test.server/target/classes
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink.sdo.test.server.ear) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/src/it//assembly/eclipselink.sdo.test.server.ear.xml
[INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.ear
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.sdo.server.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-client.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.sdo.server.test ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/bom.json
[INFO]            attaching as org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- groovy:2.1.1:execute (check-wildfly-home-existence) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom (1.5 kB at 59 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom (12 kB at 640 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/9/forge-parent-9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/9/forge-parent-9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/9/forge-parent-9.pom (13 kB at 469 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom (2.2 kB at 40 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom (1.6 kB at 161 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.pom (1.7 kB at 72 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.pom (2.6 kB at 162 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.pom (21 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.pom (9.6 kB at 802 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom (5.6 kB at 467 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom (2.3 kB at 195 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jline/jline/2.12/jline-2.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.12/jline-2.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.12/jline-2.12.pom (17 kB at 446 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.9.4/ant-1.9.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jline/jline/2.12/jline-2.12.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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 235 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/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.jar (16 kB at 1.1 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/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar (58 kB at 3.4 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/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.jar (7.3 kB at 347 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.12/jline-2.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar (20 kB at 941 kB/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 49 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (18 kB at 408 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.6 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 61 MB/s)
[INFO] WildFlyHomeDir exists:false
[INFO] Skip WildFly configuration: true
[INFO] 
[INFO] --- xml:1.1.0:transform (default) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.pom (4.4 kB at 233 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom (2.7 kB at 334 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom (1.6 kB at 99 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/3/apache-3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 1.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.2.0/plexus-resources-1.2.0.jar (23 kB at 2.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar (84 kB at 2.6 MB/s)
[INFO] 
[INFO] --- dependency:3.6.1:copy (configure-glassfish-modules) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- cargo:1.10.12:restart (start-container) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.pom (22 kB at 7.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-api-generic/1.10.12/cargo-core-api-generic-1.10.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-generic/1.10.12/cargo-core-api-generic-1.10.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-generic/1.10.12/cargo-core-api-generic-1.10.12.pom (1.8 kB at 112 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-api/1.10.12/cargo-core-api-1.10.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api/1.10.12/cargo-core-api-1.10.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api/1.10.12/cargo-core-api-1.10.12.pom (1.4 kB at 153 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core/1.10.12/cargo-core-1.10.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core/1.10.12/cargo-core-1.10.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core/1.10.12/cargo-core-1.10.12.pom (2.4 kB at 215 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.pom (8.1 kB at 814 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/20/commons-parent-20.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/20/commons-parent-20.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/20/commons-parent-20.pom (33 kB at 2.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.3.0/commons-logging-1.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.3.0/commons-logging-1.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.3.0/commons-logging-1.3.0.pom (27 kB at 2.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-api-container/1.10.12/cargo-core-api-container-1.10.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-container/1.10.12/cargo-core-api-container-1.10.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-container/1.10.12/cargo-core-api-container-1.10.12.pom (3.8 kB at 384 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.pom (2.3 kB at 2.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna/5.14.0/jna-5.14.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.14.0/jna-5.14.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.14.0/jna-5.14.0.pom (2.0 kB at 2.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-api-module/1.10.12/cargo-core-api-module-1.10.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-module/1.10.12/cargo-core-api-module-1.10.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-module/1.10.12/cargo-core-api-module-1.10.12.pom (2.8 kB at 229 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jaxen/jaxen/2.0.0/jaxen-2.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/2.0.0/jaxen-2.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/2.0.0/jaxen-2.0.0.pom (1.7 kB at 112 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jaxen/jaxen-parent/2.0.0/jaxen-parent-2.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen-parent/2.0.0/jaxen-parent-2.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen-parent/2.0.0/jaxen-parent-2.0.0.pom (15 kB at 781 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom (4.6 kB at 329 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-api-util/1.10.12/cargo-core-api-util-1.10.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-util/1.10.12/cargo-core-api-util-1.10.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-util/1.10.12/cargo-core-api-util-1.10.12.pom (2.1 kB at 208 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-licensed-dtds/1.10.12/cargo-licensed-dtds-1.10.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-licensed-dtds/1.10.12/cargo-licensed-dtds-1.10.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-licensed-dtds/1.10.12/cargo-licensed-dtds-1.10.12.pom (1.4 kB at 99 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-resources/1.10.12/cargo-resources-1.10.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-resources/1.10.12/cargo-resources-1.10.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-resources/1.10.12/cargo-resources-1.10.12.pom (2.1 kB at 187 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.pom (832 B at 55 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/specs/specs/1.2/specs-1.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/specs/1.2/specs-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/specs/1.2/specs-1.2.pom (2.7 kB at 207 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom (14 kB at 1.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom (670 B at 52 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/genesis/genesis/1.1/genesis-1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/1.1/genesis-1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/1.1/genesis-1.1.pom (6.8 kB at 484 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-documentation/1.10.12/cargo-documentation-1.10.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-documentation/1.10.12/cargo-documentation-1.10.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-documentation/1.10.12/cargo-documentation-1.10.12.pom (4.0 kB at 305 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-daemon-client/1.10.12/cargo-daemon-client-1.10.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-daemon-client/1.10.12/cargo-daemon-client-1.10.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-daemon-client/1.10.12/cargo-daemon-client-1.10.12.pom (1.7 kB at 138 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-extensions-daemon/1.10.12/cargo-extensions-daemon-1.10.12.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions-daemon/1.10.12/cargo-extensions-daemon-1.10.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions-daemon/1.10.12/cargo-extensions-daemon-1.10.12.pom (1.4 kB at 154 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.pom (3.5 kB at 346 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/3.8.2/junit-3.8.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 93 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-api-generic/1.10.12/cargo-core-api-generic-1.10.12.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.3.0/commons-logging-1.3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-api-container/1.10.12/cargo-core-api-container-1.10.12.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna/5.14.0/jna-5.14.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-api-module/1.10.12/cargo-core-api-module-1.10.12.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jaxen/jaxen/2.0.0/jaxen-2.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-licensed-dtds/1.10.12/cargo-licensed-dtds-1.10.12.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-documentation/1.10.12/cargo-documentation-1.10.12.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-daemon-client/1.10.12/cargo-daemon-client-1.10.12.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-api-util/1.10.12/cargo-core-api-util-1.10.12.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/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/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.25.0/commons-compress-1.25.0.jar (1.1 MB at 108 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.10.12/cargo-core-api-generic-1.10.12.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.3.0/commons-logging-1.3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-container/1.10.12/cargo-core-api-container-1.10.12.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-generic/1.10.12/cargo-core-api-generic-1.10.12.jar (38 kB at 3.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.14.0/jna-5.14.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-container/1.10.12/cargo-core-api-container-1.10.12.jar (178 kB at 14 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-module/1.10.12/cargo-core-api-module-1.10.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.14.0/jna-platform-5.14.0.jar (1.4 MB at 81 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/2.0.0/jaxen-2.0.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar (80 kB at 3.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.3.0/commons-logging-1.3.0.jar (71 kB at 3.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-module/1.10.12/cargo-core-api-module-1.10.12.jar (165 kB at 7.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-licensed-dtds/1.10.12/cargo-licensed-dtds-1.10.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.14.0/jna-5.14.0.jar (1.9 MB at 75 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-documentation/1.10.12/cargo-documentation-1.10.12.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 840 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-daemon-client/1.10.12/cargo-daemon-client-1.10.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/2.0.0/jaxen-2.0.0.jar (224 kB at 6.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-util/1.10.12/cargo-core-api-util-1.10.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar (328 kB at 9.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-licensed-dtds/1.10.12/cargo-licensed-dtds-1.10.12.jar (148 kB at 4.3 MB/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.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-documentation/1.10.12/cargo-documentation-1.10.12.jar (228 kB at 6.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar (24 kB at 584 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-daemon-client/1.10.12/cargo-daemon-client-1.10.12.jar (14 kB at 266 kB/s)
[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 2.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-util/1.10.12/cargo-core-api-util-1.10.12.jar (41 kB at 712 kB/s)
[INFO] Skipping cargo execution
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (test-sdo-server) @ org.eclipse.persistence.sdo.server.test ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.sdo.server.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.sdo.server.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- cargo:1.10.12:stop (stop-container) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Skipping cargo execution
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify-server-test) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/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/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/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/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT.ear
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-client.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-client.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/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/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/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/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT.ear.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-client.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-client.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/5.0.0-SNAPSHOT/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.jse.test >----
[INFO] Building EclipseLink JPA JSE Test 5.0.0-SNAPSHOT                [34/135]
[INFO]   from jpa/eclipselink.jpa.test.jse/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/test/resources
[INFO] Copying 4 resources from src/it/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 286 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/embeddable/model/Address.java:[31,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/embeddable/model/Zipcode.java:[29,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/embeddable/model/ElementCollectionEmbeddableTemporal.java:[24,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/embeddable/model/ElementCollectionEmbeddableTemporal.java:[24,23] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/embeddable/model/ElementCollectionEntity.java:[35,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/embeddable/model/ElementCollectionEntity.java:[35,21] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/returninsert/model/ReturnInsertMasterPK.java:[38,10] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/returninsert/model/ReturnInsertMasterPK.java:[38,19] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/returninsert/model/ReturnInsertDetailPK.java:[40,10] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/returninsert/model/ReturnInsertDetailPK.java:[40,19] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/canonical/TestCanonicalMetaModel.java:[60,48] auto-closeable resource acemf is never referenced in body of corresponding try statement
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/concurrency/model/User.java:[45,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/conversion/TestJavaTimeTypeConverter.java:[78,46] getYear() in java.util.Date has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/conversion/TestJavaTimeTypeConverter.java:[79,36] getMonth() in java.util.Date has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/conversion/TestJavaTimeTypeConverter.java:[80,36] getDate() in java.util.Date has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/criteria/TestCriteriaBuilder.java:[198,26] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/criteria/model/DateTimeEntity.java:[44,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/criteria/model/NumberEntity.java:[47,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/criteria/TestNegFunction.java:[70,26] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/criteria/model/CoalesceEntity.java:[30,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/criteria/model/CoalesceEntity.java:[30,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/locking/TestTimestampVersionLocking.java:[416,26] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/model/DateTimeQueryEntity.java:[46,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryCase.java:[266,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryCase.java:[298,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryCoalesce.java:[93,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryCoalesce.java:[166,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryHaving.java:[68,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryHaving.java:[112,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[70,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[83,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[130,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[143,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[183,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[196,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[243,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[256,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[297,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[312,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[362,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[377,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[420,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[435,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[485,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[500,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryOrderBy.java:[90,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryOrderBy.java:[142,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryOrderBy.java:[200,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryOrderBy.java:[270,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryOrderBy.java:[329,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryOrderBy.java:[398,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryOrderBy.java:[468,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryOrderBy.java:[542,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[114,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[129,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[183,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[198,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[252,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[267,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[336,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[354,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[369,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[443,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[461,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[476,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[550,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[568,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[583,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1212,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1227,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1281,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1296,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1350,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1365,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1434,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1452,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1467,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1541,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1559,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1574,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1648,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1666,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1681,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1740,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1755,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1809,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1824,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1878,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1893,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1962,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1980,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1995,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2069,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2087,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2102,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2176,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2194,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2209,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2268,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2283,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2337,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2352,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2406,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2421,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2490,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2508,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2523,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2597,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2615,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2630,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2704,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2722,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2737,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2811,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2829,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2844,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2918,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2936,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2951,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3025,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3043,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3058,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3108,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3121,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3164,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3177,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3220,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3233,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3300,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3318,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3333,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3407,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3425,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3440,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3514,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3532,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3547,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3597,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3610,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3653,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3666,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3709,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3722,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3776,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3793,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3850,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3867,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3924,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3941,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[113,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[129,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[184,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[200,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[255,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[272,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[327,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[344,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[399,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[416,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[472,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[489,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[546,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[563,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[624,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[643,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[706,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[725,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[794,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[812,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[829,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[897,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[914,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[930,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[998,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[1015,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[1031,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[1099,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[1116,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[1132,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[1206,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[1225,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[1244,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[1320,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[1339,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[1357,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[109,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[122,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[163,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[176,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[217,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[230,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[293,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[310,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[326,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[400,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[419,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[437,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[513,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[532,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[550,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[598,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[612,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[654,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[668,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[710,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[724,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[786,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[805,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[820,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[887,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[906,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[921,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[988,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1007,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1022,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1069,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1083,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1125,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1139,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1181,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1195,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1257,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1277,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1293,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1348,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1364,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1375,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1426,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1442,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1453,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1496,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1510,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1551,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1565,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1607,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1621,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1683,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1703,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1768,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1788,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1853,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1873,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1940,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1962,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1977,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[2049,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[2071,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[2086,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[2158,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[2180,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java: Some input files additionally use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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.2.5:test (default-test) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.jse.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3: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.2.5:integration-test (test-jpa-jse-without-deadlock) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5: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.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.jse.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.jse.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Signing 6 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.spring.test >---
[INFO] Building EclipseLink JPA Spring Test 5.0.0-SNAPSHOT             [35/135]
[INFO]   from jpa/eclipselink.jpa.spring.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Copying 17 resources from src/it/resources to target/test-classes
[INFO] Copying 17 resources from src/it/resources to target/test-classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 16 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.spring.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3: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.2.5:integration-test (test-jpa-spring-local) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5: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.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.spring.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.spring.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Signing 6 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.wdf.test >----
[INFO] Building EclipseLink JPA WDF Test 5.0.0-SNAPSHOT                [36/135]
[INFO]   from jpa/eclipselink.jpa.wdf.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Copying 4 resources from src/it/resources to target/test-classes
[INFO] Copying 4 resources from src/it/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 218 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/employee/EmploymentPeriod.java:[31,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/employee/EmploymentPeriod.java:[31,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/employee/EmploymentPeriod.java:[34,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/employee/EmploymentPeriod.java:[34,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/employee/EmbeddedFieldAccess.java:[28,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/employee/EmbeddedFieldAccess.java:[28,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/employee/EmbeddedPropertyAccess.java:[40,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/employee/EmbeddedPropertyAccess.java:[40,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/employee/abstr/AbstractEmployee.java:[40,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/employee/abstr/AbstractEmployee.java:[40,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/jpql/Person.java:[78,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/jpql/Person.java:[78,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/jpql/Person.java:[82,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/jpql/Person.java:[82,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/node/CascadingNode.java:[65,29] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/node/Node.java:[70,28] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/node/Node.java:[109,22] previous possible 'this' escape happens here via invocation
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/BasicTypesFieldAccess.java:[162,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/BasicTypesFieldAccess.java:[162,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/BasicTypesFieldAccess.java:[166,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/BasicTypesFieldAccess.java:[166,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/BasicTypesPropertyAccess.java:[603,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/BasicTypesPropertyAccess.java:[603,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/BasicTypesPropertyAccess.java:[620,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/BasicTypesPropertyAccess.java:[620,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[65,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[65,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[69,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[69,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[73,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[73,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[77,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[77,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[82,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[82,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[88,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[88,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/entitymanager/TestClose.java:[492,52] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/entitymanager/TestClose.java:[492,18] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/entitymanager/TestClose.java:[500,65] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/entitymanager/TestClose.java:[500,18] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/entitymanager/TestClose.java:[514,47] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/entitymanager/TestClose.java:[514,18] setParameter(int,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/entitymanager/TestClose.java:[520,60] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/entitymanager/TestClose.java:[520,18] setParameter(int,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/QueryTest.java:[64,26] setParameter(int,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/QueryTest.java:[66,26] setParameter(int,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/QueryTest.java:[71,26] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/QueryTest.java:[74,29] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/QueryTest.java:[238,17] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/QueryTest.java:[240,70] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/QueryTest.java:[268,16] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestArguments.java:[254,53] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestArguments.java:[254,18] setParameter(int,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestArguments.java:[256,49] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestArguments.java:[256,18] setParameter(int,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestArguments.java:[264,60] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestArguments.java:[264,18] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestArguments.java:[266,56] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestArguments.java:[266,18] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestConditionalExpressions.java:[152,81] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestParameterTypes.java:[580,58] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestParameterTypes.java:[580,25] setParameter(int,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestParameterTypes.java:[602,85] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestParameterTypes.java:[602,25] setParameter(int,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestQueryAPI.java:[148,101] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestQueryAPI.java:[152,90] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestQueryAPI.java:[158,21] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestQueryAPI.java:[164,21] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestTemporalParameterTypes.java:[68,45] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestTemporalParameterTypes.java:[68,22] setParameter(int,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestTemporalParameterTypes.java:[69,45] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestTemporalParameterTypes.java:[69,22] setParameter(int,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestTemporalParameterTypes.java:[86,49] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestTemporalParameterTypes.java:[86,26] setParameter(int,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java: /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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.7.1:single (eclipselink-wdf-jpa1-model.jar) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa1-model.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/jpa/eclipselink.jpa.wdf.test/target/classes
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-wdf-jpa2-model.jar) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa2-model.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-wdf-tests.jar) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-wdf.ear) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf.ear.xml
[INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf.ear
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.wdf.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-client.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (clear-database) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (test-jpa-wdf-local) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.wdf.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.wdf.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT.ear
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-client.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-client.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/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/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT.ear.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-client.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-client.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.test >-----
[INFO] Building EclipseLink Oracle Extension Test 5.0.0-SNAPSHOT       [37/135]
[INFO]   from foundation/org.eclipse.persistence.oracle.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.oracle.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.oracle.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.oracle.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.test ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.oracle.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/test/resources
[INFO] Copying 1 resource from src/it/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.oracle.test ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 142 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/OracleTestModel.java:[29,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/conversion/ConversionManagerOracleTestModel.java:[23,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/conversion/DataTypesConvertedFromAClassForOracle9Test.java:[25,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/conversion/DataTypesConvertedFromAClassTest.java:[39,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/conversion/DataTypesConvertedToAClassForOracle9Test.java:[37,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/conversion/DataTypesConvertedToAClassTest.java:[41,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/dbchangenotification/CacheInvalidator.java:[66,48] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/dbchangenotification/CacheInvalidator.java:[82,33] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/dbchangenotification/DbChangeNotificationInternalTestModel.java:[59,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/dbchangenotification/DbChangeNotificationTest.java:[68,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/dbchangenotification/DbChangeNotificationTestModel.java:[25,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/jms/JMSRCMDistributedServersModel.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/lob/LOBDeleteTest.java:[38,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/lob/LOBImageModelProject.java:[30,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/lob/LOBImageModelTableCreator.java:[27,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/lob/LOBInsertTest.java:[40,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/lob/LOBSessionBrokerTestModel.java:[24,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/lob/LOBTestModel.java:[61,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/lob/LOBTestWrapper.java:[36,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/lob/LOBUpdateTest.java:[48,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/nchar/CharNchar.java:[32,13] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/nchar/CharNchar.java:[36,15] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/nchar/CharNcharProject.java:[30,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/nchar/CharNcharTableCreator.java:[27,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/nchar/InsertNcharTest.java:[22,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/nchar/InsertNullNcharTest.java:[22,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/nchar/NcharTestModel.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/nchar/ReadNcharTest.java:[29,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/nchar/UpdateNcharTest.java:[22,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/nchar/UpdateNullNcharTest.java:[22,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/proxyauthentication/oci/ExternalConnectionPoolTestCase.java:[50,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/proxyauthentication/oci/NonPooledConnectionTestCase.java:[50,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/proxyauthentication/thin/ProxyAuthenticationConnectionCustomizerTestCase.java:[129,25] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/types/CalendarDaylightSavingsTest.java:[66,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/types/CalendarToTSTZWithBindingTest.java:[94,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/types/OracleTIMESTAMPTypeTestModel.java:[43,27] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/types/TIMESTAMPTester.java:[116,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/types/TIMESTAMPTester.java:[134,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/types/TIMESTAMPTester.java:[145,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/types/TIMESTAMPTester.java:[154,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/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-master/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-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestServerPlatform.java:[31,36] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/UnwrapConnectionInsuranceObjectRelationalTestModel.java:[20,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/UnwrapConnectionLOBTestModel.java:[19,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/UnwrapConnectionNativeBatchWritingTestModel.java:[19,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/UnwrapConnectionNchartTestModel.java:[21,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/UnwrapConnectionTypeTestModel.java:[20,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/UnwrapConnectionTypeWithoutAccessorsTestModel.java:[20,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/UnwrapConnectionXDBTestModel.java:[20,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/Employee_XMLProject.java:[26,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/Employee_XMLProject.java:[47,17] previous possible 'this' escape happens here via invocation
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/Employee_XMLProject.java:[33,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/Employee_XMLProject.java:[47,17] previous possible 'this' escape happens here via invocation
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/ExistsNodeWithJoinTest.java:[25,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/ExtractValueTest.java:[25,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/GetNumberValTest.java:[25,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/InsertWithNullTest.java:[23,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/ReportQueryTest.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/SessionBrokerTestCase.java:[25,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/StoredFunctionXMLTypeTest.java:[51,38] oracle.sql.OPAQUE in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/StoredFunctionXMLTypeTest.java:[52,181] oracle.sql.OPAQUE in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/UpdateDocumentTest.java:[26,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/XDBTestModel.java:[28,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/XDBTestModelMWIntegration.java:[25,23] possible 'this' escape before subclass is fully initialized
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/OracleTestModel.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/OracleTestModel.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.oracle.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.oracle.test ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/bom.json
[INFO]            attaching as org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.oracle.test ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.oracle.test ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-tests.jar.asc
[INFO] 
[INFO] --- dependency:3.6.1:copy (copy-to-distribution-module) @ org.eclipse.persistence.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.oracle.test:tests:5.0.0-SNAPSHOT:test-jar
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.oracle.test:test-sources:5.0.0-SNAPSHOT:test-jar
[INFO] Copying org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/dependency/org.eclipse.persistence.oracle.test-tests.jar
[INFO] Copying org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/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 5.0.0-SNAPSHOT            [38/135]
[INFO]   from dbws/eclipselink.dbws.test.oracle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/src/test/resources
[INFO] Copying 6 resources from src/it/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/bom.json
[INFO]            attaching as org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Signing 6 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.test >--
[INFO] Building EclipseLink DBWS Builder Test Oracle 5.0.0-SNAPSHOT    [39/135]
[INFO]   from utils/eclipselink.dbws.builder.test.oracle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.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-master/utils/eclipselink.dbws.builder.test.oracle/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/src/test/resources
[INFO] Copying 5 resources from src/it/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 131 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/bom.json
[INFO]            attaching as org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Signing 6 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.server.test >--
[INFO] Building EclipseLink DBWS Builder Test Oracle Server 5.0.0-SNAPSHOT [40/135]
[INFO]   from utils/eclipselink.dbws.builder.test.oracle.server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- download:1.8.1:wget (install-jee-server) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.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-master/utils/eclipselink.dbws.builder.test.oracle.server/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/src/test/resources
[INFO] Copying 1 resource from src/it/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 18 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/bom.json
[INFO]            attaching as org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- dependency:3.6.1:copy (configure-glassfish-modules) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Signing 6 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/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/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/5.0.0-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.utils.sigcompare >--
[INFO] Building EclipseLink Package Signature Compare Utility 5.0.0-SNAPSHOT [41/135]
[INFO]   from utils/eclipselink.utils.sigcompare/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.utils.sigcompare ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/bom.json
[INFO]            attaching as org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] No previous run data found, generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in http://www.eclipse.org/eclipselink/foundation/org.eclipse.persistence.core/apidocs/ are in named modules.
[WARNING] 1 warning
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.utils.sigcompare ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.utils.sigcompare ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Signing 6 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/5.0.0-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps >----
[INFO] Building Persistence TestApps 5.0.0-SNAPSHOT                    [42/135]
[INFO]   from jpa/eclipselink.jpa.testapps/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/eclipselink-testbuild-plugin/1.1.0/eclipselink-testbuild-plugin-1.1.0.pom
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/eclipselink-testbuild-plugin/1.1.0/eclipselink-testbuild-plugin-1.1.0.pom (12 kB at 439 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/eclipselink-testbuild-plugin/1.1.0/eclipselink-testbuild-plugin-1.1.0.jar
[INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/eclipselink-testbuild-plugin/1.1.0/eclipselink-testbuild-plugin-1.1.0.jar (42 kB at 953 kB/s)
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps ---
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom (1.4 kB at 58 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom (15 kB at 334 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 770 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 6.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom (6.9 kB at 434 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.7.3/maven-resolver-api-1.7.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.7.3/maven-resolver-api-1.7.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.7.3/maven-resolver-api-1.7.3.pom (2.6 kB at 188 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver/1.7.3/maven-resolver-1.7.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.7.3/maven-resolver-1.7.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.7.3/maven-resolver-1.7.3.pom (21 kB at 687 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/flapdoodle/embed/de.flapdoodle.embed.mongo/4.9.3/de.flapdoodle.embed.mongo-4.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/embed/de.flapdoodle.embed.mongo/4.9.3/de.flapdoodle.embed.mongo-4.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/embed/de.flapdoodle.embed.mongo/4.9.3/de.flapdoodle.embed.mongo-4.9.3.pom (20 kB at 426 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/flapdoodle/embed/de.flapdoodle.embed.process/4.8.1/de.flapdoodle.embed.process-4.8.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/embed/de.flapdoodle.embed.process/4.8.1/de.flapdoodle.embed.process-4.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/embed/de.flapdoodle.embed.process/4.8.1/de.flapdoodle.embed.process-4.8.1.pom (23 kB at 2.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/flapdoodle/reverse/de.flapdoodle.reverse/1.6.0/de.flapdoodle.reverse-1.6.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/reverse/de.flapdoodle.reverse/1.6.0/de.flapdoodle.reverse-1.6.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/reverse/de.flapdoodle.reverse/1.6.0/de.flapdoodle.reverse-1.6.0.pom (20 kB at 1.1 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/flapdoodle/graph/de.flapdoodle.graph/1.3.3/de.flapdoodle.graph-1.3.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/graph/de.flapdoodle.graph/1.3.3/de.flapdoodle.graph-1.3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/graph/de.flapdoodle.graph/1.3.3/de.flapdoodle.graph-1.3.3.pom (19 kB at 1.3 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0.pom (3.6 kB at 355 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jgrapht/jgrapht/1.4.0/jgrapht-1.4.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgrapht/jgrapht/1.4.0/jgrapht-1.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgrapht/jgrapht/1.4.0/jgrapht-1.4.0.pom (10 kB at 383 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jheaps/jheaps/0.11/jheaps-0.11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jheaps/jheaps/0.11/jheaps-0.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jheaps/jheaps/0.11/jheaps-0.11.pom (10 kB at 1.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/flapdoodle/java8/de.flapdoodle.java8/1.3.3/de.flapdoodle.java8-1.3.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/java8/de.flapdoodle.java8/1.3.3/de.flapdoodle.java8-1.3.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/java8/de.flapdoodle.java8/1.3.3/de.flapdoodle.java8-1.3.3.pom (21 kB at 1.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom (2.0 kB at 290 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.pom (2.3 kB at 322 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/flapdoodle/de.flapdoodle.os-api/1.4.1/de.flapdoodle.os-api-1.4.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/de.flapdoodle.os-api/1.4.1/de.flapdoodle.os-api-1.4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/de.flapdoodle.os-api/1.4.1/de.flapdoodle.os-api-1.4.1.pom (19 kB at 1.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/flapdoodle/embed/de.flapdoodle.embed.mongo.packageresolver/4.9.1/de.flapdoodle.embed.mongo.packageresolver-4.9.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/embed/de.flapdoodle.embed.mongo.packageresolver/4.9.1/de.flapdoodle.embed.mongo.packageresolver-4.9.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/embed/de.flapdoodle.embed.mongo.packageresolver/4.9.1/de.flapdoodle.embed.mongo.packageresolver-4.9.1.pom (19 kB at 854 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/flapdoodle/de.flapdoodle.os/1.5.0/de.flapdoodle.os-1.5.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/de.flapdoodle.os/1.5.0/de.flapdoodle.os-1.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/de.flapdoodle.os/1.5.0/de.flapdoodle.os-1.5.0.pom (19 kB at 900 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom (2.8 kB at 134 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom (16 kB at 1.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom (4.9 kB at 328 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-classic/1.4.11/logback-classic-1.4.11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.4.11/logback-classic-1.4.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.4.11/logback-classic-1.4.11.pom (13 kB at 818 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-parent/1.4.11/logback-parent-1.4.11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.4.11/logback-parent-1.4.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.4.11/logback-parent-1.4.11.pom (20 kB at 680 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-core/1.4.11/logback-core-1.4.11.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.4.11/logback-core-1.4.11.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.4.11/logback-core-1.4.11.pom (5.0 kB at 459 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.7/slf4j-api-2.0.7.pom (2.7 kB at 150 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/2.0.7/slf4j-parent-2.0.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.7/slf4j-parent-2.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.7/slf4j-parent-2.0.7.pom (17 kB at 776 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.7.3/maven-resolver-api-1.7.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/flapdoodle/embed/de.flapdoodle.embed.mongo/4.9.3/de.flapdoodle.embed.mongo-4.9.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/flapdoodle/embed/de.flapdoodle.embed.mongo.packageresolver/4.9.1/de.flapdoodle.embed.mongo.packageresolver-4.9.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/flapdoodle/de.flapdoodle.os/1.5.0/de.flapdoodle.os-1.5.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/flapdoodle/embed/de.flapdoodle.embed.process/4.8.1/de.flapdoodle.embed.process-4.8.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/flapdoodle/reverse/de.flapdoodle.reverse/1.6.0/de.flapdoodle.reverse-1.6.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/flapdoodle/graph/de.flapdoodle.graph/1.3.3/de.flapdoodle.graph-1.3.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jheaps/jheaps/0.11/jheaps-0.11.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/flapdoodle/java8/de.flapdoodle.java8/1.3.3/de.flapdoodle.java8-1.3.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/flapdoodle/de.flapdoodle.os-api/1.4.1/de.flapdoodle.os-api-1.4.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-classic/1.4.11/logback-classic-1.4.11.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-core/1.4.11/logback-core-1.4.11.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.jar (14 kB at 528 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.7.3/maven-resolver-api-1.7.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/embed/de.flapdoodle.embed.mongo/4.9.3/de.flapdoodle.embed.mongo-4.9.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/embed/de.flapdoodle.embed.mongo.packageresolver/4.9.1/de.flapdoodle.embed.mongo.packageresolver-4.9.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 513 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/de.flapdoodle.os/1.5.0/de.flapdoodle.os-1.5.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar (55 kB at 5.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/embed/de.flapdoodle.embed.process/4.8.1/de.flapdoodle.embed.process-4.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.7.3/maven-resolver-api-1.7.3.jar (150 kB at 14 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/reverse/de.flapdoodle.reverse/1.6.0/de.flapdoodle.reverse-1.6.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/embed/de.flapdoodle.embed.mongo/4.9.3/de.flapdoodle.embed.mongo-4.9.3.jar (333 kB at 19 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/graph/de.flapdoodle.graph/1.3.3/de.flapdoodle.graph-1.3.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/embed/de.flapdoodle.embed.mongo.packageresolver/4.9.1/de.flapdoodle.embed.mongo.packageresolver-4.9.1.jar (132 kB at 6.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/de.flapdoodle.os/1.5.0/de.flapdoodle.os-1.5.0.jar (26 kB at 945 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jheaps/jheaps/0.11/jheaps-0.11.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/graph/de.flapdoodle.graph/1.3.3/de.flapdoodle.graph-1.3.3.jar (66 kB at 2.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/java8/de.flapdoodle.java8/1.3.3/de.flapdoodle.java8-1.3.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/embed/de.flapdoodle.embed.process/4.8.1/de.flapdoodle.embed.process-4.8.1.jar (286 kB at 10 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/reverse/de.flapdoodle.reverse/1.6.0/de.flapdoodle.reverse-1.6.0.jar (130 kB at 4.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0.jar (1.1 MB at 27 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/de.flapdoodle.os-api/1.4.1/de.flapdoodle.os-api-1.4.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jheaps/jheaps/0.11/jheaps-0.11.jar (134 kB at 3.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/java8/de.flapdoodle.java8/1.3.3/de.flapdoodle.java8-1.3.3.jar (57 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.4.11/logback-classic-1.4.11.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/flapdoodle/de.flapdoodle.os-api/1.4.1/de.flapdoodle.os-api-1.4.1.jar (102 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.4.11/logback-core-1.4.11.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar (65 kB at 1.1 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.jar (1.4 MB at 18 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.4.11/logback-classic-1.4.11.jar (283 kB at 3.7 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar (1.9 MB at 24 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.4.11/logback-core-1.4.11.jar (598 kB at 7.2 MB/s)
[INFO] pom projects not supported, skipping...
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/target/org.eclipse.persistence.jpa.testapps.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps ---
[INFO] Signing 3 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/target/org.eclipse.persistence.jpa.testapps.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced >--
[INFO] Building Test - advanced 5.0.0-SNAPSHOT                         [43/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 97 source files with javac [debug deprecation release 17] to target/classes
[INFO] [EL Info]: processor: Creating static metadata factory ...
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/non-existant-orm-file.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.MapKeyJoinColumn,/jakarta.persistence.Access,/jakarta.persistence.OrderColumn,/jakarta.persistence.EmbeddedId,/org.eclipse.persistence.annotations.ObjectTypeConverter,/org.eclipse.persistence.annotations.TypeConverter,/jakarta.persistence.PostRemove,/jakarta.persistence.Entity,/jakarta.persistence.GeneratedValue,/org.eclipse.persistence.annotations.CollectionTable,/jakarta.persistence.PreUpdate,/jakarta.persistence.MapKeyColumn,/jakarta.persistence.Cacheable,/org.eclipse.persistence.annotations.NamedStoredFunctionQuery,/jakarta.persistence.EntityListeners,/org.eclipse.persistence.annotations.WriteTransformers,/jakarta.persistence.JoinTable,/org.eclipse.persistence.annotations.NamedStoredProcedureQueries,/jakarta.persistence.Column,/jakarta.persistence.Basic,/org.eclipse.persistence.annotations.Cache,/org.eclipse.persistence.annotations.CacheIndex,/jakarta.persistence.JoinColumn,/org.eclipse.persistence.oxm.annotations.XmlPath,/jakarta.persistence.Enumerated,/jakarta.persistence.Inheritance,/jakarta.persistence.PostLoad,/jakarta.persistence.ManyToMany,/jakarta.persistence.PreRemove,/jakarta.persistence.SecondaryTable,/jakarta.persistence.Version,/jakarta.persistence.PostPersist,/jakarta.persistence.TableGenerator,/jakarta.persistence.Temporal,/jakarta.persistence.OneToOne,/org.eclipse.persistence.annotations.ExistenceChecking,/jakarta.persistence.Transient,/org.eclipse.persistence.annotations.PrimaryKey,/org.eclipse.persistence.annotations.DeleteAll,/org.eclipse.persistence.annotations.Properties,/jakarta.persistence.DiscriminatorValue,/jakarta.persistence.Id,/jakarta.persistence.OneToMany,/org.eclipse.persistence.annotations.OptimisticLocking,/org.eclipse.persistence.annotations.Customizer,/jakarta.persistence.AssociationOverride,/jakarta.persistence.Table,/jakarta.persistence.SequenceGenerator,/jakarta.persistence.Embedded,/jakarta.persistence.CollectionTable,/jakarta.persistence.NamedQuery,/jakarta.persistence.Embeddable,/jakarta.persistence.ManyToOne,/jakarta.persistence.ElementCollection,/org.eclipse.persistence.annotations.MapKeyConvert,/org.eclipse.persistence.annotations.Convert,/jakarta.persistence.IdClass,/org.eclipse.persistence.annotations.ReadOnly,/org.eclipse.persistence.annotations.TypeConverters,/jakarta.persistence.NamedNativeQueries,/jakarta.persistence.PrePersist,/org.eclipse.persistence.annotations.Mutable,/org.eclipse.persistence.annotations.Property,/jakarta.persistence.NamedQueries,/org.eclipse.persistence.annotations.BasicMap,/jakarta.persistence.AttributeOverrides,/jakarta.persistence.MapKey,/jakarta.persistence.PostUpdate,/org.eclipse.persistence.annotations.ReadTransformer,/org.eclipse.persistence.annotations.WriteTransformer,/jakarta.persistence.DiscriminatorColumn,/org.eclipse.persistence.annotations.PrivateOwned,/jakarta.persistence.PrimaryKeyJoinColumn,/org.eclipse.persistence.annotations.BasicCollection,/org.eclipse.persistence.annotations.Converter,/org.eclipse.persistence.annotations.ChangeTracking,/org.eclipse.persistence.annotations.JoinFetch,/jakarta.persistence.SqlResultSetMappings,/jakarta.persistence.NamedNativeQuery
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/non-existant-orm-file.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.metamodel.StaticMetamodel,java.compiler/javax.annotation.processing.Generated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[92,9] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[95,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[96,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[97,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[98,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[99,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[100,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[104,13] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[108,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[109,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[110,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[111,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[112,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[113,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[117,13] resultSetMapping() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[120,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[121,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[122,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[123,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[124,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[125,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[129,13] resultSetMapping() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[132,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[133,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[134,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[135,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[136,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[137,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[141,9] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[144,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[145,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[151,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[152,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[160,77] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[161,74] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[162,76] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[163,75] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[164,78] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[165,76] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[166,77] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[167,75] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[174,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[92,9] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[95,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[96,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[97,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[98,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[99,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[100,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[104,13] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[108,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[109,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[110,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[111,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[112,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[113,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[117,13] resultSetMapping() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[120,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[121,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[122,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[123,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[124,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[125,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[129,13] resultSetMapping() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[132,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[133,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[134,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[135,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[136,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[137,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[141,9] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[144,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[145,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[151,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[152,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[160,77] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[161,74] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[162,76] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[163,75] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[164,78] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[165,76] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[166,77] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[167,75] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[174,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[92,9] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[95,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[96,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[97,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[98,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[99,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[100,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[104,13] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[108,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[109,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[110,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[111,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[112,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[113,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[117,13] resultSetMapping() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[120,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[121,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[122,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[123,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[124,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[125,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[129,13] resultSetMapping() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[132,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[133,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[134,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[135,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[136,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[137,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[141,9] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[144,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[145,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[151,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[152,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[160,77] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[161,74] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[162,76] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[163,75] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[164,78] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[165,76] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[166,77] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[167,75] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[174,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[92,9] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[95,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[96,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[97,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[98,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[99,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[100,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[104,13] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[108,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[109,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[110,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[111,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[112,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[113,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[117,13] resultSetMapping() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[120,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[121,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[122,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[123,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[124,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[125,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[129,13] resultSetMapping() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[132,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[133,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[134,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[135,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[136,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[137,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[141,9] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[144,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[145,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[151,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[152,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[160,77] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[161,74] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[162,76] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[163,75] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[164,78] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[165,76] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[166,77] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[167,75] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[174,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/LargeProject.java:[54,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/AdvancedTableCreator.java:[46,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/BarCode.java:[34,22] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Event.java:[36,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Event.java:[36,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Event.java:[36,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Event.java:[36,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Event.java:[36,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Event.java:[36,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Event.java:[36,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Event.java:[36,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/JigsawPiece.java:[41,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/OrderedEntityA.java:[41,14] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/OrderedEntityZ.java:[44,14] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Product.java:[58,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/SuperLargeProject.java:[26,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/ToDoList.java:[49,14] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/VegetablePK.java:[29,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 68 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5193,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5198,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5203,116] JDBC_WRITE_CONNECTIONS_INITIAL in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5208,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5213,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5218,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[10671,89] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[10671,34] setParameter(int,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[10678,75] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[10678,34] setParameter(int,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[10685,92] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[10685,32] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[10692,78] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[10692,32] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/NamedQueryJUnitTest.java:[50,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/concurrency/ConcurrencyTest.java:[77,13] attempt to synchronize on an instance of a value-based class
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/concurrency/ConcurrencyTest.java:[142,17] attempt to synchronize on an instance of a value-based class
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/concurrency/ConcurrencyTest.java:[151,13] attempt to synchronize on an instance of a value-based class
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/concurrency/LifecycleJUnitTest.java:[82,17] finalize() in java.lang.Object has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMCascadingModifyAndMergeTest.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMCascadingModifyAndRefreshTest.java:[26,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMCascadingPersistAndCommitTest.java:[26,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMCascadingPersistAndFlushTest.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMCascadingRemoveAndFlushTest.java:[32,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMFlushBatchWritingTest.java:[37,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMModifyAndCommitTest.java:[39,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMModifyAndMergeTest.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMModifyAndRefreshTest.java:[26,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMMultipleFlushTests.java:[35,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMPersistAndCommitTest.java:[29,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMPersistAndFlushTest.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMRemoveAndCommitTests.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMRemoveAndFlushTest.java:[29,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMRemoveAndPersistTest.java:[26,23] possible 'this' escape before subclass is fully initialized
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-model.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-tests.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Signing 10 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT-model.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT-tests.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced2 >--
[INFO] Building Test - advanced2 5.0.0-SNAPSHOT                        [44/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Copying 6 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 114 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/main/java/org/eclipse/persistence/testing/models/jpa21/advanced/Athlete.java:[37,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/main/java/org/eclipse/persistence/testing/models/jpa21/advanced/ddl/Athlete.java:[34,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/main/java/org/eclipse/persistence/testing/models/jpa21/advanced/ddl/schema/Athlete.java:[32,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/main/java/org/eclipse/persistence/testing/models/jpa21/advanced/LargeProject.java:[41,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/main/java/org/eclipse/persistence/testing/models/jpa21/advanced/AdvancedTableCreator.java:[41,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/main/java/org/eclipse/persistence/testing/models/jpa21/advanced/Athlete.java:[51,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/main/java/org/eclipse/persistence/testing/models/jpa21/advanced/ddl/Athlete.java:[48,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/main/java/org/eclipse/persistence/testing/models/jpa21/advanced/ddl/schema/Athlete.java:[46,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/main/java/org/eclipse/persistence/testing/models/jpa21/advanced/xml/AdvancedTableCreator.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/main/java/org/eclipse/persistence/testing/models/jpa21/advanced/xml/LargeProject.java:[30,21] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 23 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/AnnotationsTest.java:[75,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/ConverterTest.java:[73,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/CriteriaQueryCastTest.java:[42,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/CriteriaQueryMetamodelTest.java:[51,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/CriteriaQueryTest.java:[56,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/EntityGraphTest.java:[107,22] <T>addSubclassSubgraph(java.lang.Class<? extends T>) in jakarta.persistence.EntityGraph has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/EntityGraphTest.java:[44,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/EntityManagerFactoryTest.java:[37,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/EntityManagerTest.java:[38,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/NamedStoredProcedureQueryTest.java:[57,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/QueryTest.java:[51,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/StoredProcedureQueryTest.java:[54,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/WeaverTest.java:[32,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/ddl/DDLSchemaTest.java:[49,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/ddl/DDLTest.java:[72,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/ddl/ForeignKeyTest.java:[63,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/ddl/IndexTest.java:[32,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/xml/XMLConverterTest.java:[47,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/xml/XMLEntityGraphTest.java:[34,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/xml/XMLNamedStoredProcedureQueryTest.java:[37,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/xml/ddl/XMLForeignKeyTest.java:[57,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/xml/ddl/XMLIndexTest.java:[32,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced2-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced2-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced2-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria >--
[INFO] Building Test - advanced.additionalcriteria 5.0.0-SNAPSHOT      [45/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 10 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/additionalcriteria/AdvancedJPAJunitTest.java:[64,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.cacheable >--
[INFO] Building Test - cacheable 5.0.0-SNAPSHOT                        [46/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.cacheable/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 24 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/src/main/java/org/eclipse/persistence/testing/models/jpa/cacheable/CacheableTableCreator.java:[28,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/src/main/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[67,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 13 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/src/test/java/org/eclipse/persistence/testing/tests/jpa/cacheable/CacheableTestBase.java:[101,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.cacheable-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.cacheable-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-model.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Signing 9 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cacheable-5.0.0-SNAPSHOT-model.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.fetchgroup >--
[INFO] Building Test - advanced.fetchgroup 5.0.0-SNAPSHOT              [47/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/fetchgroup/AdvancedFetchGroupTableCreator.java:[26,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-model.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Signing 9 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-5.0.0-SNAPSHOT-model.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.metamodel >--
[INFO] Building Test - metamodel 5.0.0-SNAPSHOT                        [48/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.metamodel/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 40 source files with javac [debug deprecation release 17] to target/classes
[INFO] [EL Info]: processor: Creating static metadata factory ...
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.OneToMany,/jakarta.persistence.Access,/jakarta.persistence.Table,/jakarta.persistence.EmbeddedId,/jakarta.persistence.Embedded,/jakarta.persistence.ManyToOne,/jakarta.persistence.Embeddable,/jakarta.persistence.ElementCollection,/jakarta.persistence.Entity,/jakarta.persistence.GeneratedValue,/jakarta.persistence.IdClass,/jakarta.persistence.JoinTable,/jakarta.persistence.Column,/jakarta.persistence.Basic,/jakarta.persistence.MapKey,/jakarta.persistence.JoinColumn,/jakarta.persistence.Inheritance,/jakarta.persistence.Version,/jakarta.persistence.TableGenerator,/org.eclipse.persistence.annotations.BasicCollection,/jakarta.persistence.MapsId,/jakarta.persistence.OneToOne,/jakarta.persistence.MappedSuperclass,/jakarta.persistence.Id
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.metamodel.StaticMetamodel,java.compiler/javax.annotation.processing.Generated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/main/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[51,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/main/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[51,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/main/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[51,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/main/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[51,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/main/java/org/eclipse/persistence/testing/models/jpa/metamodel/MetamodelTableCreator.java:[61,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/test/java/org/eclipse/persistence/testing/tests/jpa/metamodel/MetamodelTestBase.java:[48,18] possible 'this' escape before subclass is fully initialized
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/test/java/org/eclipse/persistence/testing/tests/jpa/metamodel/MetamodelTest.java: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/test/java/org/eclipse/persistence/testing/tests/jpa/metamodel/MetamodelTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/test/java/org/eclipse/persistence/testing/tests/jpa/metamodel/MetamodelTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.metamodel-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.metamodel-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-model.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Signing 9 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel-5.0.0-SNAPSHOT-model.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.cacheable >--
[INFO] Building Test - xml.cacheable 5.0.0-SNAPSHOT                    [49/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/cacheable/CacheableTableCreator.java:[24,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 13 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/cacheable/XmlCacheableTestBase.java:[66,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.cacheable-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.cacheable-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-model.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Signing 9 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.cacheable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.cacheable-5.0.0-SNAPSHOT-model.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.cacheimpl >--
[INFO] Building Test - advanced.cacheimpl 5.0.0-SNAPSHOT               [50/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/cacheimpl/CacheImplTest.java:[69,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.cascadepersist >--
[INFO] Building Test - advanced.cascadepersist 5.0.0-SNAPSHOT          [51/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/cascadepersist/CascadePersistTableCreator.java:[24,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.compositepk >--
[INFO] Building Test - advanced.compositepk 5.0.0-SNAPSHOT             [52/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 17 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/compositepk/CompositePKTableCreator.java:[43,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/compositepk/AdvancedCompositePKJunitTest.java:[71,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.compositepk-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.compositepk-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-model.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Signing 9 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.compositepk/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.compositepk-5.0.0-SNAPSHOT-model.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.derivedid >--
[INFO] Building Test - advanced.derivedid 5.0.0-SNAPSHOT               [53/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 36 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/derivedid/AdvancedCompositePKJunitTest.java:[82,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.derivedid-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.derivedid-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-model.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Signing 9 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.derivedid/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.derivedid-5.0.0-SNAPSHOT-model.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.customer >--
[INFO] Building Test - advanced.customer 5.0.0-SNAPSHOT                [54/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/customer/AbstractEntityWithColumnDiscriminatorTest.java:[140,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/customer/AbstractEntityWithColumnDiscriminatorTest.java:[149,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.customer-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.customer-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.customer/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.customer-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.embeddable >--
[INFO] Building Test - advanced.embeddable 5.0.0-SNAPSHOT              [55/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/embeddable/EmbeddableTableCreator.java:[9,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/embeddable/EntityEmbeddableTest.java:[44,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/embeddable/EntityEmbeddableTest.java:[53,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.embeddable-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.embeddable-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.embeddable/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.embeddable-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.multitenant >--
[INFO] Building Test - advanced.multitenant 5.0.0-SNAPSHOT             [56/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 26 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/multitenant/Mason.java:[35,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/multitenant/AdvancedMultiTenantTableCreator.java:[34,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/multitenant/Mason.java:[61,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 7 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/multitenant/AdvancedMultiTenantJunitBase.java:[77,18] possible 'this' escape before subclass is fully initialized
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/multitenant/AdvancedMultiTenant123JunitTest.java: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/multitenant/AdvancedMultiTenant123JunitTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/multitenant/AdvancedMultiTenant123JunitTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.multitenant-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.multitenant-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant_ejb.jar
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.advanced.multitenant-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.beanvalidation >--
[INFO] Building Test - beanvalidation 5.0.0-SNAPSHOT                   [57/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/src/main/java/org/eclipse/persistence/testing/models/jpa/beanvalidation/BeanValidationTableCreator.java:[22,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.beanvalidation-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.beanvalidation-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic >--
[INFO] Building Test - beanvalidation.dynamic 5.0.0-SNAPSHOT           [58/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.cascadedeletes >--
[INFO] Building Test - cascadedeletes 5.0.0-SNAPSHOT                   [59/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/src/main/java/org/eclipse/persistence/testing/models/jpa/cascadedeletes/CascadeDeleteTableCreator.java:[24,12] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.cascadedeletes-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.cascadedeletes-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.cascadedeletes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.cascadedeletes-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.complexaggregate >--
[INFO] Building Test - complexaggregate 5.0.0-SNAPSHOT                 [60/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 22 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/src/main/java/org/eclipse/persistence/testing/models/jpa/complexaggregate/ComplexAggregateTableCreator.java:[34,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/src/main/java/org/eclipse/persistence/testing/models/jpa/complexaggregate/Location.java:[31,19] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.complexaggregate-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.complexaggregate-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.complexaggregate-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.common >--
[INFO] Building Test - composite.advanced.common 5.0.0-SNAPSHOT        [61/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 31 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[91,9] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[94,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[95,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[96,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[97,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[98,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[99,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[103,13] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[107,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[108,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[109,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[110,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[111,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[112,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[116,13] resultSetMapping() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[119,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[120,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[121,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[122,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[123,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[124,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[128,13] resultSetMapping() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[131,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[132,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[133,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[134,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[135,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[136,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[140,9] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[143,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[144,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[150,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[151,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[159,77] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[160,74] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[161,76] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[162,75] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[163,78] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[164,76] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[165,77] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[166,75] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[173,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_3/LargeProject.java:[55,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/AdvancedTableCreator_1.java:[31,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_2/AdvancedTableCreator_2.java:[31,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_3/AdvancedTableCreator_3.java:[31,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_3/SuperLargeProject.java:[26,21] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_1) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/resources-member_1
[INFO] Copying 12 resources from target/classes to target/member_1
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_2) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/resources-member_2
[INFO] Copying 16 resources from target/classes to target/member_2
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_3) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/resources-member_3
[INFO] Copying 14 resources from target/classes to target/member_3
[INFO] 
[INFO] --- jar:3.3.0:jar (package-composite.advanced.member_1) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_1.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-composite.advanced.member_2) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_2.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-composite.advanced.member_3) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_3.jar
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.composite.advanced.common-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.composite.advanced.common-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] skipping...
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_1.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-5.0.0-SNAPSHOT-member_1.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_2.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-5.0.0-SNAPSHOT-member_2.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_3.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-5.0.0-SNAPSHOT-member_3.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-5.0.0-SNAPSHOT-member_1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_2.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-5.0.0-SNAPSHOT-member_2.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_3.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-5.0.0-SNAPSHOT-member_3.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.common-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 >--
[INFO] Building Test - composite.advanced.member_1 5.0.0-SNAPSHOT      [62/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 >--
[INFO] Building Test - composite.advanced.member_2 5.0.0-SNAPSHOT      [63/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 >--
[INFO] Building Test - composite.advanced.member_3 5.0.0-SNAPSHOT      [64/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced >--
[INFO] Building Test - composite.advanced 5.0.0-SNAPSHOT               [65/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java:[9536,89] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java:[9536,34] setParameter(int,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java:[9543,75] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java:[9543,34] setParameter(int,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java:[9550,92] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java:[9550,32] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java:[9557,78] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java:[9557,32] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] 
[INFO] --- dependency:3.6.1:copy-dependencies (get-members-for-resourcelocal) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Copying org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.jar
[INFO] Copying org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.jar
[INFO] Copying org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.jar
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Not generating server-side descriptors...
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/eclipselink-packager/generated
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced_ejb.jar
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.composite.advanced-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.inheritance >--
[INFO] Building Test - advanced.inheritance 5.0.0-SNAPSHOT             [66/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.inheritance/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 90 source files with javac [debug deprecation release 17] to target/classes
[INFO] [EL Info]: processor: Creating static metadata factory ...
[INFO] [EL Info]: processor: File loaded : META-INF/orm.xml, is eclipselink-orm file: false
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.EmbeddedId,/org.eclipse.persistence.annotations.TypeConverter,/jakarta.persistence.PostRemove,/jakarta.persistence.Entity,/jakarta.persistence.GeneratedValue,/jakarta.persistence.PreUpdate,/jakarta.persistence.ExcludeDefaultListeners,/jakarta.persistence.PrimaryKeyJoinColumns,/jakarta.persistence.EntityListeners,/jakarta.persistence.JoinTable,/jakarta.persistence.Column,/org.eclipse.persistence.annotations.Cache,/jakarta.persistence.Basic,/jakarta.persistence.JoinColumn,/jakarta.persistence.Inheritance,/jakarta.persistence.ManyToMany,/jakarta.persistence.PostLoad,/jakarta.persistence.PreRemove,/jakarta.persistence.Version,/jakarta.persistence.PostPersist,/jakarta.persistence.TableGenerator,/jakarta.persistence.OneToOne,/org.eclipse.persistence.annotations.PrimaryKey,/jakarta.persistence.Transient,/jakarta.persistence.MappedSuperclass,/jakarta.persistence.DiscriminatorValue,/jakarta.persistence.Id,/org.eclipse.persistence.annotations.ClassExtractor,/jakarta.persistence.OneToMany,/org.eclipse.persistence.annotations.Customizer,/org.eclipse.persistence.annotations.OptimisticLocking,/jakarta.persistence.Table,/jakarta.persistence.CollectionTable,/jakarta.persistence.Embedded,/jakarta.persistence.NamedQuery,/jakarta.persistence.Embeddable,/jakarta.persistence.ManyToOne,/jakarta.persistence.ElementCollection,/org.eclipse.persistence.annotations.Convert,/jakarta.persistence.IdClass,/jakarta.persistence.PrePersist,/jakarta.persistence.NamedQueries,/jakarta.persistence.MapKey,/jakarta.persistence.DiscriminatorColumn,/jakarta.persistence.PostUpdate,/jakarta.persistence.PrimaryKeyJoinColumn,/org.eclipse.persistence.annotations.JoinFetch,/jakarta.persistence.AttributeOverride
[INFO] [EL Info]: processor: File loaded : META-INF/orm.xml, is eclipselink-orm file: false
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.metamodel.StaticMetamodel,java.compiler/javax.annotation.processing.Generated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/main/java/org/eclipse/persistence/testing/models/jpa/inheritance/Bus.java:[38,59] found raw type: org.eclipse.persistence.testing.models.jpa.inheritance.TireInfo
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inheritance.TireInfo<Y>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/main/java/org/eclipse/persistence/testing/models/jpa/inheritance/SeededFruit.java:[55,17] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/main/java/org/eclipse/persistence/testing/models/jpa/inheritance/Seed.java:[47,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/main/java/org/eclipse/persistence/testing/models/jpa/inheritance/InheritanceTableCreator.java:[36,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/main/java/org/eclipse/persistence/testing/models/jpa/inheritance/OffRoadTireInfo.java:[28,38] found raw type: org.eclipse.persistence.testing.models.jpa.inheritance.TireInfo
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inheritance.TireInfo<Y>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/main/java/org/eclipse/persistence/testing/models/jpa/inheritance/TireRatingComment.java:[35,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/main/java/org/eclipse/persistence/testing/models/jpa/inheritance/SchoolBus.java:[22,32] found raw type: org.eclipse.persistence.testing.models.jpa.inheritance.AbstractBus
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inheritance.AbstractBus<H,I,J>
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.inheritance-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.inheritance-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-model.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Signing 9 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inheritance-5.0.0-SNAPSHOT-model.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.inherited >--
[INFO] Building Test - advanced.inherited 5.0.0-SNAPSHOT               [67/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.inherited/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 47 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[39,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/SerialNumber.java:[31,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/BeerConsumer.java:[69,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[39,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[51,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[INFO] [EL Info]: processor: Creating static metadata factory ...
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] [EL Warning]: metadata: ServerSession(859477246)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient.
[WARNING] [EL Warning]: metadata: ServerSession(859477246)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient.
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.MapKeyJoinColumn,/jakarta.persistence.Access,/jakarta.persistence.OrderColumn,/jakarta.persistence.PostRemove,/jakarta.persistence.AssociationOverrides,/jakarta.persistence.Entity,/jakarta.persistence.GeneratedValue,/jakarta.persistence.PreUpdate,/jakarta.persistence.MapKeyColumn,/jakarta.persistence.JoinTable,/jakarta.persistence.Column,/jakarta.persistence.Basic,/jakarta.persistence.MapKeyTemporal,/jakarta.persistence.JoinColumn,/jakarta.persistence.ManyToMany,/jakarta.persistence.Inheritance,/jakarta.persistence.PostLoad,/jakarta.persistence.PreRemove,/jakarta.persistence.SecondaryTable,/jakarta.persistence.Version,/org.eclipse.persistence.annotations.OrderCorrection,/jakarta.persistence.PostPersist,/jakarta.persistence.TableGenerator,/jakarta.persistence.Temporal,/jakarta.persistence.OneToOne,/org.eclipse.persistence.annotations.ExistenceChecking,/jakarta.persistence.Transient,/jakarta.persistence.MappedSuperclass,/jakarta.persistence.DiscriminatorValue,/jakarta.persistence.Id,/jakarta.persistence.JoinColumns,/jakarta.persistence.OrderBy,/jakarta.persistence.OneToMany,/jakarta.persistence.AssociationOverride,/jakarta.persistence.Table,/jakarta.persistence.CollectionTable,/jakarta.persistence.Embedded,/jakarta.persistence.Embeddable,/jakarta.persistence.ManyToOne,/jakarta.persistence.NamedQuery,/jakarta.persistence.ElementCollection,/jakarta.persistence.IdClass,/jakarta.persistence.PrePersist,/org.eclipse.persistence.annotations.Mutable,/jakarta.persistence.MapKeyClass,/org.eclipse.persistence.annotations.BasicMap,/jakarta.persistence.AttributeOverrides,/jakarta.persistence.MapKey,/jakarta.persistence.PostUpdate,/jakarta.persistence.PrimaryKeyJoinColumn,/jakarta.persistence.AttributeOverride
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[39,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/SerialNumber.java:[31,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/BeerConsumer.java:[69,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[39,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[51,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.metamodel.StaticMetamodel,java.compiler/javax.annotation.processing.Generated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[39,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/SerialNumber.java:[31,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/BeerConsumer.java:[69,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[39,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[51,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[39,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/SerialNumber.java:[31,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/BeerConsumer.java:[69,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[39,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[51,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Beer.java:[47,13] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Beer.java:[81,12] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Beer.java:[101,33] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[96,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[96,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[96,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[96,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[65,14] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/SerialNumber.java:[65,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/SerialNumber.java:[65,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/SerialNumber.java:[65,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/SerialNumber.java:[65,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/BeerConsumer.java:[262,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/BeerConsumer.java:[262,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/BeerConsumer.java:[262,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/BeerConsumer.java:[262,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[53,12] found raw type: org.eclipse.persistence.indirection.ValueHolderInterface
  missing type arguments for generic class org.eclipse.persistence.indirection.ValueHolderInterface<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[61,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[61,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[61,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[61,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[75,12] found raw type: org.eclipse.persistence.indirection.ValueHolderInterface
  missing type arguments for generic class org.eclipse.persistence.indirection.ValueHolderInterface<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[92,34] found raw type: org.eclipse.persistence.indirection.ValueHolderInterface
  missing type arguments for generic class org.eclipse.persistence.indirection.ValueHolderInterface<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Certification.java:[34,13] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Certification.java:[40,12] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Certification.java:[65,33] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumber.java:[41,13] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumber.java:[79,12] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumber.java:[99,33] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[67,13] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[114,12] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[120,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[120,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[120,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[120,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[143,28] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/InheritedTableManager.java:[63,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 7 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/test/java/org/eclipse/persistence/testing/tests/jpa/inherited/InheritedCRUDTest.java:[42,23] possible 'this' escape before subclass is fully initialized
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/test/java/org/eclipse/persistence/testing/tests/jpa/inherited/EmbeddableSuperclassJunitTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/test/java/org/eclipse/persistence/testing/tests/jpa/inherited/EmbeddableSuperclassJunitTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.inherited-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.inherited-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-model.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Signing 9 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.inherited-5.0.0-SNAPSHOT-model.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.criteria >--
[INFO] Building Test - criteria 5.0.0-SNAPSHOT                         [68/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.criteria/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 20 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java:[253,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java:[321,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java:[344,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java:[1537,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java:[1556,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java:[1575,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java:[1594,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java:[1627,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java:[1645,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java:[1659,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java:[102,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedQueryTest.java:[203,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedQueryTest.java:[282,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedQueryTest.java:[300,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedQueryTest.java:[319,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedQueryTest.java:[338,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedQueryTest.java:[371,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedQueryTest.java:[389,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedQueryTest.java:[403,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedQueryTest.java:[69,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/CriteriaQueryCastTest.java:[44,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaSimpleTestSuiteBase.java:[819,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaSimpleTestSuiteBase.java:[2874,17] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaSimpleTestSuiteBase.java:[2893,17] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaSimpleTestSuiteBase.java:[2924,17] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaSimpleTestSuiteBase.java:[2959,17] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaSimpleTestSuiteBase.java:[2985,17] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaSimpleTestSuiteBase.java:[3177,21] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaSimpleTestSuiteBase.java:[140,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaSimpleTestSuiteBase.java:[147,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaSimpleTest.java:[238,17] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaUnitTest.java:[501,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaUnitTest.java:[527,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaUnitTest.java:[628,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaUnitTest.java:[687,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaUnitTest.java:[707,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaUnitTest.java:[85,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/QueryCastTest.java:[44,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/compositepk/AdvancedCompositePKJunitTest.java:[42,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/derivedid/AdvancedCompositePKJunitTest.java:[37,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/inheritance/CriteriaQueryCastTest.java:[54,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/inheritance/JUnitCriteriaSimpleTestSuiteBase.java:[87,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/inheritance/JUnitCriteriaSimpleTestSuiteBase.java:[93,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/inheritance/QueryCastTest.java:[50,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/inherited/CriteriaQueryCastTest.java:[43,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/inherited/JUnitCriteriaSimpleTestSuiteBase.java:[87,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/inherited/JUnitCriteriaSimpleTestSuiteBase.java:[94,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/inherited/QueryCastTest.java:[38,18] possible 'this' escape before subclass is fully initialized
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.criteria-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.criteria-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.criteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.criteria-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.datatypes >--
[INFO] Building Test - datatypes 5.0.0-SNAPSHOT                        [69/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.datatypes/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/src/main/java/org/eclipse/persistence/testing/models/jpa/datatypes/DataTypesTableCreator.java:[22,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/src/main/java/org/eclipse/persistence/testing/models/jpa/datatypes/arraypks/PrimitiveArraysAsPrimaryKeyTableCreator.java:[22,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.datatypes-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.datatypes-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-model.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Signing 9 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datatypes/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datatypes-5.0.0-SNAPSHOT-model.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.datetime >--
[INFO] Building Test - datetime 5.0.0-SNAPSHOT                         [70/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.datetime/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/src/main/java/org/eclipse/persistence/testing/models/jpa/datetime/DateTime.java:[193,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/src/main/java/org/eclipse/persistence/testing/models/jpa/datetime/DateTime.java:[193,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/src/main/java/org/eclipse/persistence/testing/models/jpa/datetime/DateTime.java:[87,36] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/src/main/java/org/eclipse/persistence/testing/models/jpa/datetime/DateTimeTableCreator.java:[26,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.datetime-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.datetime-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-model.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Signing 9 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.datetime/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.datetime-5.0.0-SNAPSHOT-model.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.ddlgeneration >--
[INFO] Building Test - ddlgeneration 5.0.0-SNAPSHOT                    [71/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 102 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/main/java/org/eclipse/persistence/testing/models/jpa/ddlgeneration/multitenant/Mason.java:[40,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/main/java/org/eclipse/persistence/testing/models/jpa/ddlgeneration/Operaciones.java:[62,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/main/java/org/eclipse/persistence/testing/models/jpa/ddlgeneration/Operaciones.java:[62,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/main/java/org/eclipse/persistence/testing/models/jpa/ddlgeneration/RoutingOrders.java:[67,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/main/java/org/eclipse/persistence/testing/models/jpa/ddlgeneration/RoutingOrders.java:[67,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/main/java/org/eclipse/persistence/testing/models/jpa/ddlgeneration/ProjectPK.java:[51,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/main/java/org/eclipse/persistence/testing/models/jpa/ddlgeneration/ProjectPK.java:[51,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/main/java/org/eclipse/persistence/testing/models/jpa/ddlgeneration/multitenant/Mason.java:[70,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/main/java/org/eclipse/persistence/testing/models/jpa/ddlgeneration/multitenant/Mason.java:[126,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/main/java/org/eclipse/persistence/testing/models/jpa/ddlgeneration/multitenant/Mason.java:[126,21] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 8 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/test/java/org/eclipse/persistence/testing/tests/jpa/ddlgeneration/DDLGenerationExtendTablesTest.java:[151,31] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/test/java/org/eclipse/persistence/testing/tests/jpa/ddlgeneration/DDLGenerationTestBase.java:[29,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.ddlgeneration-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.ddlgeneration-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.ddlgeneration/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.ddlgeneration-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.lob >--
[INFO] Building Test - lob 5.0.0-SNAPSHOT                              [72/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.lob/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/src/main/java/org/eclipse/persistence/testing/models/jpa/lob/LobTableCreator.java:[23,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.lob-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.lob-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob_ejb.jar
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-model.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Signing 9 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.lob/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.lob-5.0.0-SNAPSHOT-model.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.delimited >--
[INFO] Building Test - delimited 5.0.0-SNAPSHOT                        [73/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.delimited/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/src/main/java/org/eclipse/persistence/testing/models/jpa/delimited/LargeProject.java:[54,21] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.delimited-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.delimited-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.delimited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.delimited-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.diagnostic >--
[INFO] Building Test - diagnostic 5.0.0-SNAPSHOT                       [74/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/src/main/java/org/eclipse/persistence/testing/models/jpa/diagnostic/DiagnosticTableCreator.java:[24,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.diagnostic-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.diagnostic-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.diagnostic/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.diagnostic-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.extensibility >--
[INFO] Building Test - extensibility 5.0.0-SNAPSHOT                    [75/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.extensibility/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/src/main/java/org/eclipse/persistence/testing/models/jpa/extensibility/ExtensibilityTableCreator.java:[27,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.extensibility-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.extensibility-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.extensibility/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.extensibility-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.fetchgroups >--
[INFO] Building Test - fetchgroups 5.0.0-SNAPSHOT                      [76/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 15 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/src/test/java/org/eclipse/persistence/testing/tests/jpa/QuerySQLTracker.java:[275,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/src/test/java/org/eclipse/persistence/testing/tests/jpa/fetchgroups/FetchGroupsTestBase.java:[24,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.fetchgroups-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.fetchgroups-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-model.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Signing 9 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fetchgroups/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fetchgroups-5.0.0-SNAPSHOT-model.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.fieldaccess.advanced >--
[INFO] Building Test - fieldaccess.advanced 5.0.0-SNAPSHOT             [77/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 38 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[81,5] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[83,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[84,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[85,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[86,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[87,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[88,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[91,5] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[93,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[94,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[98,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[99,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/AdvancedTableCreator.java:[27,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Child.java:[50,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Child.java:[50,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/LargeProject.java:[54,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Parent.java:[54,17] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/SuperLargeProject.java:[26,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/VegetablePK.java:[29,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 31 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2612,8] empty <p> tag
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2615,8] empty <p> tag
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2698,8] empty <p> tag
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2701,8] empty <p> tag
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[3473,8] empty <p> tag
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[3519,8] empty <p> tag
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[3579,8] empty <p> tag
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[3640,8] empty <p> tag
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/QuerySQLTracker.java:[275,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2354,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2359,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2364,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2369,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2374,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.java:[2248,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.java:[2253,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.java:[2258,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.java:[2263,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.java:[2268,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/AdvancedJPAJunitTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/AdvancedJPAJunitTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-model.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-tests.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Signing 10 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT-model.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT-tests.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.fieldaccess.relationships >--
[INFO] Building Test - fieldaccess.relationships 5.0.0-SNAPSHOT        [78/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/relationships/RelationshipsTableManager.java:[27,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.identity >--
[INFO] Building Test - identity 5.0.0-SNAPSHOT                         [79/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.identity/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.identity-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.identity-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.identity/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.identity-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.jpaadvancedproperties >--
[INFO] Building Test - jpaadvancedproperties 5.0.0-SNAPSHOT            [80/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/src/main/java/org/eclipse/persistence/testing/models/jpa/jpaadvancedproperties/JPAPropertiesRelationshipTableManager.java:[26,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpaadvancedproperties/JPAAdvNoProfilerTest.java:[26,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpaadvancedproperties/JPAAdvPerfProfilerTest.java:[27,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpaadvancedproperties/JPAAdvPropertiesTest.java:[47,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.relationships >--
[INFO] Building Test - relationships 5.0.0-SNAPSHOT                    [81/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.relationships/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 31 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/src/main/java/org/eclipse/persistence/testing/models/jpa/relationships/RelationshipsTableManager.java:[35,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/src/main/java/org/eclipse/persistence/testing/models/jpa/virtualattribute/VirtualAttributeTableCreator.java:[24,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 8 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.relationships-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.relationships-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-model.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Signing 9 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.relationships-5.0.0-SNAPSHOT-model.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.jpql >--
[INFO] Building Test - jpql 5.0.0-SNAPSHOT                             [82/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.jpql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 27 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/AdvancedQueryTest.java:[85,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLComplexAggregateTest.java:[70,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLComplexTest.java:[110,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLExamplesTest.java:[54,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLFunctionsTest.java:[50,89] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLFunctionsTest.java:[61,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLInheritanceTest.java:[56,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLJakartaDataNoAliasTest.java:[59,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLModifyTest.java:[59,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLParameterTest.java:[66,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLQueryHelperTest.java:[49,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLSimpleTest.java:[85,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLUnitTest.java:[75,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLValidationTest.java:[77,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/compositepk/JUnitJPQLComplexAggregateTest.java:[53,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/compositepk/JUnitJPQLComplexTest.java:[57,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/derivedid/JUnitJPQLComplexTest.java:[64,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[89,49] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[88,116] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[101,49] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[100,116] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[113,49] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[112,116] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[125,49] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[124,116] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[137,54] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[136,126] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[149,54] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[148,126] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[161,54] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[160,126] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[173,53] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[172,124] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[185,54] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[184,125] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[197,39] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[196,116] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[209,39] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[208,116] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[221,44] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[220,126] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[233,43] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[232,124] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[245,43] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[244,124] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[280,54] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[279,126] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[292,54] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[291,126] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[310,46] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[309,55] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[308,143] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[309,78] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[325,46] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[324,55] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[323,149] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[324,78] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[38,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLModifyTest.java:[55,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/inheritance/AdvancedQueryTest.java:[54,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/inheritance/JUnitJPQLInheritanceTest.java:[56,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/inherited/JUnitJPQLComplexTest.java:[77,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/relationships/AdvancedQueryTest.java:[51,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/relationships/JUnitJPQLComplexAggregateTest.java:[61,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/relationships/JUnitJPQLExamplesTest.java:[50,18] possible 'this' escape before subclass is fully initialized
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLComplexTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLComplexTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.jpql-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.jpql-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jpql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jpql-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.jta >--
[INFO] Building Test - jta 5.0.0-SNAPSHOT                              [83/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.jta/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta-test-sources.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.jta-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.jta-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.jta/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.jta-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.performance >--
[INFO] Building Test - performance 5.0.0-SNAPSHOT                      [84/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.performance/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 10 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/main/java/org/eclipse/persistence/testing/models/jpa/performance/EmployeeTableCreator.java:[27,21] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 50 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/DataNucleusPerformanceRegressionModel.java:[29,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/JPAPerformanceRegressionModel.java:[78,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/EssentialsJPAPerformanceRegressionModel.java:[29,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/HibernateJPAConcurrencyComparisonModel.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/JPAConcurrencyComparisonModel.java:[70,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/HibernateJPAPerformanceRegressionModel.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/JPAEmulatedIsolatedPerformanceRegressionModel.java:[23,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/JPAEmulatedPerformanceRegressionModel.java:[23,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/JPAPerformanceComparisonModel.java:[53,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/OpenJPAPerformanceRegressionModel.java:[31,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/TopLinkJPAPerformanceRegressionModel.java:[29,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/concurrent/BasicMathConcurrentTest.java:[25,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/concurrent/JPAAddPhoneConcurrencyComparisonTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/concurrent/JPAClusteredEJBConcurrencyComparisonTest.java:[42,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/concurrent/JPAComplexUpdateEmployeeConcurrencyComparisonTest.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/concurrent/JPAUpdateAddressConcurrencyComparisonTest.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/concurrent/JPAUpdateEmployeeConcurrencyComparisonTest.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/misc/JPABootstrapPerformanceTest.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/misc/JPAMetadataPerformanceTest.java:[28,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadAllAddressNamedQueryPerformanceComparisonTest.java:[28,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadAllAddressPerformanceComparisonTest.java:[29,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadAllAddressSimpleExpressionPerformanceComparisonTest.java:[28,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadAllEmployeeCompletelyJoinedPerformanceComparisonTest.java:[30,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadAllEmployeeCompletelyPerformanceComparisonTest.java:[30,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadAllEmployeeComplexDynamicExpressionPerformanceComparisonTest.java:[30,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadAllEmployeeComplexExpressionPerformanceComparisonTest.java:[28,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadAllEmployeePerformanceComparisonTest.java:[29,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadAllLargeProjectPerformanceComparisonTest.java:[29,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadAllProjectPerformanceComparisonTest.java:[29,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadAllSmallProjectPerformanceComparisonTest.java:[29,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadObjectAddressExpressionPerformanceComparisonTest.java:[29,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadObjectAddressNamedQueryPerformanceComparisonTest.java:[29,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadObjectAddressPerformanceComparisonTest.java:[32,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadObjectCompletelyEmployeePerformanceComparisonTest.java:[28,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadObjectEmployeePerformanceComparisonTest.java:[28,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadObjectGetAddressPerformanceComparisonTest.java:[28,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/writing/JPAComplexUpdateEmployeePerformanceComparisonTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/writing/JPAInsertAddressPerformanceComparisonTest.java:[26,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/writing/JPAInsertDeleteAddressPerformanceComparisonTest.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/writing/JPAInsertDeleteEmployeePerformanceComparisonTest.java:[31,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/writing/JPAInsertEmployeePerformanceComparisonTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/writing/JPAMassInsertAddressPerformanceComparisonTest.java:[26,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/writing/JPAMassInsertEmployeePerformanceComparisonTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/writing/JPAMassInsertOrMergeEmployeeWithManagementLevelsPerformanceComparisonTest.java:[57,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/writing/JPAUpdateAddressPerformanceComparisonTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/writing/JPAUpdateEmployeePerformanceComparisonTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/TopLinkJPAPerformanceRegressionModel.java: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/TopLinkJPAPerformanceRegressionModel.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/TopLinkJPAPerformanceRegressionModel.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 7 resources
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance_ejb.jar
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-model.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-tests.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Signing 10 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT-model.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT-tests.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.memory >--
[INFO] Building Test - memory 5.0.0-SNAPSHOT                           [85/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.memory/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/src/test/java/org/eclipse/persistence/testing/tests/jpa/memory/JPAMemoryLeakModel.java:[44,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/src/test/java/org/eclipse/persistence/testing/tests/jpa/memory/JPAMemoryRegressionModel.java:[43,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/src/test/java/org/eclipse/persistence/testing/tests/jpa/memory/JPAMemoryTestModel.java:[25,23] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.memory-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.memory-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.memory/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.memory-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.metamodel.aspectj >--
[INFO] Building Test - metamodel.aspectj 5.0.0-SNAPSHOT                [86/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/aspectj-maven-plugin/1.15.0/aspectj-maven-plugin-1.15.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/aspectj-maven-plugin/1.15.0/aspectj-maven-plugin-1.15.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/aspectj-maven-plugin/1.15.0/aspectj-maven-plugin-1.15.0.pom (13 kB at 230 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/aspectj-maven-plugin/1.15.0/aspectj-maven-plugin-1.15.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/aspectj-maven-plugin/1.15.0/aspectj-maven-plugin-1.15.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/aspectj-maven-plugin/1.15.0/aspectj-maven-plugin-1.15.0.jar (60 kB at 2.0 MB/s)
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/classes
[INFO] [EL Info]: processor: Creating static metadata factory ...
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] No processor claimed any of these annotations: /org.aspectj.lang.annotation.Before,/jakarta.persistence.Table,/org.aspectj.lang.annotation.Aspect,/jakarta.persistence.PrePersist,/jakarta.persistence.Entity,/jakarta.persistence.EntityListeners,/jakarta.persistence.Id
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.metamodel.StaticMetamodel,java.compiler/javax.annotation.processing.Generated
[INFO] 
[INFO] --- aspectj:1.15.0:compile (default) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/aspectj/aspectjtools/1.9.22/aspectjtools-1.9.22.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjtools/1.9.22/aspectjtools-1.9.22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjtools/1.9.22/aspectjtools-1.9.22.pom (2.5 kB at 164 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 241 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 370 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 762 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 951 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom
[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 127 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom
[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 sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom (5.3 kB at 172 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom
[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 126 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom (4.2 kB at 149 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom (14 kB at 508 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom (2.6 kB at 175 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (14 kB at 379 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 3.4 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 834 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 446 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 26 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 1.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/27/maven-parent-27.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 3.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/17/apache-17.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 698 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 140 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 424 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 630 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 958 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 226 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 7.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 4.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/project/4.1/project-4.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 8.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 376 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 4.7 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/project/4.0/project-4.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 2.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 9.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/5/commons-parent-5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 1.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 610 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 218 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 278 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 303 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 109 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 291 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 52 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 9.0 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 2.6 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/sslext/sslext/1.2-0/sslext-1.2-0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 326 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 2.2 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 4.9 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-master/4/struts-master-4.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 12 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/2/apache-2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 487 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/antlr/antlr/2.7.2/antlr-2.7.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 145 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 308 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 1.5 MB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/aspectj/aspectjtools/1.9.22/aspectjtools-1.9.22.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.1/commons-logging-1.1.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjtools/1.9.22/aspectjtools-1.9.22.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aspectj/aspectjtools/1.9.22/aspectjtools-1.9.22.jar (15 MB at 89 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.jar
[INFO] 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] 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.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.4/org.eclipse.sisu.plexus-0.3.4.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.jar (47 kB at 2.0 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/commons-logging/commons-logging/1.1/commons-logging-1.1.jar (53 kB at 2.3 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.0/maven-shared-utils-3.2.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.4/org.eclipse.sisu.plexus-0.3.4.jar (205 kB at 7.3 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 5.3 MB/s)
[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.jar (43 kB at 1.3 MB/s)
[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 408 kB/s)
[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 7.7 MB/s)
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/src/test/java/org/eclipse/persistence/testing/tests/jpa/weaving/aspectj/MetamodelAspectJTableCreator.java:[24,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.metamodel.aspectj-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.metamodel.aspectj-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-model.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Signing 9 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.metamodel.aspectj/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-5.0.0-SNAPSHOT-model.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.orphanremoval >--
[INFO] Building Test - orphanremoval 5.0.0-SNAPSHOT                    [87/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 10 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/src/main/java/org/eclipse/persistence/testing/models/jpa/orphanremoval/OrphanRemovalModelTableCreator.java:[29,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.orphanremoval-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.orphanremoval-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.orphanremoval/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.orphanremoval-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.partitioned >--
[INFO] Building Test - partitioned 5.0.0-SNAPSHOT                      [88/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.partitioned/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 13 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/src/main/java/org/eclipse/persistence/testing/models/jpa/partitioned/EmployeePartitioningPolicy.java:[32,26] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/src/main/java/org/eclipse/persistence/testing/models/jpa/partitioned/LargeProject.java:[38,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/src/main/java/org/eclipse/persistence/testing/models/jpa/partitioned/Office.java:[46,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/src/main/java/org/eclipse/persistence/testing/models/jpa/partitioned/PartitionedTableCreator.java:[24,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/src/test/java/org/eclipse/persistence/testing/tests/jpa/partitioned/PartitionedTest.java:[75,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-model.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-tests.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Signing 10 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT-model.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT-tests.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.performance2 >--
[INFO] Building Test - performance2 5.0.0-SNAPSHOT                     [89/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.performance2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 13 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/main/java/org/eclipse/persistence/testing/models/jpa/performance2/EmailAddress.java:[37,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/main/java/org/eclipse/persistence/testing/models/jpa/performance2/EmploymentPeriod.java:[33,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/main/java/org/eclipse/persistence/testing/models/jpa/performance2/EmploymentPeriod.java:[33,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/main/java/org/eclipse/persistence/testing/models/jpa/performance2/EmploymentPeriod.java:[35,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/main/java/org/eclipse/persistence/testing/models/jpa/performance2/EmploymentPeriod.java:[35,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/main/java/org/eclipse/persistence/testing/models/jpa/performance2/PhoneNumber.java:[58,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/main/java/org/eclipse/persistence/testing/models/jpa/performance2/EmployeeTableCreator.java:[27,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/main/java/org/eclipse/persistence/testing/models/jpa/performance2/LargeProject.java:[35,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/main/java/org/eclipse/persistence/testing/models/jpa/performance2/LargeProject.java:[35,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/main/java/org/eclipse/persistence/testing/models/jpa/performance2/SmallProject.java:[36,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 15 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/HibernateJPA2PerformanceRegressionModel.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/JPA2PerformanceRegressionModel.java:[57,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/JPA2IsolatedPerformanceRegressionModel.java:[25,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/JPAPerformanceTestModel.java:[36,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/misc/JPA2BootstrapPerformanceTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/reading/JPA2ReadAllEmployeeCompletelyPerformanceComparisonTest.java:[31,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/reading/JPA2ReadAllEmployeeComplexExpressionPerformanceComparisonTest.java:[35,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/reading/JPA2ReadAllEmployeePerformanceComparisonTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/reading/JPA2ReadAllProjectPerformanceComparisonTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/reading/JPA2ReadObjectCompletelyEmployeePerformanceComparisonTest.java:[28,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/writing/JPA2ComplexUpdateEmployeePerformanceComparisonTest.java:[31,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/writing/JPA2InsertDeleteEmployeePerformanceComparisonTest.java:[32,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/writing/JPA2InsertEmployeePerformanceComparisonTest.java:[31,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/writing/JPA2MassInsertEmployeePerformanceComparisonTest.java:[31,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/writing/JPA2UpdateEmployeePerformanceComparisonTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.performance2-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.performance2-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.performance2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.performance2-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.persistence32 >--
[INFO] Building Test - Jakarta Persistence 3.2 5.0.0-SNAPSHOT          [90/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.persistence32/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [debug deprecation release 17] to target/classes
[INFO] [EL Info]: processor: Creating static metadata factory ...
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.Column,/jakarta.persistence.OneToMany,/jakarta.persistence.JoinColumn,/jakarta.persistence.Table,/jakarta.persistence.CollectionTable,/jakarta.persistence.ManyToMany,/jakarta.persistence.NamedQuery,/jakarta.persistence.ManyToOne,/jakarta.persistence.ElementCollection,/jakarta.persistence.Entity,/jakarta.persistence.Version,/jakarta.persistence.NamedEntityGraph,/jakarta.persistence.NamedNativeQuery,/jakarta.persistence.NamedNativeQueries,/jakarta.persistence.Id,/org.eclipse.persistence.annotations.FetchGroups,/jakarta.persistence.JoinTable
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.metamodel.StaticMetamodel,java.compiler/javax.annotation.processing.Generated
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 18 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/AbstractPokemon.java:[79,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/AbstractSuite.java:[75,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/AbstractSchemaManager.java:[39,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/CriteriaBuilderTest.java:[92,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/DatabaseActionVerifyTest.java:[37,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/EntityGraphTest.java:[55,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/EntityManagerFactoryTest.java:[82,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/EntityManagerTest.java:[62,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/QueryTest.java:[54,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/UnionCriteriaQueryTest.java:[74,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.persistence32-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.persistence32-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32-model.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Signing 9 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.persistence32/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.persistence32-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.persistence32/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.persistence32-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.persistence32/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.persistence32-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.persistence32/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.persistence32-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.persistence32/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.persistence32-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.persistence32/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.persistence32-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.persistence32/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.persistence32-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.persistence32/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.persistence32-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.persistence32/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.persistence32-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.persistence32/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.persistence32-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.persistence32/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.persistence32-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.persistence32/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.persistence32-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.persistence32/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.persistence32-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.persistence32/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.persistence32-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.persistence32/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.persistence32-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.persistence32/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.persistence32-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.persistence32/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.persistence32-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.persistence32/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.persistence32-5.0.0-SNAPSHOT-model.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.privateowned >--
[INFO] Building Test - privateowned 5.0.0-SNAPSHOT                     [91/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.privateowned/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 12 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/src/main/java/org/eclipse/persistence/testing/models/jpa/privateowned/PrivateOwnedModelTableCreator.java:[26,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.privateowned-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.privateowned-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.privateowned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.privateowned-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.pu-with-spaces >--
[INFO] Building Test - pu with spaces 5.0.0-SNAPSHOT                   [92/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.pu-with-spaces-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.pu-with-spaces-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.pu-with-spaces/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.pu-with-spaces-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.remote >--
[INFO] Building Test - remote 5.0.0-SNAPSHOT                           [93/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.remote/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/src/test/java/org.eclipse.persistence.testing.tests.jpa.remote/RemoteEntityManagerTest.java:[41,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.remote-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.remote-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.remote/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.remote-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.sessionbean >--
[INFO] Building Test - sessionbean 5.0.0-SNAPSHOT                      [94/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 12 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/src/main/java/org/eclipse/persistence/testing/models/jpa/attributeconverter/AttributeConverterTableCreator.java:[22,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/src/main/java/org/eclipse/persistence/testing/models/jpa/entitylistener/EntityListenerTableCreator.java:[24,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean-test-sources.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.sessionbean-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.sessionbean-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.sessionbean.ha >--
[INFO] Building Test - sessionbean.ha 5.0.0-SNAPSHOT                   [95/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha-test-sources.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.sessionbean.ha-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.sessionbean.ha-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.sessionbean.ha/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.sessionbean.ha-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.validation >--
[INFO] Building Test - validation 5.0.0-SNAPSHOT                       [96/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.validation/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/src/test/java/org/eclipse/persistence/testing/tests/jpa/validation/QueryParameterValidationTest.java:[31,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.validation-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.validation-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.validation/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.validation-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.weaving >--
[INFO] Building Test - weaving 5.0.0-SNAPSHOT                          [97/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.weaving/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Copying 1 resource from src/main/resources/META-INF to target/classes/META-INF
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/src/test/java/org/eclipse/persistence/testing/tests/jpa/weaving/WeavingTest.java: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/src/test/java/org/eclipse/persistence/testing/tests/jpa/weaving/WeavingTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/src/test/java/org/eclipse/persistence/testing/tests/jpa/weaving/WeavingTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.2.5:test (asm-eclipselink-test) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.2.5:test (asm-ow2-test) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.weaving-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.weaving-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Signing 6 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.weaving/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.weaving-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.weaving/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.weaving-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.weaving/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.weaving-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.weaving/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.weaving-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.weaving/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.weaving-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.weaving/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.weaving-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.weaving/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.weaving-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.weaving/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.weaving-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.weaving/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.weaving-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.weaving/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.weaving-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.weaving/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.weaving-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.weaving/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.weaving-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common >--
[INFO] Building Test - xml.composite.advanced.common 5.0.0-SNAPSHOT    [98/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 24 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/composite/advanced/member_1/AdvancedTableCreator_1.java:[38,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/composite/advanced/member_2/AdvancedTableCreator_2.java:[38,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/composite/advanced/member_3/AdvancedTableCreator_3.java:[38,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_1) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/resources-member_1
[INFO] Copying 12 resources from target/classes to target/member_1
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_2) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/resources-member_2
[INFO] Copying 11 resources from target/classes to target/member_2
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_3) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/resources-member_3
[INFO] Copying 10 resources from target/classes to target/member_3
[INFO] 
[INFO] --- jar:3.3.0:jar (package-composite.advanced.member_1) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_1.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-composite.advanced.member_2) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_2.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-composite.advanced.member_3) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_3.jar
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] skipping...
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_1.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-5.0.0-SNAPSHOT-member_1.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_2.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-5.0.0-SNAPSHOT-member_2.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_3.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-5.0.0-SNAPSHOT-member_3.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-5.0.0-SNAPSHOT-member_1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_2.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-5.0.0-SNAPSHOT-member_2.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_3.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-5.0.0-SNAPSHOT-member_3.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 >--
[INFO] Building Test - xml.composite.advanced.member_1 5.0.0-SNAPSHOT  [99/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 >--
[INFO] Building Test - xml.composite.advanced.member_2 5.0.0-SNAPSHOT [100/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 >--
[INFO] Building Test - xml.composite.advanced.member_3 5.0.0-SNAPSHOT [101/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced >--
[INFO] Building Test - xml.composite.advanced 5.0.0-SNAPSHOT          [102/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/composite/advanced/XmlCompositeAdvancedJUnitTest.java:[93,51] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] 
[INFO] --- dependency:3.6.1:copy-dependencies (get-members-for-resourcelocal) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Copying org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.jar
[INFO] Copying org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.jar
[INFO] Copying org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.jar
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Not generating server-side descriptors...
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/eclipselink-packager/generated
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced_ejb.jar
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-tests.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Signing 9 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-5.0.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-5.0.0-SNAPSHOT-tests.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.advanced >--
[INFO] Building Test - xml.advanced 5.0.0-SNAPSHOT                    [103/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 55 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/AdvancedTableCreator.java:[38,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/compositepk/CompositePKTableCreator.java:[25,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/advanced/XmlAdvancedJunitTest.java:[39,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/advanced/XmlAdvancedTest.java:[93,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/advanced/compositepk/XmlAdvancedCompositePKTest.java:[55,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-model.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-tests.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Signing 10 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT-model.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT-tests.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.advanced >--
[INFO] Building Test - xml.extended.advanced 5.0.0-SNAPSHOT           [104/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-model.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Signing 9 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-5.0.0-SNAPSHOT-model.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria >--
[INFO] Building Test - xml.extended.advanced.additionalcriteria 5.0.0-SNAPSHOT [105/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/additionalcriteria/AdvancedACTableCreator.java:[38,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/extended/advanced/additionalcriteria/XmlExtendedAdvancedACTest.java:[55,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup >--
[INFO] Building Test - xml.extended.advanced.fetchgroup 5.0.0-SNAPSHOT [106/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/fetchgroup/AdvancedFetchGroupTableCreator.java:[24,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/fetchgroup/XmlExtendedFetchGroupTest.java:[45,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-model.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Signing 9 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-5.0.0-SNAPSHOT-model.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate >--
[INFO] Building Test - xml.extended.complexaggregate 5.0.0-SNAPSHOT   [107/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 15 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/complexaggregate/ComplexAggregateTableCreator.java:[31,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/complexaggregate/XmlExtendedComplexAggregateTest.java:[51,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.inheritance >--
[INFO] Building Test - xml.inheritance 5.0.0-SNAPSHOT                 [108/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 34 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inheritance/InheritanceTableCreator.java:[31,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/inheritance/XmlInheritanceTest.java:[59,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-model.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-tests.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Signing 10 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT-model.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT-tests.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.inheritance >--
[INFO] Building Test - xml.extended.inheritance 5.0.0-SNAPSHOT        [109/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.relationships >--
[INFO] Building Test - xml.relationships 5.0.0-SNAPSHOT               [110/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 20 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/relationships/RelationshipsTableManager.java:[28,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/relationships/XmlRelationshipsTest.java:[46,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-model.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-tests.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Signing 10 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT-model.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT-tests.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.relationships >--
[INFO] Building Test - xml.extended.relationships 5.0.0-SNAPSHOT      [111/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.relationships-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.relationships-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 >--
[INFO] Building Test - xml.extended.composite.advanced.member_1 5.0.0-SNAPSHOT [112/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 >--
[INFO] Building Test - xml.extended.composite.advanced.member_2 5.0.0-SNAPSHOT [113/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 >--
[INFO] Building Test - xml.extended.composite.advanced.member_3 5.0.0-SNAPSHOT [114/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] Signing 7 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced >--
[INFO] Building Test - xml.extended.composite.advanced 5.0.0-SNAPSHOT [115/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] 
[INFO] --- dependency:3.6.1:copy-dependencies (get-members-for-resourcelocal) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Copying org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.jar
[INFO] Copying org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.jar
[INFO] Copying org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.jar
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Not generating server-side descriptors...
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/eclipselink-packager/generated
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced_ejb.jar
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.advanced >--
[INFO] Building Test - xml.merge.advanced 5.0.0-SNAPSHOT              [116/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/merge/advanced/XmlMergeAdvancedTest.java:[51,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] 
[INFO] --- dependency:3.6.1:copy-dependencies (get-members-for-resourcelocal) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Copying org.eclipse.persistence.jpa.testapps.advanced-model.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/classes/org.eclipse.persistence.jpa.testapps.advanced-model.jar
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.merge.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.merge.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-model.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Signing 9 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-5.0.0-SNAPSHOT-model.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.advanced/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-5.0.0-SNAPSHOT-model.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning >--
[INFO] Building Test - xml.merge.incompletemappings.nonowning 5.0.0-SNAPSHOT [117/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/merge/incompletemappings/nonowning/RelationshipsTableManager.java:[26,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning >--
[INFO] Building Test - xml.merge.incompletemappings.owning 5.0.0-SNAPSHOT [118/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 10 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/merge/incompletemappings/owning/SecurityBadge.java:[44,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/merge/incompletemappings/owning/AdvancedTableCreator.java:[24,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.inherited >--
[INFO] Building Test - xml.merge.inherited 5.0.0-SNAPSHOT             [119/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Copying 5 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 14 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/merge/inherited/Alpine.java:[29,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/merge/inherited/Alpine.java:[40,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.merge.inherited-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.merge.inherited-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.relationships >--
[INFO] Building Test - xml.merge.relationships 5.0.0-SNAPSHOT         [120/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/merge/relationships/Item.java:[88,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/merge/relationships/Item.java:[88,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/merge/relationships/RelationshipsTableManager.java:[28,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.merge.relationships-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.merge.relationships-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.merge.relationships/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant >--
[INFO] Building Test - xml.advanced.multitenant 5.0.0-SNAPSHOT        [121/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 14 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/multitenant/AdvancedMultiTenantTableCreator.java:[26,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/advanced/EntityMappingsMultitenantJunitBase.java:[46,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant_ejb.jar
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.inherited >--
[INFO] Building Test - xml.inherited 5.0.0-SNAPSHOT                   [122/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 27 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Alpine.java:[26,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Alpine overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/BecksTag.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.BecksTag overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Becks.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Becks overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/CoronaTag.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.CoronaTag overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Corona.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Corona overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Heineken.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Heineken overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/TelephoneNumberPK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.TelephoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/TelephoneNumber.java:[27,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.TelephoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/InheritedTableManager.java:[41,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/inherited/EntityMappingsInheritedJUnitTestCase.java:[83,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.inherited-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.inherited-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.inherited/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.inherited-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.metadatacomplete >--
[INFO] Building Test - xml.metadatacomplete 5.0.0-SNAPSHOT            [123/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional >--
[INFO] Building Test - xml.relationships.unidirectional 5.0.0-SNAPSHOT [124/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 10 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/relationships/unidirectional/AdvancedTableCreator.java:[24,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete >--
[INFO] Building Test - xml.xmlmetadatacomplete 5.0.0-SNAPSHOT         [125/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/xmlmetadatacomplete/XLMMappingMetadataCompleteTableManager.java:[26,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Skipping Derby execution.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.nativeapi >--
[INFO] Building Test - nativeapi 5.0.0-SNAPSHOT                       [126/135]
[INFO]   from jpa/eclipselink.jpa.testapps/nativeapi/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 7 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/src/main/java/org/eclipse/persistence/testing/models/nativeapitest/NativeAPITestTableCreator.java:[23,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi-test-sources.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.nativeapi-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.nativeapi-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi_ejb.jar
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nativeapi/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nativeapi-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.nosql >--
[INFO] Building Persistence TestApps - NoSQL 5.0.0-SNAPSHOT           [127/135]
[INFO]   from jpa/eclipselink.jpa.testapps.nosql/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.nosql-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.nosql-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] pom projects not supported, skipping...
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.nosql ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/target/org.eclipse.persistence.jpa.testapps.nosql.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] Signing 3 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/target/org.eclipse.persistence.jpa.testapps.nosql.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.nosql.mongo >--
[INFO] Building Test - nosql.mongo 5.0.0-SNAPSHOT                     [128/135]
[INFO]   from jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/src/main/java/org/eclipse/persistence/testing/models/jpa/mongo/Order.java:[65,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/src/main/java/org/eclipse/persistence/testing/models/jpa/mongo/Order.java:[65,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/src/main/java/org/eclipse/persistence/testing/models/jpa/mongo/Order.java:[70,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/src/main/java/org/eclipse/persistence/testing/models/jpa/mongo/Order.java:[70,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:start-mongo (start-mongo) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
download https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel80-7.0.0.tgz START
download https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel80-7.0.0.tgz 0% 1% 2% 3% 4% 5% 6% 7% 8% 9% 10% 11% 12% 13% 14% 15% 16% 17% 18% 19% 20% 21% 22% 23% 24% 25% 26% 27% 28% 29% 30% 31% 32% 33% 34% 35% 36% 37% 38% 39% 40% 41% 42% 43% 44% 45% 46% 47% 48% 49% 50% 51% 52% 53% 54% 55% 56% 57% 58% 59% 60% 61% 62% 63% 64% 65% 66% 67% 68% 69% 70% 71% 72% 73% 74% 75% 76% 77% 78% 79% 80% 81% 82% 83% 84% 85% 86% 87% 88% 89% 90% 91% 92% 93% 94% 95% 96% 97% 98% 99% 
download https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel80-7.0.0.tgz DONE
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:stop-mongo (stop-mongo) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[ERROR] Got some response, should be an error message
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo-test-sources.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.nosql.mongo-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.nosql.mongo-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.nosql.mongo/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.nosql.mongo-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle >--
[INFO] Building Persistence TestApps - Oracle DB 5.0.0-SNAPSHOT       [129/135]
[INFO]   from jpa/eclipselink.jpa.testapps.oracle/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] pom projects not supported, skipping...
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/target/org.eclipse.persistence.jpa.testapps.oracle.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] Signing 3 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/target/org.eclipse.persistence.jpa.testapps.oracle.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.customfeatures >--
[INFO] Building Test - oracle.customfeatures 5.0.0-SNAPSHOT           [130/135]
[INFO]   from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/src/main/java/org/eclipse/persistence/testing/models/jpa/customfeatures/Employee.java:[47,5] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/src/main/java/org/eclipse/persistence/testing/models/jpa/customfeatures/Employee.java:[50,35] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/src/main/java/org/eclipse/persistence/testing/models/jpa/customfeatures/Employee.java:[51,35] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/src/main/java/org/eclipse/persistence/testing/models/jpa/customfeatures/Employee.java:[55,5] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/src/main/java/org/eclipse/persistence/testing/models/jpa/customfeatures/Employee.java:[58,35] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/src/main/java/org/eclipse/persistence/testing/models/jpa/customfeatures/Employee.java:[59,35] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/src/main/java/org/eclipse/persistence/testing/models/jpa/customfeatures/EmployeeTableCreator.java:[23,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/src/test/java/org/eclipse/persistence/testing/tests/jpa/customfeatures/CustomFeaturesTest.java:[58,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-test-sources.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.customfeatures-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.customfeatures-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.customfeatures/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.dcn >--
[INFO] Building Test - oracle.dcn 5.0.0-SNAPSHOT                      [131/135]
[INFO]   from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn-test-sources.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.dcn-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.dcn-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.dcn/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.dcn-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.partitioned >--
[INFO] Building Test - oracle.partitioned 5.0.0-SNAPSHOT              [132/135]
[INFO]   from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/src/test/java/org/eclipse/persistence/testing/tests/jpa/partitioned/wls/GridLinkPartitionedTest.java:[25,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned-test-sources.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.partitioned-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.partitioned-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.partitioned/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.partitioned-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.plsql >--
[INFO] Building Test - oracle.plsql 5.0.0-SNAPSHOT                    [133/135]
[INFO]   from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 7 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/src/test/java/org/eclipse/persistence/testing/tests/jpa/plsql/PLSQLTest.java:[61,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/src/test/java/org/eclipse/persistence/testing/tests/jpa/plsql/XMLPLSQLTest.java:[38,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql-test-sources.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.plsql-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.plsql-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.plsql/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.plsql-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication >--
[INFO] Building Test - oracle.proxyauthentication 5.0.0-SNAPSHOT      [134/135]
[INFO]   from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/main/java/org/eclipse/persistence/testing/models/jpa/proxyauthentication/EmployeeTableCreator.java:[23,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/main/java/org/eclipse/persistence/testing/models/jpa/proxyauthentication/PhoneNumberTableCreator.java:[23,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.java:[257,56] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.java:[258,56] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.java:[259,56] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.java:[260,56] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationServerTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationServerTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-test-sources.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication_ejb.jar
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.timestamptz >--
[INFO] Building Test - oracle.timestamptz 5.0.0-SNAPSHOT              [135/135]
[INFO]   from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/src/main/java/org/eclipse/persistence/testing/models/jpa/timestamptz/TimestampTableCreator.java:[25,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/src/test/java/org/eclipse/persistence/testing/tests/jpa/timestamptz/TimeStampTZTest.java:[35,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-test-sources.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.timestamptz-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.timestamptz-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz_ejb.jar
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Signing 8 files with default secret key.
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-5.0.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-5.0.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-5.0.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-5.0.0-SNAPSHOT-test-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz_ejb.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-5.0.0-SNAPSHOT-ejb.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-5.0.0-SNAPSHOT-ear.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-5.0.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-5.0.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-5.0.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-5.0.0-SNAPSHOT-test-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-5.0.0-SNAPSHOT-cyclonedx.xml.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-5.0.0-SNAPSHOT-cyclonedx.json.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz_ejb.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-5.0.0-SNAPSHOT-ejb.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.testapps.oracle.timestamptz/5.0.0-SNAPSHOT/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-5.0.0-SNAPSHOT-ear.jar.asc
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for EclipseLink Parent 5.0.0-SNAPSHOT:
[INFO] 
[INFO] EclipseLink Parent ................................. SUCCESS [01:18 min]
[INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 27.950 s]
[INFO] EclipseLink Core ................................... SUCCESS [ 50.281 s]
[INFO] EclipseLink JSON Extension ......................... SUCCESS [  2.425 s]
[INFO] EclipseLink Oracle Extension ....................... SUCCESS [  4.131 s]
[INFO] EclipseLink Core Test Framework .................... SUCCESS [  6.419 s]
[INFO] EclipseLink PostgreSQL Extension ................... SUCCESS [  2.401 s]
[INFO] EclipseLink MOXy ................................... SUCCESS [ 14.092 s]
[INFO] EclipseLink JPA .................................... SUCCESS [ 13.078 s]
[INFO] EclipseLink JPA Test Framework ..................... SUCCESS [  2.834 s]
[INFO] EclipseLink JPA Model Generator .................... SUCCESS [  3.060 s]
[INFO] EclipseLink JPA-RS Server .......................... SUCCESS [  4.432 s]
[INFO] EclipseLink JPA-RS ................................. SUCCESS [  5.736 s]
[INFO] EclipseLink Core Test .............................. SUCCESS [  8.869 s]
[INFO] EclipseLink CORBA Extension ........................ SUCCESS [  9.773 s]
[INFO] EclipseLink Extension .............................. SUCCESS [  2.816 s]
[INFO] EclipseLink NoSQL Extension ........................ SUCCESS [  4.023 s]
[INFO] EclipseLink MOXy XJC ............................... SUCCESS [  2.140 s]
[INFO] EclipseLink DBWS ................................... SUCCESS [  4.830 s]
[INFO] EclipseLink SDO .................................... SUCCESS [  8.797 s]
[INFO] EclipseLink DBWS Builder ........................... SUCCESS [  4.957 s]
[INFO] EclipseLink Package Rename Utility ................. SUCCESS [  2.019 s]
[INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [  5.330 s]
[INFO] EclipseLink Bundles Parent ......................... SUCCESS [  0.498 s]
[INFO] EclipseLink Bundles MOXy standalone ................ SUCCESS [  1.323 s]
[INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) ..... SUCCESS [ 47.931 s]
[INFO] EclipseLink Bundles tests .......................... SUCCESS [  3.496 s]
[INFO] EclipseLink Test Server Parent ..................... SUCCESS [  5.995 s]
[INFO] EclipseLink JPA Test ............................... SUCCESS [  7.793 s]
[INFO] EclipseLink Bundles Other .......................... SUCCESS [ 11.336 s]
[INFO] EclipseLink Bundles P2 Site ........................ SUCCESS [  2.139 s]
[INFO] EclipseLink Test Server Parent ..................... SUCCESS [  4.953 s]
[INFO] EclipseLink SDO Test Server ........................ SUCCESS [ 11.142 s]
[INFO] EclipseLink JPA JSE Test ........................... SUCCESS [  4.941 s]
[INFO] EclipseLink JPA Spring Test ........................ SUCCESS [  1.353 s]
[INFO] EclipseLink JPA WDF Test ........................... SUCCESS [  2.462 s]
[INFO] EclipseLink Oracle Extension Test .................. SUCCESS [  2.406 s]
[INFO] EclipseLink DBWS Test Oracle ....................... SUCCESS [  1.464 s]
[INFO] EclipseLink DBWS Builder Test Oracle ............... SUCCESS [  2.272 s]
[INFO] EclipseLink DBWS Builder Test Oracle Server ........ SUCCESS [  5.818 s]
[INFO] EclipseLink Package Signature Compare Utility ...... SUCCESS [  2.297 s]
[INFO] Persistence TestApps ............................... SUCCESS [  2.456 s]
[INFO] Test - advanced .................................... SUCCESS [  4.186 s]
[INFO] Test - advanced2 ................................... SUCCESS [  2.031 s]
[INFO] Test - advanced.additionalcriteria ................. SUCCESS [  1.543 s]
[INFO] Test - cacheable ................................... SUCCESS [  1.822 s]
[INFO] Test - advanced.fetchgroup ......................... SUCCESS [  1.647 s]
[INFO] Test - metamodel ................................... SUCCESS [  2.423 s]
[INFO] Test - xml.cacheable ............................... SUCCESS [  1.711 s]
[INFO] Test - advanced.cacheimpl .......................... SUCCESS [  1.711 s]
[INFO] Test - advanced.cascadepersist ..................... SUCCESS [  1.520 s]
[INFO] Test - advanced.compositepk ........................ SUCCESS [  1.737 s]
[INFO] Test - advanced.derivedid .......................... SUCCESS [  1.763 s]
[INFO] Test - advanced.customer ........................... SUCCESS [  1.476 s]
[INFO] Test - advanced.embeddable ......................... SUCCESS [  1.553 s]
[INFO] Test - advanced.multitenant ........................ SUCCESS [  1.610 s]
[INFO] Test - beanvalidation .............................. SUCCESS [  1.635 s]
[INFO] Test - beanvalidation.dynamic ...................... SUCCESS [  1.579 s]
[INFO] Test - cascadedeletes .............................. SUCCESS [  1.559 s]
[INFO] Test - complexaggregate ............................ SUCCESS [  1.619 s]
[INFO] Test - composite.advanced.common ................... SUCCESS [  1.570 s]
[INFO] Test - composite.advanced.member_1 ................. SUCCESS [  1.298 s]
[INFO] Test - composite.advanced.member_2 ................. SUCCESS [  1.344 s]
[INFO] Test - composite.advanced.member_3 ................. SUCCESS [  1.328 s]
[INFO] Test - composite.advanced .......................... SUCCESS [  1.839 s]
[INFO] Test - advanced.inheritance ........................ SUCCESS [  3.038 s]
[INFO] Test - advanced.inherited .......................... SUCCESS [  3.145 s]
[INFO] Test - criteria .................................... SUCCESS [  2.050 s]
[INFO] Test - datatypes ................................... SUCCESS [  1.692 s]
[INFO] Test - datetime .................................... SUCCESS [  1.643 s]
[INFO] Test - ddlgeneration ............................... SUCCESS [  1.697 s]
[INFO] Test - lob ......................................... SUCCESS [  1.698 s]
[INFO] Test - delimited ................................... SUCCESS [  1.589 s]
[INFO] Test - diagnostic .................................. SUCCESS [  1.506 s]
[INFO] Test - extensibility ............................... SUCCESS [  1.549 s]
[INFO] Test - fetchgroups ................................. SUCCESS [  1.784 s]
[INFO] Test - fieldaccess.advanced ........................ SUCCESS [  2.353 s]
[INFO] Test - fieldaccess.relationships ................... SUCCESS [  1.653 s]
[INFO] Test - identity .................................... SUCCESS [  1.582 s]
[INFO] Test - jpaadvancedproperties ....................... SUCCESS [  1.627 s]
[INFO] Test - relationships ............................... SUCCESS [  1.788 s]
[INFO] Test - jpql ........................................ SUCCESS [  2.076 s]
[INFO] Test - jta ......................................... SUCCESS [  1.473 s]
[INFO] Test - performance ................................. SUCCESS [  1.976 s]
[INFO] Test - memory ...................................... SUCCESS [  1.551 s]
[INFO] Test - metamodel.aspectj ........................... SUCCESS [  6.129 s]
[INFO] Test - orphanremoval ............................... SUCCESS [  1.551 s]
[INFO] Test - partitioned ................................. SUCCESS [  1.857 s]
[INFO] Test - performance2 ................................ SUCCESS [  1.687 s]
[INFO] Test - Jakarta Persistence 3.2 ..................... SUCCESS [  2.239 s]
[INFO] Test - privateowned ................................ SUCCESS [  1.562 s]
[INFO] Test - pu with spaces .............................. SUCCESS [  1.490 s]
[INFO] Test - remote ...................................... SUCCESS [  1.576 s]
[INFO] Test - sessionbean ................................. SUCCESS [  1.564 s]
[INFO] Test - sessionbean.ha .............................. SUCCESS [  1.680 s]
[INFO] Test - validation .................................. SUCCESS [  1.617 s]
[INFO] Test - weaving ..................................... SUCCESS [  1.217 s]
[INFO] Test - xml.composite.advanced.common ............... SUCCESS [  1.562 s]
[INFO] Test - xml.composite.advanced.member_1 ............. SUCCESS [  1.327 s]
[INFO] Test - xml.composite.advanced.member_2 ............. SUCCESS [  1.289 s]
[INFO] Test - xml.composite.advanced.member_3 ............. SUCCESS [  1.290 s]
[INFO] Test - xml.composite.advanced ...................... SUCCESS [  1.728 s]
[INFO] Test - xml.advanced ................................ SUCCESS [  2.069 s]
[INFO] Test - xml.extended.advanced ....................... SUCCESS [  1.694 s]
[INFO] Test - xml.extended.advanced.additionalcriteria .... SUCCESS [  1.495 s]
[INFO] Test - xml.extended.advanced.fetchgroup ............ SUCCESS [  1.603 s]
[INFO] Test - xml.extended.complexaggregate ............... SUCCESS [  1.489 s]
[INFO] Test - xml.inheritance ............................. SUCCESS [  1.798 s]
[INFO] Test - xml.extended.inheritance .................... SUCCESS [  1.521 s]
[INFO] Test - xml.relationships ........................... SUCCESS [  1.772 s]
[INFO] Test - xml.extended.relationships .................. SUCCESS [  1.451 s]
[INFO] Test - xml.extended.composite.advanced.member_1 .... SUCCESS [  1.290 s]
[INFO] Test - xml.extended.composite.advanced.member_2 .... SUCCESS [  1.253 s]
[INFO] Test - xml.extended.composite.advanced.member_3 .... SUCCESS [  1.276 s]
[INFO] Test - xml.extended.composite.advanced ............. SUCCESS [  1.458 s]
[INFO] Test - xml.merge.advanced .......................... SUCCESS [  1.690 s]
[INFO] Test - xml.merge.incompletemappings.nonowning ...... SUCCESS [  1.644 s]
[INFO] Test - xml.merge.incompletemappings.owning ......... SUCCESS [  1.536 s]
[INFO] Test - xml.merge.inherited ......................... SUCCESS [  1.535 s]
[INFO] Test - xml.merge.relationships ..................... SUCCESS [  1.541 s]
[INFO] Test - xml.advanced.multitenant .................... SUCCESS [  1.581 s]
[INFO] Test - xml.inherited ............................... SUCCESS [  1.553 s]
[INFO] Test - xml.metadatacomplete ........................ SUCCESS [  1.484 s]
[INFO] Test - xml.relationships.unidirectional ............ SUCCESS [  1.575 s]
[INFO] Test - xml.xmlmetadatacomplete ..................... SUCCESS [  1.459 s]
[INFO] Test - nativeapi ................................... SUCCESS [  1.492 s]
[INFO] Persistence TestApps - NoSQL ....................... SUCCESS [  0.688 s]
[INFO] Test - nosql.mongo ................................. SUCCESS [  5.568 s]
[INFO] Persistence TestApps - Oracle DB ................... SUCCESS [  0.865 s]
[INFO] Test - oracle.customfeatures ....................... SUCCESS [  1.743 s]
[INFO] Test - oracle.dcn .................................. SUCCESS [  1.715 s]
[INFO] Test - oracle.partitioned .......................... SUCCESS [  1.663 s]
[INFO] Test - oracle.plsql ................................ SUCCESS [  1.763 s]
[INFO] Test - oracle.proxyauthentication .................. SUCCESS [  1.771 s]
[INFO] Test - oracle.timestamptz .......................... SUCCESS [  1.800 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  09:25 min
[INFO] Finished at: 2024-04-30T10:40:03Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Spotbugs analyze)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ etc/jenkins/spotbugs.sh
-[ EclipseLink Spotbugs analyze ]-----------------------------------------------------------
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 21.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-21/21.0.2
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] EclipseLink Parent                                                 [pom]
[INFO] EclipseLink Hermes Parser                                          [jar]
[INFO] EclipseLink Core                                                   [jar]
[INFO] EclipseLink JSON Extension                                         [jar]
[INFO] EclipseLink Oracle Extension                                       [jar]
[INFO] EclipseLink Core Test Framework                                    [jar]
[INFO] EclipseLink PostgreSQL Extension                                   [jar]
[INFO] EclipseLink MOXy                                                   [jar]
[INFO] EclipseLink JPA                                                    [jar]
[INFO] EclipseLink JPA Test Framework                                     [jar]
[INFO] EclipseLink JPA Model Generator                                    [jar]
[INFO] EclipseLink JPA-RS Server                                          [jar]
[INFO] EclipseLink JPA-RS                                                 [jar]
[INFO] EclipseLink Core Test                                              [jar]
[INFO] EclipseLink CORBA Extension                                        [jar]
[INFO] EclipseLink Extension                                              [jar]
[INFO] EclipseLink NoSQL Extension                                        [jar]
[INFO] EclipseLink MOXy XJC                                               [jar]
[INFO] EclipseLink DBWS                                                   [jar]
[INFO] EclipseLink SDO                                                    [jar]
[INFO] EclipseLink DBWS Builder                                           [jar]
[INFO] EclipseLink Package Rename Utility                                 [jar]
[INFO] EclipseLink Oracle NoSQL Extension                                 [jar]
[INFO] EclipseLink Bundles Parent                                         [pom]
[INFO] EclipseLink Bundles MOXy standalone                                [pom]
[INFO] EclipseLink Bundles eclipselink.jar (non-OSGi)                     [jar]
[INFO] EclipseLink Bundles tests                                          [jar]
[INFO] EclipseLink Test Server Parent                                     [pom]
[INFO] EclipseLink JPA Test                                               [jar]
[INFO] EclipseLink Bundles Other                                          [jar]
[INFO] EclipseLink Bundles P2 Site                                        [pom]
[INFO] EclipseLink Test Server Parent                                     [pom]
[INFO] EclipseLink SDO Test Server                                        [jar]
[INFO] EclipseLink JPA JSE Test                                           [jar]
[INFO] EclipseLink JPA Spring Test                                        [jar]
[INFO] EclipseLink JPA WDF Test                                           [jar]
[INFO] EclipseLink Oracle Extension Test                                  [jar]
[INFO] EclipseLink DBWS Test Oracle                                       [jar]
[INFO] EclipseLink DBWS Builder Test Oracle                               [jar]
[INFO] EclipseLink DBWS Builder Test Oracle Server                        [jar]
[INFO] EclipseLink Package Signature Compare Utility                      [jar]
[INFO] Persistence TestApps                                               [pom]
[INFO] Test - advanced                                                    [jar]
[INFO] Test - advanced2                                                   [jar]
[INFO] Test - advanced.additionalcriteria                                 [jar]
[INFO] Test - cacheable                                                   [jar]
[INFO] Test - advanced.fetchgroup                                         [jar]
[INFO] Test - metamodel                                                   [jar]
[INFO] Test - xml.cacheable                                               [jar]
[INFO] Test - advanced.cacheimpl                                          [jar]
[INFO] Test - advanced.cascadepersist                                     [jar]
[INFO] Test - advanced.compositepk                                        [jar]
[INFO] Test - advanced.derivedid                                          [jar]
[INFO] Test - advanced.customer                                           [jar]
[INFO] Test - advanced.embeddable                                         [jar]
[INFO] Test - advanced.multitenant                                        [jar]
[INFO] Test - beanvalidation                                              [jar]
[INFO] Test - beanvalidation.dynamic                                      [jar]
[INFO] Test - cascadedeletes                                              [jar]
[INFO] Test - complexaggregate                                            [jar]
[INFO] Test - composite.advanced.common                                   [jar]
[INFO] Test - composite.advanced.member_1                                 [jar]
[INFO] Test - composite.advanced.member_2                                 [jar]
[INFO] Test - composite.advanced.member_3                                 [jar]
[INFO] Test - composite.advanced                                          [jar]
[INFO] Test - advanced.inheritance                                        [jar]
[INFO] Test - advanced.inherited                                          [jar]
[INFO] Test - criteria                                                    [jar]
[INFO] Test - datatypes                                                   [jar]
[INFO] Test - datetime                                                    [jar]
[INFO] Test - ddlgeneration                                               [jar]
[INFO] Test - lob                                                         [jar]
[INFO] Test - delimited                                                   [jar]
[INFO] Test - diagnostic                                                  [jar]
[INFO] Test - extensibility                                               [jar]
[INFO] Test - fetchgroups                                                 [jar]
[INFO] Test - fieldaccess.advanced                                        [jar]
[INFO] Test - fieldaccess.relationships                                   [jar]
[INFO] Test - identity                                                    [jar]
[INFO] Test - jpaadvancedproperties                                       [jar]
[INFO] Test - relationships                                               [jar]
[INFO] Test - jpql                                                        [jar]
[INFO] Test - jta                                                         [jar]
[INFO] Test - performance                                                 [jar]
[INFO] Test - memory                                                      [jar]
[INFO] Test - metamodel.aspectj                                           [jar]
[INFO] Test - orphanremoval                                               [jar]
[INFO] Test - partitioned                                                 [jar]
[INFO] Test - performance2                                                [jar]
[INFO] Test - Jakarta Persistence 3.2                                     [jar]
[INFO] Test - privateowned                                                [jar]
[INFO] Test - pu with spaces                                              [jar]
[INFO] Test - remote                                                      [jar]
[INFO] Test - sessionbean                                                 [jar]
[INFO] Test - sessionbean.ha                                              [jar]
[INFO] Test - validation                                                  [jar]
[INFO] Test - weaving                                                     [jar]
[INFO] Test - xml.composite.advanced.common                               [jar]
[INFO] Test - xml.composite.advanced.member_1                             [jar]
[INFO] Test - xml.composite.advanced.member_2                             [jar]
[INFO] Test - xml.composite.advanced.member_3                             [jar]
[INFO] Test - xml.composite.advanced                                      [jar]
[INFO] Test - xml.advanced                                                [jar]
[INFO] Test - xml.extended.advanced                                       [jar]
[INFO] Test - xml.extended.advanced.additionalcriteria                    [jar]
[INFO] Test - xml.extended.advanced.fetchgroup                            [jar]
[INFO] Test - xml.extended.complexaggregate                               [jar]
[INFO] Test - xml.inheritance                                             [jar]
[INFO] Test - xml.extended.inheritance                                    [jar]
[INFO] Test - xml.relationships                                           [jar]
[INFO] Test - xml.extended.relationships                                  [jar]
[INFO] Test - xml.extended.composite.advanced.member_1                    [jar]
[INFO] Test - xml.extended.composite.advanced.member_2                    [jar]
[INFO] Test - xml.extended.composite.advanced.member_3                    [jar]
[INFO] Test - xml.extended.composite.advanced                             [jar]
[INFO] Test - xml.merge.advanced                                          [jar]
[INFO] Test - xml.merge.incompletemappings.nonowning                      [jar]
[INFO] Test - xml.merge.incompletemappings.owning                         [jar]
[INFO] Test - xml.merge.inherited                                         [jar]
[INFO] Test - xml.merge.relationships                                     [jar]
[INFO] Test - xml.advanced.multitenant                                    [jar]
[INFO] Test - xml.inherited                                               [jar]
[INFO] Test - xml.metadatacomplete                                        [jar]
[INFO] Test - xml.relationships.unidirectional                            [jar]
[INFO] Test - xml.xmlmetadatacomplete                                     [jar]
[INFO] Test - nativeapi                                                   [jar]
[INFO] Persistence TestApps - NoSQL                                       [pom]
[INFO] Test - nosql.mongo                                                 [jar]
[INFO] Persistence TestApps - Oracle DB                                   [pom]
[INFO] Test - oracle.customfeatures                                       [jar]
[INFO] Test - oracle.dcn                                                  [jar]
[INFO] Test - oracle.partitioned                                          [jar]
[INFO] Test - oracle.plsql                                                [jar]
[INFO] Test - oracle.proxyauthentication                                  [jar]
[INFO] Test - oracle.timestamptz                                          [jar]
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-maven-plugin/4.8.3.1/spotbugs-maven-plugin-4.8.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-maven-plugin/4.8.3.1/spotbugs-maven-plugin-4.8.3.1.pom (43 kB at 146 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/hazendaz/base-parent/44/base-parent-44.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/hazendaz/base-parent/44/base-parent-44.pom (90 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-bom/9.6/asm-bom-9.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-bom/9.6/asm-bom-9.6.pom (3.2 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-bom/4.0.18/groovy-bom-4.0.18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-bom/4.0.18/groovy-bom-4.0.18.pom (27 kB at 1.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-maven-plugin/4.8.3.1/spotbugs-maven-plugin-4.8.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-maven-plugin/4.8.3.1/spotbugs-maven-plugin-4.8.3.1.jar (170 kB at 2.3 MB/s)
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.parent >-------
[INFO] Building EclipseLink Parent 5.0.0-SNAPSHOT                       [1/135]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.parent ---
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs/4.8.3/spotbugs-4.8.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs/4.8.3/spotbugs-4.8.3.pom (6.7 kB at 176 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom (2.6 kB at 874 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom (2.9 kB at 979 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/bcel/bcel/6.8.0/bcel-6.8.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/bcel/bcel/6.8.0/bcel-6.8.0.pom (22 kB at 414 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.pom (5.4 kB at 339 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/dom4j/dom4j/2.1.4/dom4j-2.1.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/dom4j/dom4j/2.1.4/dom4j-2.1.4.pom (2.7 kB at 148 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/4.8.3/spotbugs-annotations-4.8.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/4.8.3/spotbugs-annotations-4.8.3.pom (3.3 kB at 63 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.22.0/log4j-core-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.22.0/log4j-core-2.22.0.pom (10 kB at 140 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.22.0/log4j-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.22.0/log4j-2.22.0.pom (35 kB at 479 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.22.0/log4j-bom-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.22.0/log4j-bom-2.22.0.pom (12 kB at 143 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/10.4.0/logging-parent-10.4.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/10.4.0/logging-parent-10.4.0.pom (51 kB at 943 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-bom/3.0.19/groovy-bom-3.0.19.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-bom/3.0.19/groovy-bom-3.0.19.pom (26 kB at 734 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.16.0/jackson-bom-2.16.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.16.0/jackson-bom-2.16.0.pom (18 kB at 570 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom (6.5 kB at 2.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/56/oss-parent-56.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/56/oss-parent-56.pom (24 kB at 5.9 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakarta.jakartaee-bom/9.1.0/jakarta.jakartaee-bom-9.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakarta.jakartaee-bom/9.1.0/jakarta.jakartaee-bom-9.1.0.pom (9.6 kB at 682 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakartaee-api-parent/9.1.0/jakartaee-api-parent-9.1.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakartaee-api-parent/9.1.0/jakartaee-api-parent-9.1.0.pom (15 kB at 873 kB/s)
[INFO] Artifact org.eclipse.ee4j:project:pom:1.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Artifact org.eclipse.ee4j:project:pom:1.0.7 is present in the local repository, but cached from a remote repository ID that is unavailable in current build context, verifying that is downloadable from [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (0 B at 0 B/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/9.4.53.v20231009/jetty-bom-9.4.53.v20231009.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/9.4.53.v20231009/jetty-bom-9.4.53.v20231009.pom (18 kB at 453 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-bom/5.12.4/kubernetes-client-bom-5.12.4.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-bom/5.12.4/kubernetes-client-bom-5.12.4.pom (26 kB at 754 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom (3.2 kB at 394 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.101.Final/netty-bom-4.1.101.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.101.Final/netty-bom-4.1.101.Final.pom (13 kB at 553 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.31/spring-framework-bom-5.3.31.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.31/spring-framework-bom-5.3.31.pom (5.7 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.22.0/log4j-api-2.22.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.22.0/log4j-api-2.22.0.pom (3.9 kB at 56 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-to-slf4j/2.22.1/log4j-to-slf4j-2.22.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-to-slf4j/2.22.1/log4j-to-slf4j-2.22.1.pom (4.5 kB at 156 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.22.1/log4j-2.22.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.22.1/log4j-2.22.1.pom (37 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.22.1/log4j-bom-2.22.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.22.1/log4j-bom-2.22.1.pom (12 kB at 239 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/10.5.0/logging-parent-10.5.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/10.5.0/logging-parent-10.5.0.pom (52 kB at 840 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.104.Final/netty-bom-4.1.104.Final.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.104.Final/netty-bom-4.1.104.Final.pom (14 kB at 474 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.pom (3.9 kB at 96 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/2.0.12/jcl-over-slf4j-2.0.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/2.0.12/jcl-over-slf4j-2.0.12.pom (1.7 kB at 133 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.12/slf4j-simple-2.0.12.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.12/slf4j-simple-2.0.12.pom (1.3 kB at 146 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/bcel/bcel/6.8.1/bcel-6.8.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/bcel/bcel/6.8.1/bcel-6.8.1.pom (21 kB at 318 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy/4.0.18/groovy-4.0.18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy/4.0.18/groovy-4.0.18.pom (24 kB at 455 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-ant/4.0.18/groovy-ant-4.0.18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-ant/4.0.18/groovy-ant-4.0.18.pom (24 kB at 571 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-groovydoc/4.0.18/groovy-groovydoc-4.0.18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-groovydoc/4.0.18/groovy-groovydoc-4.0.18.pom (23 kB at 526 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-dateutil/4.0.18/groovy-dateutil-4.0.18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-dateutil/4.0.18/groovy-dateutil-4.0.18.pom (23 kB at 513 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-docgenerator/4.0.18/groovy-docgenerator-4.0.18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-docgenerator/4.0.18/groovy-docgenerator-4.0.18.pom (23 kB at 383 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-templates/4.0.18/groovy-templates-4.0.18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-templates/4.0.18/groovy-templates-4.0.18.pom (23 kB at 474 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-xml/4.0.18/groovy-xml-4.0.18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-xml/4.0.18/groovy-xml-4.0.18.pom (23 kB at 426 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom (18 kB at 550 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-json/4.0.18/groovy-json-4.0.18.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-json/4.0.18/groovy-json-4.0.18.pom (23 kB at 410 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/javaparser/javaparser-core/3.25.8/javaparser-core-3.25.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/javaparser/javaparser-core/3.25.8/javaparser-core-3.25.8.pom (4.9 kB at 181 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/javaparser/javaparser-parent/3.25.8/javaparser-parent-3.25.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/javaparser/javaparser-parent/3.25.8/javaparser-parent-3.25.8.pom (24 kB at 760 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.pom (13 kB at 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/33.0.0-jre/guava-parent-33.0.0-jre.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/33.0.0-jre/guava-parent-33.0.0-jre.pom (19 kB at 1.3 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.41.0/checker-qual-3.41.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.41.0/checker-qual-3.41.0.pom (2.1 kB at 191 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.pom (1.8 kB at 92 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.23.0/error_prone_parent-2.23.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.23.0/error_prone_parent-2.23.0.pom (13 kB at 427 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom (2.9 kB at 154 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 589 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 660 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 311 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 558 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 20 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 309 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 1.1 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.2/commons-chain-1.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.2/commons-chain-1.2.pom (10 kB at 233 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/10/commons-parent-10.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/10/commons-parent-10.pom (23 kB at 253 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/2.1/commons-digester-2.1.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/2.1/commons-digester-2.1.pom (10 kB at 933 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.3.0/plexus-resources-1.3.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.3.0/plexus-resources-1.3.0.pom (4.0 kB at 309 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs/4.8.3/spotbugs-4.8.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs/4.8.3/spotbugs-4.8.3.jar (3.8 MB at 21 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/dom4j/dom4j/2.1.4/dom4j-2.1.4.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/4.8.3/spotbugs-annotations-4.8.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.22.0/log4j-core-2.22.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-to-slf4j/2.22.1/log4j-to-slf4j-2.22.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/dom4j/dom4j/2.1.4/dom4j-2.1.4.jar (325 kB at 13 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/stephenc/jcip/jcip-annotations/1.0-1/jcip-annotations-1.0-1.jar (4.7 kB at 80 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/2.0.12/jcl-over-slf4j-2.0.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/2.0.12/jcl-over-slf4j-2.0.12.jar (18 kB at 279 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.12/slf4j-simple-2.0.12.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/2.0.12/slf4j-simple-2.0.12.jar (16 kB at 209 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar (34 kB at 436 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar (335 kB at 4.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/bcel/bcel/6.8.1/bcel-6.8.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-to-slf4j/2.22.1/log4j-to-slf4j-2.22.1.jar (23 kB at 269 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy/4.0.18/groovy-4.0.18.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar (91 kB at 1.0 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-ant/4.0.18/groovy-ant-4.0.18.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/4.8.3/spotbugs-annotations-4.8.3.jar (15 kB at 148 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-groovydoc/4.0.18/groovy-groovydoc-4.0.18.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/bcel/bcel/6.8.1/bcel-6.8.1.jar (729 kB at 4.5 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-dateutil/4.0.18/groovy-dateutil-4.0.18.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-groovydoc/4.0.18/groovy-groovydoc-4.0.18.jar (144 kB at 896 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-docgenerator/4.0.18/groovy-docgenerator-4.0.18.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-ant/4.0.18/groovy-ant-4.0.18.jar (71 kB at 427 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar (180 kB at 917 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-json/4.0.18/groovy-json-4.0.18.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-dateutil/4.0.18/groovy-dateutil-4.0.18.jar (7.9 kB at 39 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-templates/4.0.18/groovy-templates-4.0.18.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-docgenerator/4.0.18/groovy-docgenerator-4.0.18.jar (114 kB at 524 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-xml/4.0.18/groovy-xml-4.0.18.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-json/4.0.18/groovy-json-4.0.18.jar (130 kB at 532 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/javaparser/javaparser-core/3.25.8/javaparser-core-3.25.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-templates/4.0.18/groovy-templates-4.0.18.jar (92 kB at 376 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.22.0/log4j-core-2.22.0.jar (1.9 MB at 7.6 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.41.0/checker-qual-3.41.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy-xml/4.0.18/groovy-xml-4.0.18.jar (213 kB at 808 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.41.0/checker-qual-3.41.0.jar (229 kB at 821 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.23.0/error_prone_annotations-2.23.0.jar (17 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.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar (9.3 kB at 32 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/javaparser/javaparser-core/3.25.8/javaparser-core-3.25.8.jar (1.4 MB at 4.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 665 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.2/commons-chain-1.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 657 kB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/2.1/commons-digester-2.1.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.jar (3.0 MB at 9.8 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.3.0/plexus-resources-1.3.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/groovy/groovy/4.0.18/groovy-4.0.18.jar (7.6 MB at 24 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 139 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.2/commons-chain-1.2.jar (92 kB at 287 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.3.0/plexus-resources-1.3.0.jar (23 kB at 70 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/2.1/commons-digester-2.1.jar (197 kB at 602 kB/s)
[INFO] 
[INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------
[INFO] Building EclipseLink Hermes Parser 5.0.0-SNAPSHOT                [2/135]
[INFO]   from jpa/org.eclipse.persistence.jpa.jpql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Fork Value is true
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/h3xstream/findsecbugs/findsecbugs-plugin/1.11.0/findsecbugs-plugin-1.11.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h3xstream/findsecbugs/findsecbugs-plugin/1.11.0/findsecbugs-plugin-1.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h3xstream/findsecbugs/findsecbugs-plugin/1.11.0/findsecbugs-plugin-1.11.0.pom (7.0 kB at 62 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/h3xstream/findsecbugs/findsecbugs-root-pom/1.11.0/findsecbugs-root-pom-1.11.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h3xstream/findsecbugs/findsecbugs-root-pom/1.11.0/findsecbugs-root-pom-1.11.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h3xstream/findsecbugs/findsecbugs-root-pom/1.11.0/findsecbugs-root-pom-1.11.0.pom (15 kB at 222 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/h3xstream/findsecbugs/findsecbugs-plugin/1.11.0/findsecbugs-plugin-1.11.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h3xstream/findsecbugs/findsecbugs-plugin/1.11.0/findsecbugs-plugin-1.11.0.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h3xstream/findsecbugs/findsecbugs-plugin/1.11.0/findsecbugs-plugin-1.11.0.jar (458 kB at 4.9 MB/s)
     [java] The following classes needed for analysis were missing:
     [java]   makeConcatWithConstants
     [java]   run
     [java]   get
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >--------
[INFO] Building EclipseLink Core 5.0.0-SNAPSHOT                         [3/135]
[INFO]   from foundation/org.eclipse.persistence.core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.core ---
[INFO] Fork Value is true
     [java] The following classes needed for analysis were missing:
     [java]   makeConcatWithConstants
     [java]   apply
     [java]   test
     [java]   accept
     [java]   call
     [java]   get
     [java]   run
     [java]   applyAsInt
     [java]   compare
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.json >--------
[INFO] Building EclipseLink JSON Extension 5.0.0-SNAPSHOT               [4/135]
[INFO]   from foundation/org.eclipse.persistence.json/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.json ---
[INFO] Fork Value is true
     [java] The following classes needed for analysis were missing:
     [java]   get
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >-------
[INFO] Building EclipseLink Oracle Extension 5.0.0-SNAPSHOT             [5/135]
[INFO]   from foundation/org.eclipse.persistence.oracle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.oracle ---
[INFO] Fork Value is true
     [java] The following classes needed for analysis were missing:
     [java]   makeConcatWithConstants
     [java]   apply
     [java]   get
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.core.test.framework >--
[INFO] Building EclipseLink Core Test Framework 5.0.0-SNAPSHOT          [6/135]
[INFO]   from foundation/org.eclipse.persistence.core.test.framework/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.core.test.framework ---
[INFO] Fork Value is true
     [java] The following classes needed for analysis were missing:
     [java]   makeConcatWithConstants
     [java]   apply
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.pgsql >--------
[INFO] Building EclipseLink PostgreSQL Extension 5.0.0-SNAPSHOT         [7/135]
[INFO]   from foundation/org.eclipse.persistence.pgsql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.pgsql ---
[INFO] Fork Value is true
     [java] The following classes needed for analysis were missing:
     [java]   get
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >--------
[INFO] Building EclipseLink MOXy 5.0.0-SNAPSHOT                         [8/135]
[INFO]   from moxy/org.eclipse.persistence.moxy/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.moxy ---
[INFO] Fork Value is true
     [java] The following classes needed for analysis were missing:
     [java]   makeConcatWithConstants
     [java]   call
     [java]   get
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >---------
[INFO] Building EclipseLink JPA 5.0.0-SNAPSHOT                          [9/135]
[INFO]   from jpa/org.eclipse.persistence.jpa/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa ---
[INFO] Fork Value is true
     [java] The following classes needed for analysis were missing:
     [java]   makeConcatWithConstants
     [java]   apply
     [java]   hashCode
     [java]   toString
     [java]   equals
     [java]   accept
     [java]   call
     [java]   test
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.test.framework >--
[INFO] Building EclipseLink JPA Test Framework 5.0.0-SNAPSHOT          [10/135]
[INFO]   from jpa/org.eclipse.persistence.jpa.test.framework/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Fork Value is true
     [java] The following classes needed for analysis were missing:
     [java]   makeConcatWithConstants
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor >--
[INFO] Building EclipseLink JPA Model Generator 5.0.0-SNAPSHOT         [11/135]
[INFO]   from jpa/org.eclipse.persistence.jpa.modelgen/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Fork Value is true
     [java] The following classes needed for analysis were missing:
     [java]   hashCode
     [java]   toString
     [java]   equals
     [java]   makeConcatWithConstants
     [java]   test
     [java]   apply
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpars.server >----
[INFO] Building EclipseLink JPA-RS Server 5.0.0-SNAPSHOT               [12/135]
[INFO]   from jpa/org.eclipse.persistence.jpars.server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpars.server ---
[INFO] Fork Value is true
     [java] The following classes needed for analysis were missing:
     [java]   makeConcatWithConstants
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >--------
[INFO] Building EclipseLink JPA-RS 5.0.0-SNAPSHOT                      [13/135]
[INFO]   from jpa/org.eclipse.persistence.jpars/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpars ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] -----< org.eclipse.persistence:org.eclipse.persistence.core.test >------
[INFO] Building EclipseLink Core Test 5.0.0-SNAPSHOT                   [14/135]
[INFO]   from foundation/eclipselink.core.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.corba >--------
[INFO] Building EclipseLink CORBA Extension 5.0.0-SNAPSHOT             [15/135]
[INFO]   from foundation/org.eclipse.persistence.corba/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.corba ---
[INFO] Fork Value is true
     [java] The following classes needed for analysis were missing:
     [java]   makeConcatWithConstants
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------
[INFO] Building EclipseLink Extension 5.0.0-SNAPSHOT                   [16/135]
[INFO]   from foundation/org.eclipse.persistence.extension/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.extension ---
[INFO] Fork Value is true
     [java] The following classes needed for analysis were missing:
     [java]   makeConcatWithConstants
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >--------
[INFO] Building EclipseLink NoSQL Extension 5.0.0-SNAPSHOT             [17/135]
[INFO]   from foundation/org.eclipse.persistence.nosql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.nosql ---
[INFO] Fork Value is true
     [java] The following classes needed for analysis were missing:
     [java]   makeConcatWithConstants
     [java]   apply
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] ---< org.eclipse.persistence:org.eclipse.persistence.moxy.utils.xjc >---
[INFO] Building EclipseLink MOXy XJC 5.0.0-SNAPSHOT                    [18/135]
[INFO]   from moxy/org.eclipse.persistence.moxy.utils.xjc/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Fork Value is true
     [java] The following classes needed for analysis were missing:
     [java]   makeConcatWithConstants
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >--------
[INFO] Building EclipseLink DBWS 5.0.0-SNAPSHOT                        [19/135]
[INFO]   from dbws/org.eclipse.persistence.dbws/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.dbws ---
[INFO] Fork Value is true
     [java] The following classes needed for analysis were missing:
     [java]   makeConcatWithConstants
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >---------
[INFO] Building EclipseLink SDO 5.0.0-SNAPSHOT                         [20/135]
[INFO]   from sdo/org.eclipse.persistence.sdo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.sdo ---
[INFO] Fork Value is true
     [java] The following classes needed for analysis were missing:
     [java]   makeConcatWithConstants
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >----
[INFO] Building EclipseLink DBWS Builder 5.0.0-SNAPSHOT                [21/135]
[INFO]   from utils/org.eclipse.persistence.dbws.builder/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.dbws.builder ---
[INFO] Fork Value is true
     [java] The following classes needed for analysis were missing:
     [java]   makeConcatWithConstants
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.utils.rename >----
[INFO] Building EclipseLink Package Rename Utility 5.0.0-SNAPSHOT      [22/135]
[INFO]   from utils/eclipselink.utils.rename/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.utils.rename ---
[INFO] Fork Value is true
     [java] The following classes needed for analysis were missing:
     [java]   makeConcatWithConstants
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >----
[INFO] Building EclipseLink Oracle NoSQL Extension 5.0.0-SNAPSHOT      [23/135]
[INFO]   from foundation/org.eclipse.persistence.oracle.nosql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Fork Value is true
     [java] The following classes needed for analysis were missing:
     [java]   test
     [java]   makeConcatWithConstants
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] ------< org.eclipse.persistence:org.eclipse.persistence.bundles >-------
[INFO] Building EclipseLink Bundles Parent 5.0.0-SNAPSHOT              [24/135]
[INFO]   from bundles/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --------------< org.eclipse.persistence:moxy-standalone >---------------
[INFO] Building EclipseLink Bundles MOXy standalone 5.0.0-SNAPSHOT     [25/135]
[INFO]   from bundles/moxy-standalone/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ moxy-standalone ---
[INFO] 
[INFO] ----------------< org.eclipse.persistence:eclipselink >-----------------
[INFO] Building EclipseLink Bundles eclipselink.jar (non-OSGi) 5.0.0-SNAPSHOT [26/135]
[INFO]   from bundles/eclipselink/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ eclipselink ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.distribution.tests >--
[INFO] Building EclipseLink Bundles tests 5.0.0-SNAPSHOT               [27/135]
[INFO]   from bundles/tests/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.test.server.parent >--
[INFO] Building EclipseLink Test Server Parent 5.0.0-SNAPSHOT          [28/135]
[INFO]   from testing/server/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.test >------
[INFO] Building EclipseLink JPA Test 5.0.0-SNAPSHOT                    [29/135]
[INFO]   from jpa/eclipselink.jpa.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] ---< org.eclipse.persistence:org.eclipse.persistence.bundles.other >----
[INFO] Building EclipseLink Bundles Other 5.0.0-SNAPSHOT               [30/135]
[INFO]   from bundles/others/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] -------------------< org.eclipse.persistence:p2site >-------------------
[INFO] Building EclipseLink Bundles P2 Site 5.0.0-SNAPSHOT             [31/135]
[INFO]   from bundles/p2site/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ p2site ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.oracle.test.server.parent >--
[INFO] Building EclipseLink Test Server Parent 5.0.0-SNAPSHOT          [32/135]
[INFO]   from testing/server-oracle/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.sdo.server.test >---
[INFO] Building EclipseLink SDO Test Server 5.0.0-SNAPSHOT             [33/135]
[INFO]   from sdo/eclipselink.sdo.test.server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.jse.test >----
[INFO] Building EclipseLink JPA JSE Test 5.0.0-SNAPSHOT                [34/135]
[INFO]   from jpa/eclipselink.jpa.test.jse/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.spring.test >---
[INFO] Building EclipseLink JPA Spring Test 5.0.0-SNAPSHOT             [35/135]
[INFO]   from jpa/eclipselink.jpa.spring.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.wdf.test >----
[INFO] Building EclipseLink JPA WDF Test 5.0.0-SNAPSHOT                [36/135]
[INFO]   from jpa/eclipselink.jpa.wdf.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.test >-----
[INFO] Building EclipseLink Oracle Extension Test 5.0.0-SNAPSHOT       [37/135]
[INFO]   from foundation/org.eclipse.persistence.oracle.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.oracle.test >--
[INFO] Building EclipseLink DBWS Test Oracle 5.0.0-SNAPSHOT            [38/135]
[INFO]   from dbws/eclipselink.dbws.test.oracle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.test >--
[INFO] Building EclipseLink DBWS Builder Test Oracle 5.0.0-SNAPSHOT    [39/135]
[INFO]   from utils/eclipselink.dbws.builder.test.oracle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.server.test >--
[INFO] Building EclipseLink DBWS Builder Test Oracle Server 5.0.0-SNAPSHOT [40/135]
[INFO]   from utils/eclipselink.dbws.builder.test.oracle.server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.utils.sigcompare >--
[INFO] Building EclipseLink Package Signature Compare Utility 5.0.0-SNAPSHOT [41/135]
[INFO]   from utils/eclipselink.utils.sigcompare/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Fork Value is true
     [java] The following classes needed for analysis were missing:
     [java]   makeConcatWithConstants
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps >----
[INFO] Building Persistence TestApps 5.0.0-SNAPSHOT                    [42/135]
[INFO]   from jpa/eclipselink.jpa.testapps/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced >--
[INFO] Building Test - advanced 5.0.0-SNAPSHOT                         [43/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced2 >--
[INFO] Building Test - advanced2 5.0.0-SNAPSHOT                        [44/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria >--
[INFO] Building Test - advanced.additionalcriteria 5.0.0-SNAPSHOT      [45/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.cacheable >--
[INFO] Building Test - cacheable 5.0.0-SNAPSHOT                        [46/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.cacheable/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.fetchgroup >--
[INFO] Building Test - advanced.fetchgroup 5.0.0-SNAPSHOT              [47/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.metamodel >--
[INFO] Building Test - metamodel 5.0.0-SNAPSHOT                        [48/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.metamodel/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.cacheable >--
[INFO] Building Test - xml.cacheable 5.0.0-SNAPSHOT                    [49/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.cacheimpl >--
[INFO] Building Test - advanced.cacheimpl 5.0.0-SNAPSHOT               [50/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.cascadepersist >--
[INFO] Building Test - advanced.cascadepersist 5.0.0-SNAPSHOT          [51/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.compositepk >--
[INFO] Building Test - advanced.compositepk 5.0.0-SNAPSHOT             [52/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.derivedid >--
[INFO] Building Test - advanced.derivedid 5.0.0-SNAPSHOT               [53/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.customer >--
[INFO] Building Test - advanced.customer 5.0.0-SNAPSHOT                [54/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.embeddable >--
[INFO] Building Test - advanced.embeddable 5.0.0-SNAPSHOT              [55/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.multitenant >--
[INFO] Building Test - advanced.multitenant 5.0.0-SNAPSHOT             [56/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.beanvalidation >--
[INFO] Building Test - beanvalidation 5.0.0-SNAPSHOT                   [57/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic >--
[INFO] Building Test - beanvalidation.dynamic 5.0.0-SNAPSHOT           [58/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.cascadedeletes >--
[INFO] Building Test - cascadedeletes 5.0.0-SNAPSHOT                   [59/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.complexaggregate >--
[INFO] Building Test - complexaggregate 5.0.0-SNAPSHOT                 [60/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.common >--
[INFO] Building Test - composite.advanced.common 5.0.0-SNAPSHOT        [61/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 >--
[INFO] Building Test - composite.advanced.member_1 5.0.0-SNAPSHOT      [62/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 >--
[INFO] Building Test - composite.advanced.member_2 5.0.0-SNAPSHOT      [63/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 >--
[INFO] Building Test - composite.advanced.member_3 5.0.0-SNAPSHOT      [64/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced >--
[INFO] Building Test - composite.advanced 5.0.0-SNAPSHOT               [65/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.inheritance >--
[INFO] Building Test - advanced.inheritance 5.0.0-SNAPSHOT             [66/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.inheritance/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.inherited >--
[INFO] Building Test - advanced.inherited 5.0.0-SNAPSHOT               [67/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.inherited/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.criteria >--
[INFO] Building Test - criteria 5.0.0-SNAPSHOT                         [68/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.criteria/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.datatypes >--
[INFO] Building Test - datatypes 5.0.0-SNAPSHOT                        [69/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.datatypes/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.datetime >--
[INFO] Building Test - datetime 5.0.0-SNAPSHOT                         [70/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.datetime/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.ddlgeneration >--
[INFO] Building Test - ddlgeneration 5.0.0-SNAPSHOT                    [71/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.lob >--
[INFO] Building Test - lob 5.0.0-SNAPSHOT                              [72/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.lob/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.delimited >--
[INFO] Building Test - delimited 5.0.0-SNAPSHOT                        [73/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.delimited/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.diagnostic >--
[INFO] Building Test - diagnostic 5.0.0-SNAPSHOT                       [74/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.extensibility >--
[INFO] Building Test - extensibility 5.0.0-SNAPSHOT                    [75/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.extensibility/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.fetchgroups >--
[INFO] Building Test - fetchgroups 5.0.0-SNAPSHOT                      [76/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.fieldaccess.advanced >--
[INFO] Building Test - fieldaccess.advanced 5.0.0-SNAPSHOT             [77/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.fieldaccess.relationships >--
[INFO] Building Test - fieldaccess.relationships 5.0.0-SNAPSHOT        [78/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.identity >--
[INFO] Building Test - identity 5.0.0-SNAPSHOT                         [79/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.identity/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.jpaadvancedproperties >--
[INFO] Building Test - jpaadvancedproperties 5.0.0-SNAPSHOT            [80/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.relationships >--
[INFO] Building Test - relationships 5.0.0-SNAPSHOT                    [81/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.relationships/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.jpql >--
[INFO] Building Test - jpql 5.0.0-SNAPSHOT                             [82/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.jpql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.jta >--
[INFO] Building Test - jta 5.0.0-SNAPSHOT                              [83/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.jta/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.performance >--
[INFO] Building Test - performance 5.0.0-SNAPSHOT                      [84/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.performance/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.memory >--
[INFO] Building Test - memory 5.0.0-SNAPSHOT                           [85/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.memory/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.metamodel.aspectj >--
[INFO] Building Test - metamodel.aspectj 5.0.0-SNAPSHOT                [86/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.orphanremoval >--
[INFO] Building Test - orphanremoval 5.0.0-SNAPSHOT                    [87/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.partitioned >--
[INFO] Building Test - partitioned 5.0.0-SNAPSHOT                      [88/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.partitioned/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.performance2 >--
[INFO] Building Test - performance2 5.0.0-SNAPSHOT                     [89/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.performance2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.persistence32 >--
[INFO] Building Test - Jakarta Persistence 3.2 5.0.0-SNAPSHOT          [90/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.persistence32/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.privateowned >--
[INFO] Building Test - privateowned 5.0.0-SNAPSHOT                     [91/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.privateowned/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.pu-with-spaces >--
[INFO] Building Test - pu with spaces 5.0.0-SNAPSHOT                   [92/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.remote >--
[INFO] Building Test - remote 5.0.0-SNAPSHOT                           [93/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.remote/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.sessionbean >--
[INFO] Building Test - sessionbean 5.0.0-SNAPSHOT                      [94/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.sessionbean.ha >--
[INFO] Building Test - sessionbean.ha 5.0.0-SNAPSHOT                   [95/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.validation >--
[INFO] Building Test - validation 5.0.0-SNAPSHOT                       [96/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.validation/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.weaving >--
[INFO] Building Test - weaving 5.0.0-SNAPSHOT                          [97/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.weaving/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common >--
[INFO] Building Test - xml.composite.advanced.common 5.0.0-SNAPSHOT    [98/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 >--
[INFO] Building Test - xml.composite.advanced.member_1 5.0.0-SNAPSHOT  [99/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 >--
[INFO] Building Test - xml.composite.advanced.member_2 5.0.0-SNAPSHOT [100/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 >--
[INFO] Building Test - xml.composite.advanced.member_3 5.0.0-SNAPSHOT [101/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced >--
[INFO] Building Test - xml.composite.advanced 5.0.0-SNAPSHOT          [102/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.advanced >--
[INFO] Building Test - xml.advanced 5.0.0-SNAPSHOT                    [103/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.advanced >--
[INFO] Building Test - xml.extended.advanced 5.0.0-SNAPSHOT           [104/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria >--
[INFO] Building Test - xml.extended.advanced.additionalcriteria 5.0.0-SNAPSHOT [105/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup >--
[INFO] Building Test - xml.extended.advanced.fetchgroup 5.0.0-SNAPSHOT [106/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate >--
[INFO] Building Test - xml.extended.complexaggregate 5.0.0-SNAPSHOT   [107/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.inheritance >--
[INFO] Building Test - xml.inheritance 5.0.0-SNAPSHOT                 [108/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.inheritance >--
[INFO] Building Test - xml.extended.inheritance 5.0.0-SNAPSHOT        [109/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.relationships >--
[INFO] Building Test - xml.relationships 5.0.0-SNAPSHOT               [110/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.relationships >--
[INFO] Building Test - xml.extended.relationships 5.0.0-SNAPSHOT      [111/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 >--
[INFO] Building Test - xml.extended.composite.advanced.member_1 5.0.0-SNAPSHOT [112/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 >--
[INFO] Building Test - xml.extended.composite.advanced.member_2 5.0.0-SNAPSHOT [113/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 >--
[INFO] Building Test - xml.extended.composite.advanced.member_3 5.0.0-SNAPSHOT [114/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced >--
[INFO] Building Test - xml.extended.composite.advanced 5.0.0-SNAPSHOT [115/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.advanced >--
[INFO] Building Test - xml.merge.advanced 5.0.0-SNAPSHOT              [116/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning >--
[INFO] Building Test - xml.merge.incompletemappings.nonowning 5.0.0-SNAPSHOT [117/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning >--
[INFO] Building Test - xml.merge.incompletemappings.owning 5.0.0-SNAPSHOT [118/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.inherited >--
[INFO] Building Test - xml.merge.inherited 5.0.0-SNAPSHOT             [119/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.relationships >--
[INFO] Building Test - xml.merge.relationships 5.0.0-SNAPSHOT         [120/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant >--
[INFO] Building Test - xml.advanced.multitenant 5.0.0-SNAPSHOT        [121/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.inherited >--
[INFO] Building Test - xml.inherited 5.0.0-SNAPSHOT                   [122/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.metadatacomplete >--
[INFO] Building Test - xml.metadatacomplete 5.0.0-SNAPSHOT            [123/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional >--
[INFO] Building Test - xml.relationships.unidirectional 5.0.0-SNAPSHOT [124/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete >--
[INFO] Building Test - xml.xmlmetadatacomplete 5.0.0-SNAPSHOT         [125/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.nativeapi >--
[INFO] Building Test - nativeapi 5.0.0-SNAPSHOT                       [126/135]
[INFO]   from jpa/eclipselink.jpa.testapps/nativeapi/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.nosql >--
[INFO] Building Persistence TestApps - NoSQL 5.0.0-SNAPSHOT           [127/135]
[INFO]   from jpa/eclipselink.jpa.testapps.nosql/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.nosql.mongo >--
[INFO] Building Test - nosql.mongo 5.0.0-SNAPSHOT                     [128/135]
[INFO]   from jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle >--
[INFO] Building Persistence TestApps - Oracle DB 5.0.0-SNAPSHOT       [129/135]
[INFO]   from jpa/eclipselink.jpa.testapps.oracle/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.customfeatures >--
[INFO] Building Test - oracle.customfeatures 5.0.0-SNAPSHOT           [130/135]
[INFO]   from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.dcn >--
[INFO] Building Test - oracle.dcn 5.0.0-SNAPSHOT                      [131/135]
[INFO]   from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.partitioned >--
[INFO] Building Test - oracle.partitioned 5.0.0-SNAPSHOT              [132/135]
[INFO]   from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.plsql >--
[INFO] Building Test - oracle.plsql 5.0.0-SNAPSHOT                    [133/135]
[INFO]   from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication >--
[INFO] Building Test - oracle.proxyauthentication 5.0.0-SNAPSHOT      [134/135]
[INFO]   from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.timestamptz >--
[INFO] Building Test - oracle.timestamptz 5.0.0-SNAPSHOT              [135/135]
[INFO]   from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- spotbugs:4.8.3.1:spotbugs (default-cli) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for EclipseLink Parent 5.0.0-SNAPSHOT:
[INFO] 
[INFO] EclipseLink Parent ................................. SUCCESS [  3.815 s]
[INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 24.777 s]
[INFO] EclipseLink Core ................................... SUCCESS [01:35 min]
[INFO] EclipseLink JSON Extension ......................... SUCCESS [  3.334 s]
[INFO] EclipseLink Oracle Extension ....................... SUCCESS [  8.243 s]
[INFO] EclipseLink Core Test Framework .................... SUCCESS [ 15.871 s]
[INFO] EclipseLink PostgreSQL Extension ................... SUCCESS [  4.226 s]
[INFO] EclipseLink MOXy ................................... SUCCESS [ 20.046 s]
[INFO] EclipseLink JPA .................................... SUCCESS [ 30.229 s]
[INFO] EclipseLink JPA Test Framework ..................... SUCCESS [  4.761 s]
[INFO] EclipseLink JPA Model Generator .................... SUCCESS [  6.145 s]
[INFO] EclipseLink JPA-RS Server .......................... SUCCESS [ 10.071 s]
[INFO] EclipseLink JPA-RS ................................. SUCCESS [  2.840 s]
[INFO] EclipseLink Core Test .............................. SUCCESS [  0.010 s]
[INFO] EclipseLink CORBA Extension ........................ SUCCESS [  6.478 s]
[INFO] EclipseLink Extension .............................. SUCCESS [  3.712 s]
[INFO] EclipseLink NoSQL Extension ........................ SUCCESS [  7.403 s]
[INFO] EclipseLink MOXy XJC ............................... SUCCESS [  2.952 s]
[INFO] EclipseLink DBWS ................................... SUCCESS [  8.461 s]
[INFO] EclipseLink SDO .................................... SUCCESS [ 15.338 s]
[INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 11.333 s]
[INFO] EclipseLink Package Rename Utility ................. SUCCESS [  3.670 s]
[INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [  7.607 s]
[INFO] EclipseLink Bundles Parent ......................... SUCCESS [  0.005 s]
[INFO] EclipseLink Bundles MOXy standalone ................ SUCCESS [  0.008 s]
[INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) ..... SUCCESS [  0.028 s]
[INFO] EclipseLink Bundles tests .......................... SUCCESS [  0.054 s]
[INFO] EclipseLink Test Server Parent ..................... SUCCESS [  0.003 s]
[INFO] EclipseLink JPA Test ............................... SUCCESS [  0.441 s]
[INFO] EclipseLink Bundles Other .......................... SUCCESS [  0.042 s]
[INFO] EclipseLink Bundles P2 Site ........................ SUCCESS [  0.030 s]
[INFO] EclipseLink Test Server Parent ..................... SUCCESS [  0.003 s]
[INFO] EclipseLink SDO Test Server ........................ SUCCESS [  0.043 s]
[INFO] EclipseLink JPA JSE Test ........................... SUCCESS [  0.030 s]
[INFO] EclipseLink JPA Spring Test ........................ SUCCESS [  0.013 s]
[INFO] EclipseLink JPA WDF Test ........................... SUCCESS [  0.006 s]
[INFO] EclipseLink Oracle Extension Test .................. SUCCESS [  0.007 s]
[INFO] EclipseLink DBWS Test Oracle ....................... SUCCESS [  0.006 s]
[INFO] EclipseLink DBWS Builder Test Oracle ............... SUCCESS [  0.009 s]
[INFO] EclipseLink DBWS Builder Test Oracle Server ........ SUCCESS [  0.007 s]
[INFO] EclipseLink Package Signature Compare Utility ...... SUCCESS [  3.347 s]
[INFO] Persistence TestApps ............................... SUCCESS [  0.006 s]
[INFO] Test - advanced .................................... SUCCESS [  0.005 s]
[INFO] Test - advanced2 ................................... SUCCESS [  0.006 s]
[INFO] Test - advanced.additionalcriteria ................. SUCCESS [  0.005 s]
[INFO] Test - cacheable ................................... SUCCESS [  0.005 s]
[INFO] Test - advanced.fetchgroup ......................... SUCCESS [  0.005 s]
[INFO] Test - metamodel ................................... SUCCESS [  0.006 s]
[INFO] Test - xml.cacheable ............................... SUCCESS [  0.005 s]
[INFO] Test - advanced.cacheimpl .......................... SUCCESS [  0.010 s]
[INFO] Test - advanced.cascadepersist ..................... SUCCESS [  0.006 s]
[INFO] Test - advanced.compositepk ........................ SUCCESS [  0.006 s]
[INFO] Test - advanced.derivedid .......................... SUCCESS [  0.006 s]
[INFO] Test - advanced.customer ........................... SUCCESS [  0.005 s]
[INFO] Test - advanced.embeddable ......................... SUCCESS [  0.005 s]
[INFO] Test - advanced.multitenant ........................ SUCCESS [  0.005 s]
[INFO] Test - beanvalidation .............................. SUCCESS [  0.005 s]
[INFO] Test - beanvalidation.dynamic ...................... SUCCESS [  0.006 s]
[INFO] Test - cascadedeletes .............................. SUCCESS [  0.005 s]
[INFO] Test - complexaggregate ............................ SUCCESS [  0.005 s]
[INFO] Test - composite.advanced.common ................... SUCCESS [  0.005 s]
[INFO] Test - composite.advanced.member_1 ................. SUCCESS [  0.006 s]
[INFO] Test - composite.advanced.member_2 ................. SUCCESS [  0.006 s]
[INFO] Test - composite.advanced.member_3 ................. SUCCESS [  0.006 s]
[INFO] Test - composite.advanced .......................... SUCCESS [  0.008 s]
[INFO] Test - advanced.inheritance ........................ SUCCESS [  0.005 s]
[INFO] Test - advanced.inherited .......................... SUCCESS [  0.005 s]
[INFO] Test - criteria .................................... SUCCESS [  0.008 s]
[INFO] Test - datatypes ................................... SUCCESS [  0.005 s]
[INFO] Test - datetime .................................... SUCCESS [  0.005 s]
[INFO] Test - ddlgeneration ............................... SUCCESS [  0.005 s]
[INFO] Test - lob ......................................... SUCCESS [  0.006 s]
[INFO] Test - delimited ................................... SUCCESS [  0.007 s]
[INFO] Test - diagnostic .................................. SUCCESS [  0.005 s]
[INFO] Test - extensibility ............................... SUCCESS [  0.004 s]
[INFO] Test - fetchgroups ................................. SUCCESS [  0.006 s]
[INFO] Test - fieldaccess.advanced ........................ SUCCESS [  0.005 s]
[INFO] Test - fieldaccess.relationships ................... SUCCESS [  0.006 s]
[INFO] Test - identity .................................... SUCCESS [  0.005 s]
[INFO] Test - jpaadvancedproperties ....................... SUCCESS [  0.005 s]
[INFO] Test - relationships ............................... SUCCESS [  0.005 s]
[INFO] Test - jpql ........................................ SUCCESS [  0.009 s]
[INFO] Test - jta ......................................... SUCCESS [  0.004 s]
[INFO] Test - performance ................................. SUCCESS [  0.005 s]
[INFO] Test - memory ...................................... SUCCESS [  0.007 s]
[INFO] Test - metamodel.aspectj ........................... SUCCESS [  0.006 s]
[INFO] Test - orphanremoval ............................... SUCCESS [  0.005 s]
[INFO] Test - partitioned ................................. SUCCESS [  0.005 s]
[INFO] Test - performance2 ................................ SUCCESS [  0.016 s]
[INFO] Test - Jakarta Persistence 3.2 ..................... SUCCESS [  0.009 s]
[INFO] Test - privateowned ................................ SUCCESS [  0.005 s]
[INFO] Test - pu with spaces .............................. SUCCESS [  0.005 s]
[INFO] Test - remote ...................................... SUCCESS [  0.008 s]
[INFO] Test - sessionbean ................................. SUCCESS [  0.006 s]
[INFO] Test - sessionbean.ha .............................. SUCCESS [  0.005 s]
[INFO] Test - validation .................................. SUCCESS [  0.005 s]
[INFO] Test - weaving ..................................... SUCCESS [  0.006 s]
[INFO] Test - xml.composite.advanced.common ............... SUCCESS [  0.005 s]
[INFO] Test - xml.composite.advanced.member_1 ............. SUCCESS [  0.006 s]
[INFO] Test - xml.composite.advanced.member_2 ............. SUCCESS [  0.008 s]
[INFO] Test - xml.composite.advanced.member_3 ............. SUCCESS [  0.009 s]
[INFO] Test - xml.composite.advanced ...................... SUCCESS [  0.014 s]
[INFO] Test - xml.advanced ................................ SUCCESS [  0.006 s]
[INFO] Test - xml.extended.advanced ....................... SUCCESS [  0.006 s]
[INFO] Test - xml.extended.advanced.additionalcriteria .... SUCCESS [  0.005 s]
[INFO] Test - xml.extended.advanced.fetchgroup ............ SUCCESS [  0.006 s]
[INFO] Test - xml.extended.complexaggregate ............... SUCCESS [  0.005 s]
[INFO] Test - xml.inheritance ............................. SUCCESS [  0.005 s]
[INFO] Test - xml.extended.inheritance .................... SUCCESS [  0.006 s]
[INFO] Test - xml.relationships ........................... SUCCESS [  0.005 s]
[INFO] Test - xml.extended.relationships .................. SUCCESS [  0.006 s]
[INFO] Test - xml.extended.composite.advanced.member_1 .... SUCCESS [  0.006 s]
[INFO] Test - xml.extended.composite.advanced.member_2 .... SUCCESS [  0.005 s]
[INFO] Test - xml.extended.composite.advanced.member_3 .... SUCCESS [  0.005 s]
[INFO] Test - xml.extended.composite.advanced ............. SUCCESS [  0.007 s]
[INFO] Test - xml.merge.advanced .......................... SUCCESS [  0.005 s]
[INFO] Test - xml.merge.incompletemappings.nonowning ...... SUCCESS [  0.004 s]
[INFO] Test - xml.merge.incompletemappings.owning ......... SUCCESS [  0.005 s]
[INFO] Test - xml.merge.inherited ......................... SUCCESS [  0.005 s]
[INFO] Test - xml.merge.relationships ..................... SUCCESS [  0.004 s]
[INFO] Test - xml.advanced.multitenant .................... SUCCESS [  0.005 s]
[INFO] Test - xml.inherited ............................... SUCCESS [  0.005 s]
[INFO] Test - xml.metadatacomplete ........................ SUCCESS [  0.005 s]
[INFO] Test - xml.relationships.unidirectional ............ SUCCESS [  0.005 s]
[INFO] Test - xml.xmlmetadatacomplete ..................... SUCCESS [  0.005 s]
[INFO] Test - nativeapi ................................... SUCCESS [  0.004 s]
[INFO] Persistence TestApps - NoSQL ....................... SUCCESS [  0.006 s]
[INFO] Test - nosql.mongo ................................. SUCCESS [  0.014 s]
[INFO] Persistence TestApps - Oracle DB ................... SUCCESS [  0.009 s]
[INFO] Test - oracle.customfeatures ....................... SUCCESS [  0.006 s]
[INFO] Test - oracle.dcn .................................. SUCCESS [  0.006 s]
[INFO] Test - oracle.partitioned .......................... SUCCESS [  0.007 s]
[INFO] Test - oracle.plsql ................................ SUCCESS [  0.006 s]
[INFO] Test - oracle.proxyauthentication .................. SUCCESS [  0.006 s]
[INFO] Test - oracle.timestamptz .......................... SUCCESS [  0.006 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  05:02 min
[INFO] Finished at: 2024-04-30T10:45:08Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Tests)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ etc/jenkins/test.sh
-[ EclipseLink Tests LRG ]-----------------------------------------------------------
-[ EclipseLink SRG Tests ]-----------------------------------------------------------
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 21.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-21/21.0.2
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] EclipseLink Parent                                                 [pom]
[INFO] EclipseLink Hermes Parser                                          [jar]
[INFO] EclipseLink Core                                                   [jar]
[INFO] EclipseLink JSON Extension                                         [jar]
[INFO] EclipseLink Oracle Extension                                       [jar]
[INFO] EclipseLink Core Test Framework                                    [jar]
[INFO] EclipseLink PostgreSQL Extension                                   [jar]
[INFO] EclipseLink MOXy                                                   [jar]
[INFO] EclipseLink JPA                                                    [jar]
[INFO] EclipseLink JPA Test Framework                                     [jar]
[INFO] EclipseLink JPA Model Generator                                    [jar]
[INFO] EclipseLink JPA-RS Server                                          [jar]
[INFO] EclipseLink JPA-RS                                                 [jar]
[INFO] EclipseLink Core Test                                              [jar]
[INFO] EclipseLink CORBA Extension                                        [jar]
[INFO] EclipseLink Extension                                              [jar]
[INFO] EclipseLink NoSQL Extension                                        [jar]
[INFO] EclipseLink MOXy XJC                                               [jar]
[INFO] EclipseLink DBWS                                                   [jar]
[INFO] EclipseLink SDO                                                    [jar]
[INFO] EclipseLink DBWS Builder                                           [jar]
[INFO] EclipseLink Package Rename Utility                                 [jar]
[INFO] EclipseLink Oracle NoSQL Extension                                 [jar]
[INFO] EclipseLink Bundles Parent                                         [pom]
[INFO] EclipseLink Bundles MOXy standalone                                [pom]
[INFO] EclipseLink Bundles eclipselink.jar (non-OSGi)                     [jar]
[INFO] EclipseLink Bundles tests                                          [jar]
[INFO] EclipseLink Test Server Parent                                     [pom]
[INFO] EclipseLink JPA Test                                               [jar]
[INFO] EclipseLink Bundles Other                                          [jar]
[INFO] EclipseLink Bundles P2 Site                                        [pom]
[INFO] EclipseLink Test Server Parent                                     [pom]
[INFO] EclipseLink SDO Test Server                                        [jar]
[INFO] EclipseLink JPA JSE Test                                           [jar]
[INFO] EclipseLink JPA Spring Test                                        [jar]
[INFO] EclipseLink JPA WDF Test                                           [jar]
[INFO] EclipseLink Oracle Extension Test                                  [jar]
[INFO] EclipseLink DBWS Test Oracle                                       [jar]
[INFO] EclipseLink DBWS Builder Test Oracle                               [jar]
[INFO] EclipseLink DBWS Builder Test Oracle Server                        [jar]
[INFO] EclipseLink Package Signature Compare Utility                      [jar]
[INFO] Persistence TestApps                                               [pom]
[INFO] Test - advanced                                                    [jar]
[INFO] Test - advanced2                                                   [jar]
[INFO] Test - advanced.additionalcriteria                                 [jar]
[INFO] Test - cacheable                                                   [jar]
[INFO] Test - advanced.fetchgroup                                         [jar]
[INFO] Test - metamodel                                                   [jar]
[INFO] Test - xml.cacheable                                               [jar]
[INFO] Test - advanced.cacheimpl                                          [jar]
[INFO] Test - advanced.cascadepersist                                     [jar]
[INFO] Test - advanced.compositepk                                        [jar]
[INFO] Test - advanced.derivedid                                          [jar]
[INFO] Test - advanced.customer                                           [jar]
[INFO] Test - advanced.embeddable                                         [jar]
[INFO] Test - advanced.multitenant                                        [jar]
[INFO] Test - beanvalidation                                              [jar]
[INFO] Test - beanvalidation.dynamic                                      [jar]
[INFO] Test - cascadedeletes                                              [jar]
[INFO] Test - complexaggregate                                            [jar]
[INFO] Test - composite.advanced.common                                   [jar]
[INFO] Test - composite.advanced.member_1                                 [jar]
[INFO] Test - composite.advanced.member_2                                 [jar]
[INFO] Test - composite.advanced.member_3                                 [jar]
[INFO] Test - composite.advanced                                          [jar]
[INFO] Test - advanced.inheritance                                        [jar]
[INFO] Test - advanced.inherited                                          [jar]
[INFO] Test - criteria                                                    [jar]
[INFO] Test - datatypes                                                   [jar]
[INFO] Test - datetime                                                    [jar]
[INFO] Test - ddlgeneration                                               [jar]
[INFO] Test - lob                                                         [jar]
[INFO] Test - delimited                                                   [jar]
[INFO] Test - diagnostic                                                  [jar]
[INFO] Test - extensibility                                               [jar]
[INFO] Test - fetchgroups                                                 [jar]
[INFO] Test - fieldaccess.advanced                                        [jar]
[INFO] Test - fieldaccess.relationships                                   [jar]
[INFO] Test - identity                                                    [jar]
[INFO] Test - jpaadvancedproperties                                       [jar]
[INFO] Test - relationships                                               [jar]
[INFO] Test - jpql                                                        [jar]
[INFO] Test - jta                                                         [jar]
[INFO] Test - performance                                                 [jar]
[INFO] Test - memory                                                      [jar]
[INFO] Test - metamodel.aspectj                                           [jar]
[INFO] Test - orphanremoval                                               [jar]
[INFO] Test - partitioned                                                 [jar]
[INFO] Test - performance2                                                [jar]
[INFO] Test - Jakarta Persistence 3.2                                     [jar]
[INFO] Test - privateowned                                                [jar]
[INFO] Test - pu with spaces                                              [jar]
[INFO] Test - remote                                                      [jar]
[INFO] Test - sessionbean                                                 [jar]
[INFO] Test - sessionbean.ha                                              [jar]
[INFO] Test - validation                                                  [jar]
[INFO] Test - weaving                                                     [jar]
[INFO] Test - xml.composite.advanced.common                               [jar]
[INFO] Test - xml.composite.advanced.member_1                             [jar]
[INFO] Test - xml.composite.advanced.member_2                             [jar]
[INFO] Test - xml.composite.advanced.member_3                             [jar]
[INFO] Test - xml.composite.advanced                                      [jar]
[INFO] Test - xml.advanced                                                [jar]
[INFO] Test - xml.extended.advanced                                       [jar]
[INFO] Test - xml.extended.advanced.additionalcriteria                    [jar]
[INFO] Test - xml.extended.advanced.fetchgroup                            [jar]
[INFO] Test - xml.extended.complexaggregate                               [jar]
[INFO] Test - xml.inheritance                                             [jar]
[INFO] Test - xml.extended.inheritance                                    [jar]
[INFO] Test - xml.relationships                                           [jar]
[INFO] Test - xml.extended.relationships                                  [jar]
[INFO] Test - xml.extended.composite.advanced.member_1                    [jar]
[INFO] Test - xml.extended.composite.advanced.member_2                    [jar]
[INFO] Test - xml.extended.composite.advanced.member_3                    [jar]
[INFO] Test - xml.extended.composite.advanced                             [jar]
[INFO] Test - xml.merge.advanced                                          [jar]
[INFO] Test - xml.merge.incompletemappings.nonowning                      [jar]
[INFO] Test - xml.merge.incompletemappings.owning                         [jar]
[INFO] Test - xml.merge.inherited                                         [jar]
[INFO] Test - xml.merge.relationships                                     [jar]
[INFO] Test - xml.advanced.multitenant                                    [jar]
[INFO] Test - xml.inherited                                               [jar]
[INFO] Test - xml.metadatacomplete                                        [jar]
[INFO] Test - xml.relationships.unidirectional                            [jar]
[INFO] Test - xml.xmlmetadatacomplete                                     [jar]
[INFO] Test - nativeapi                                                   [jar]
[INFO] Persistence TestApps - NoSQL                                       [pom]
[INFO] Test - nosql.mongo                                                 [jar]
[INFO] Persistence TestApps - Oracle DB                                   [pom]
[INFO] Test - oracle.customfeatures                                       [jar]
[INFO] Test - oracle.dcn                                                  [jar]
[INFO] Test - oracle.partitioned                                          [jar]
[INFO] Test - oracle.plsql                                                [jar]
[INFO] Test - oracle.proxyauthentication                                  [jar]
[INFO] Test - oracle.timestamptz                                          [jar]
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.parent >-------
[INFO] Building EclipseLink Parent 5.0.0-SNAPSHOT                       [1/135]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.parent ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.parent ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- assembly:3.7.1:single (build-resources) @ org.eclipse.persistence.parent ---
[INFO] Reading assembly descriptor: src/main/assembly/common-license.xml
[INFO] Reading assembly descriptor: src/main/assembly/common-javadoc.xml
[INFO] Reading assembly descriptor: src/main/assembly/test-defaults.xml
[INFO] Reading assembly descriptor: src/main/assembly/test-report.xml
[INFO] Reading assembly descriptor: src/main/assembly/spotbugs-filter.xml
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-common-license.zip
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-javadoc-resources.zip
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-test-defaults.zip
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-test-report.zip
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-master/target/org.eclipse.persistence.parent-5.0.0-SNAPSHOT-spotbugs-filter.zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.parent ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.parent ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.parent ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.parent ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.parent ---
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.parent ---
[INFO] CycloneDX: Resolving Aggregated Dependencies
[WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.codehaus.mojo/animal-sniffer-annotations@1.9?type=jar
[INFO] CycloneDX: Creating BOM version 1.4 with 296 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.parent-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/target/bom.json
[WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
[INFO]            attaching as org.eclipse.persistence.parent-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.parent ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.parent ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------
[INFO] Building EclipseLink Hermes Parser 5.0.0-SNAPSHOT                [2/135]
[INFO]   from jpa/org.eclipse.persistence.jpa.jpql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.jpql ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Nothing to compile - all classes are up to date.
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Nothing to compile - all classes are up to date.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-junit4/3.2.5/surefire-junit4-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.2.5/surefire-junit4-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.2.5/surefire-junit4-3.2.5.pom (3.0 kB at 41 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-providers/3.2.5/surefire-providers-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.2.5/surefire-providers-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.2.5/surefire-providers-3.2.5.pom (2.6 kB at 119 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.pom (3.1 kB at 142 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.pom (2.8 kB at 107 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.pom (2.8 kB at 148 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-junit4/3.2.5/surefire-junit4-3.2.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.2.5/surefire-junit4-3.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.2.5/surefire-junit4-3.2.5.jar (18 kB at 1.2 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.2.5/common-junit4-3.2.5.jar (26 kB at 808 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.2.5/common-java5-3.2.5.jar (18 kB at 516 kB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.2.5/common-junit3-3.2.5.jar (12 kB at 322 kB/s)
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.jpa.tests.jpql.AllHermesTests
[WARNING] Tests run: 114096, Failures: 0, Errors: 0, Skipped: 75, Time elapsed: 14.34 s -- in org.eclipse.persistence.jpa.tests.jpql.AllHermesTests
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 114096, Failures: 0, Errors: 0, Skipped: 75
[INFO] 
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.jpql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.jpql ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.jpql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.jpql ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.jpql-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.jpql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.jpql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >--------
[INFO] Building EclipseLink Core 5.0.0-SNAPSHOT                         [3/135]
[INFO]   from foundation/org.eclipse.persistence.core/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.core ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- buildnumber:3.2.0:create-timestamp (build.date) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create-timestamp (build.time) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (default) @ org.eclipse.persistence.core ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core
[INFO] Storing buildNumber: f194e68fa0461568024ab143e1706207931f37ba at timestamp: 1714473951557
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core
[INFO] Storing scmBranch: master
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.core ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.core ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.core ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.core ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.core ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.core ---
[INFO] Copying 7 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.core ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1751 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] module name in --add-exports option not found: org.eclipse.persistence.core.test
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Constants.java:[25,8] class org.eclipse.persistence.internal.oxm.Constants in exported package org.eclipse.persistence.internal.oxm declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[27,30] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession
  missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession<DESCRIPTOR,LOGIN,PLATFORM,PROJECT,SESSION_EVENT_MANAGER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[28,21] found raw type: org.eclipse.persistence.internal.oxm.Context
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context<ABSTRACT_SESSION,DESCRIPTOR,FIELD,NAMESPACE_RESOLVER,PROJECT,SESSION,SESSION_EVENT_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[29,24] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[46,28] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller<ABSTRACT_SESSION,CONTEXT,DESCRIPTOR,ID_RESOLVER,MEDIA_TYPE,ROOT,UNMARSHALLER_HANDLER,UNMARSHALLER_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[47,57] unchecked cast
  required: CONTEXT
  found:    org.eclipse.persistence.internal.oxm.Context
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[48,91] unchecked cast
  required: UNMARSHALLER_LISTENER
  found:    org.eclipse.persistence.internal.oxm.Unmarshaller.Listener
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[59,21] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord<ABSTRACT_SESSION,FIELD,ID_RESOLVER,OBJECT_BUILDER,TRANSFORMATION_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/Unmarshaller.java:[64,21] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord<ABSTRACT_SESSION,FIELD,ID_RESOLVER,OBJECT_BUILDER,TRANSFORMATION_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[80,30] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession
  missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession<DESCRIPTOR,LOGIN,PLATFORM,PROJECT,SESSION_EVENT_MANAGER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[81,21] found raw type: org.eclipse.persistence.internal.oxm.Context
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context<ABSTRACT_SESSION,DESCRIPTOR,FIELD,NAMESPACE_RESOLVER,PROJECT,SESSION,SESSION_EVENT_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[82,24] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[106,20] found raw type: java.lang.reflect.Constructor
  missing type arguments for generic class java.lang.reflect.Constructor<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[107,20] found raw type: java.lang.reflect.Constructor
  missing type arguments for generic class java.lang.reflect.Constructor<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[108,20] found raw type: java.lang.reflect.Constructor
  missing type arguments for generic class java.lang.reflect.Constructor<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[109,20] found raw type: java.lang.reflect.Constructor
  missing type arguments for generic class java.lang.reflect.Constructor<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[209,31] found raw type: org.eclipse.persistence.internal.oxm.XMLUnmarshaller
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XMLUnmarshaller<ABSTRACT_SESSION,CONTEXT,DESCRIPTOR,ID_RESOLVER,MEDIA_TYPE,ROOT,UNMARSHALLER_HANDLER,UNMARSHALLER_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[216,13] found raw type: java.util.Map.Entry
  missing type arguments for generic class java.util.Map.Entry<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[230,9] found raw type: org.eclipse.persistence.core.sessions.CoreSession
  missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreSession<DESCRIPTOR,LOGIN,PLATFORM,PROJECT,SESSION_EVENT_MANAGER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[231,9] found raw type: org.eclipse.persistence.internal.oxm.record.XMLPlatform
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.XMLPlatform<XML_UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[232,67] unchecked call to newPlatformUnmarshaller(XML_UNMARSHALLER,java.util.Map<java.lang.String,java.lang.Boolean>) as a member of the raw type org.eclipse.persistence.internal.oxm.record.XMLPlatform
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[598,101] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types
  required: java.lang.reflect.Constructor<T>,java.lang.Object[]
  found:    java.lang.reflect.Constructor,java.lang.Object[]
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[598,102] unchecked conversion
  required: java.lang.reflect.Constructor<T>
  found:    java.lang.reflect.Constructor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[599,95] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types
  required: java.lang.reflect.Constructor<T>,java.lang.Object[]
  found:    java.lang.reflect.Constructor,java.lang.Object[]
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[599,96] unchecked conversion
  required: java.lang.reflect.Constructor<T>
  found:    java.lang.reflect.Constructor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[606,104] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types
  required: java.lang.reflect.Constructor<T>,java.lang.Object[]
  found:    java.lang.reflect.Constructor,java.lang.Object[]
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[606,105] unchecked conversion
  required: java.lang.reflect.Constructor<T>
  found:    java.lang.reflect.Constructor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[607,98] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types
  required: java.lang.reflect.Constructor<T>,java.lang.Object[]
  found:    java.lang.reflect.Constructor,java.lang.Object[]
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[607,99] unchecked conversion
  required: java.lang.reflect.Constructor<T>
  found:    java.lang.reflect.Constructor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[662,101] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types
  required: java.lang.reflect.Constructor<T>,java.lang.Object[]
  found:    java.lang.reflect.Constructor,java.lang.Object[]
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[662,102] unchecked conversion
  required: java.lang.reflect.Constructor<T>
  found:    java.lang.reflect.Constructor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[663,95] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types
  required: java.lang.reflect.Constructor<T>,java.lang.Object[]
  found:    java.lang.reflect.Constructor,java.lang.Object[]
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[663,96] unchecked conversion
  required: java.lang.reflect.Constructor<T>
  found:    java.lang.reflect.Constructor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[670,104] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types
  required: java.lang.reflect.Constructor<T>,java.lang.Object[]
  found:    java.lang.reflect.Constructor,java.lang.Object[]
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[670,105] unchecked conversion
  required: java.lang.reflect.Constructor<T>
  found:    java.lang.reflect.Constructor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[671,98] unchecked method invocation: method invokeConstructor in class org.eclipse.persistence.internal.security.PrivilegedAccessHelper is applied to given types
  required: java.lang.reflect.Constructor<T>,java.lang.Object[]
  found:    java.lang.reflect.Constructor,java.lang.Object[]
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[671,99] unchecked conversion
  required: java.lang.reflect.Constructor<T>
  found:    java.lang.reflect.Constructor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[898,12] found raw type: org.eclipse.persistence.internal.oxm.XMLUnmarshaller
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XMLUnmarshaller<ABSTRACT_SESSION,CONTEXT,DESCRIPTOR,ID_RESOLVER,MEDIA_TYPE,ROOT,UNMARSHALLER_HANDLER,UNMARSHALLER_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[899,20] found raw type: org.eclipse.persistence.internal.oxm.XMLUnmarshaller
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XMLUnmarshaller<ABSTRACT_SESSION,CONTEXT,DESCRIPTOR,ID_RESOLVER,MEDIA_TYPE,ROOT,UNMARSHALLER_HANDLER,UNMARSHALLER_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[937,12] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord<ABSTRACT_SESSION,FIELD,ID_RESOLVER,OBJECT_BUILDER,TRANSFORMATION_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[946,12] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord<ABSTRACT_SESSION,FIELD,ID_RESOLVER,OBJECT_BUILDER,TRANSFORMATION_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/XMLUnmarshaller.java:[947,79] unchecked call to createRecord(ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.core.descriptors.CoreObjectBuilder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[111,13] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller<ABSTRACT_SESSION,CONTEXT,DESCRIPTOR,ID_RESOLVER,MEDIA_TYPE,ROOT,UNMARSHALLER_HANDLER,UNMARSHALLER_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[121,28] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller<ABSTRACT_SESSION,CONTEXT,DESCRIPTOR,ID_RESOLVER,MEDIA_TYPE,ROOT,UNMARSHALLER_HANDLER,UNMARSHALLER_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[451,9] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord<ABSTRACT_SESSION,FIELD,ID_RESOLVER,OBJECT_BUILDER,TRANSFORMATION_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[452,9] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[456,9] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession
  missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession<DESCRIPTOR,LOGIN,PLATFORM,PROJECT,SESSION_EVENT_MANAGER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[484,66] unchecked call to getSession(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.internal.oxm.Context
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[485,67] unchecked call to getDescriptor(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[486,72] unchecked call to createUnmarshalRecord(DESCRIPTOR,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[492,84] unchecked call to createRootUnmarshalRecord(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[506,44] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[519,42] unchecked call to resolveReferences(ABSTRACT_SESSION,ID_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[524,49] unchecked call to wrapObjectInXMLRoot(UNMARSHAL_RECORD,boolean) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[558,9] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord<ABSTRACT_SESSION,FIELD,ID_RESOLVER,OBJECT_BUILDER,TRANSFORMATION_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[559,9] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[561,9] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession
  missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession<DESCRIPTOR,LOGIN,PLATFORM,PROJECT,SESSION_EVENT_MANAGER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[587,66] unchecked call to getSession(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.internal.oxm.Context
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[588,67] unchecked call to getDescriptor(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[589,72] unchecked call to createUnmarshalRecord(DESCRIPTOR,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[594,84] unchecked call to createRootUnmarshalRecord(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[609,44] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[620,42] unchecked call to resolveReferences(ABSTRACT_SESSION,ID_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[625,49] unchecked call to wrapObjectInXMLRoot(UNMARSHAL_RECORD,boolean) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[823,9] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord<ABSTRACT_SESSION,FIELD,ID_RESOLVER,OBJECT_BUILDER,TRANSFORMATION_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[825,9] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[827,9] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession
  missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession<DESCRIPTOR,LOGIN,PLATFORM,PROJECT,SESSION_EVENT_MANAGER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[857,66] unchecked call to getSession(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.internal.oxm.Context
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[858,67] unchecked call to getDescriptor(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[859,72] unchecked call to createUnmarshalRecord(DESCRIPTOR,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[864,84] unchecked call to createRootUnmarshalRecord(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[880,44] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[893,42] unchecked call to resolveReferences(ABSTRACT_SESSION,ID_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[898,49] unchecked call to wrapObjectInXMLRoot(UNMARSHAL_RECORD,boolean) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[904,13] found raw type: org.eclipse.persistence.internal.oxm.Context
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context<ABSTRACT_SESSION,DESCRIPTOR,FIELD,NAMESPACE_RESOLVER,PROJECT,SESSION,SESSION_EVENT_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[938,13] found raw type: org.eclipse.persistence.internal.oxm.Context
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context<ABSTRACT_SESSION,DESCRIPTOR,FIELD,NAMESPACE_RESOLVER,PROJECT,SESSION,SESSION_EVENT_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[947,13] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord<ABSTRACT_SESSION,FIELD,ID_RESOLVER,OBJECT_BUILDER,TRANSFORMATION_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[948,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[950,13] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession
  missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession<DESCRIPTOR,LOGIN,PLATFORM,PROJECT,SESSION_EVENT_MANAGER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[971,52] unchecked call to getSession(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.internal.oxm.Context
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[972,71] unchecked call to getDescriptor(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[973,76] unchecked call to createUnmarshalRecord(DESCRIPTOR,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[978,88] unchecked call to createRootUnmarshalRecord(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[996,44] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[1002,46] unchecked call to resolveReferences(ABSTRACT_SESSION,ID_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshaller.java:[1007,53] unchecked call to wrapObjectInXMLRoot(UNMARSHAL_RECORD,boolean) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[64,13] found raw type: org.eclipse.persistence.internal.oxm.Context
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context<ABSTRACT_SESSION,DESCRIPTOR,FIELD,NAMESPACE_RESOLVER,PROJECT,SESSION,SESSION_EVENT_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[65,13] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord<ABSTRACT_SESSION,FIELD,ID_RESOLVER,OBJECT_BUILDER,TRANSFORMATION_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[67,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[69,13] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller<ABSTRACT_SESSION,CONTEXT,DESCRIPTOR,ID_RESOLVER,MEDIA_TYPE,ROOT,UNMARSHALLER_HANDLER,UNMARSHALLER_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[70,13] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession
  missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession<DESCRIPTOR,LOGIN,PLATFORM,PROJECT,SESSION_EVENT_MANAGER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[95,35] found raw type: org.eclipse.persistence.internal.oxm.Context
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Context<ABSTRACT_SESSION,DESCRIPTOR,FIELD,NAMESPACE_RESOLVER,PROJECT,SESSION,SESSION_EVENT_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[114,65] unchecked call to wrapObjectInXMLRoot(UNMARSHAL_RECORD,boolean) as a member of the raw type org.eclipse.persistence.internal.oxm.mappings.Descriptor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[181,41] unchecked call to resolveReferences(ABSTRACT_SESSION,ID_RESOLVER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[203,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[218,21] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[218,54] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[223,21] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[240,56] unchecked call to getSession(DESCRIPTOR) as a member of the raw type org.eclipse.persistence.internal.oxm.Context
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[257,52] unchecked call to getSession(DESCRIPTOR) as a member of the raw type org.eclipse.persistence.internal.oxm.Context
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[258,21] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecord<ABSTRACT_SESSION,FIELD,ID_RESOLVER,OBJECT_BUILDER,TRANSFORMATION_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[258,62] found raw type: org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.record.UnmarshalRecordImpl<TRANSFORMATION_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[259,55] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[264,92] unchecked call to classFromRow(ABSTRACT_RECORD,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.core.descriptors.CoreInheritancePolicy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[277,73] unchecked call to getDescriptor(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[294,70] unchecked call to getSession(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.internal.oxm.Context
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[294,100] unchecked call to getDescriptor(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.core.sessions.CoreSession
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[314,21] found raw type: org.eclipse.persistence.internal.oxm.unmapped.UnmappedContentHandler
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.unmapped.UnmappedContentHandler<UNMARSHAL_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[316,25] found raw type: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass
  missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[316,93] found raw type: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass
  missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[316,89] unchecked call to PrivilegedNewInstanceFromClass(java.lang.Class<T>) as a member of the raw type org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[333,48] unchecked call to getSession(DESCRIPTOR) as a member of the raw type org.eclipse.persistence.internal.oxm.Context
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[334,68] unchecked call to createRootUnmarshalRecord(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[335,38] unchecked call to setSession(ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[338,52] unchecked call to getSession(DESCRIPTOR) as a member of the raw type org.eclipse.persistence.internal.oxm.Context
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[340,64] unchecked call to createUnmarshalRecord(DESCRIPTOR,ABSTRACT_SESSION) as a member of the raw type org.eclipse.persistence.internal.oxm.Unmarshaller
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[344,39] unchecked call to setUnmarshaller(UNMARSHALLER) as a member of the raw type org.eclipse.persistence.internal.oxm.record.UnmarshalRecord
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[365,21] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[416,33] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller<ABSTRACT_SESSION,CONTEXT,DESCRIPTOR,ID_RESOLVER,MEDIA_TYPE,ROOT,UNMARSHALLER_HANDLER,UNMARSHALLER_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/SAXUnmarshallerHandler.java:[420,12] found raw type: org.eclipse.persistence.internal.oxm.Unmarshaller
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.Unmarshaller<ABSTRACT_SESSION,CONTEXT,DESCRIPTOR,ID_RESOLVER,MEDIA_TYPE,ROOT,UNMARSHALLER_HANDLER,UNMARSHALLER_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/XMLRecord.java:[21,53] found raw type: org.eclipse.persistence.internal.core.sessions.CoreAbstractSession
  missing type arguments for generic class org.eclipse.persistence.internal.core.sessions.CoreAbstractSession<DESCRIPTOR,LOGIN,PLATFORM,PROJECT,SESSION_EVENT_MANAGER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/XMLRecord.java:[36,5] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/XMLRecord.java:[36,54] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[43,28] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem<ATTRIBUTE_GROUP>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[44,24] found raw type: org.eclipse.persistence.core.descriptors.CoreDescriptor
  missing type arguments for generic class org.eclipse.persistence.core.descriptors.CoreDescriptor<ATTRIBUTE_GROUP,DESCRIPTOR_EVENT_MANAGER,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,LIST,OBJECT_BUILDER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[75,15] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[81,29] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[87,27] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[154,79] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[155,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem<ATTRIBUTE_GROUP>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[156,23] unchecked call to addGroups(java.util.Collection<ATTRIBUTE_GROUP>) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[176,58] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[177,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem<ATTRIBUTE_GROUP>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[178,25] unchecked call to addSubGroup(ATTRIBUTE_GROUP) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[200,61] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[201,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem<ATTRIBUTE_GROUP>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[202,25] unchecked call to addKeyGroup(ATTRIBUTE_GROUP) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[215,12] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[224,12] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[230,21] unchecked conversion
  required: org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
  found:    org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[240,18] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[241,75] unchecked call to clone(java.util.Map<org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>,org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>>) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[245,63] unchecked call to clone(java.util.Map<org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>,org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>>) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[249,18] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[250,49] unchecked call to clone(java.util.Map<org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>,org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>>) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[258,85] unchecked call to clone(java.util.Map<ATTRIBUTE_GROUP,ATTRIBUTE_GROUP>,ATTRIBUTE_GROUP) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[258,85] unchecked cast
  required: ATTRIBUTE_ITEM
  found:    org.eclipse.persistence.core.queries.CoreAttributeItem
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[323,29] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[325,22] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[330,22] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[345,13] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[392,12] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[397,13] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[399,84] unchecked cast
  required: DESCRIPTOR
  found:    org.eclipse.persistence.core.descriptors.CoreDescriptor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[415,28] unchecked method invocation: method putAll in interface java.util.Map is applied to given types
  required: java.util.Map<? extends K,? extends V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[415,61] unchecked conversion
  required: java.util.Map<? extends K,? extends V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[425,30] unchecked method invocation: method addAll in interface java.util.Set is applied to given types
  required: java.util.Collection<? extends E>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[425,69] unchecked conversion
  required: java.util.Collection<? extends E>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[435,12] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[436,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem<ATTRIBUTE_GROUP>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[481,76] unchecked cast
  required: ATTRIBUTE_ITEM
  found:    org.eclipse.persistence.core.queries.CoreAttributeItem
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[486,47] unchecked cast
  required: ATTRIBUTE_ITEM
  found:    org.eclipse.persistence.core.queries.CoreAttributeItem
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[496,17] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[497,34] unchecked call to setRootGroup(ATTRIBUTE_GROUP) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[500,41] unchecked conversion
  required: org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
  found:    org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[512,30] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[512,26] unchecked conversion
  required: java.util.Map<java.lang.String,ATTRIBUTE_ITEM>
  found:    java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[524,24] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[561,32] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[567,27] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[568,17] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[569,74] unchecked call to isAssignableFrom(java.lang.Class<?>) as a member of the raw type java.lang.Class
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[570,41] unchecked call to add(E) as a member of the raw type java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[622,25] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem<ATTRIBUTE_GROUP>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[626,93] unchecked conversion
  required: org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
  found:    org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[627,119] unchecked conversion
  required: org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
  found:    org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[637,49] unchecked conversion
  required: org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
  found:    org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[638,75] unchecked conversion
  required: org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
  found:    org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[653,138] unchecked cast
  required: org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[654,184] unchecked cast
  required: org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[665,33] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[666,33] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[667,58] unchecked call to isSupersetOf(org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[700,56] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[700,15] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[707,41] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[707,15] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem<ATTRIBUTE_GROUP>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[708,20] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem<ATTRIBUTE_GROUP>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[708,16] unchecked call to CoreAttributeItem(ATTRIBUTE_GROUP,java.lang.String) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeItem
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[715,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeItem
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeItem<ATTRIBUTE_GROUP>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[725,46] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[730,35] found raw type: java.util.Set
  missing type arguments for generic class java.util.Set<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/core/queries/CoreAttributeGroup.java:[731,9] found raw type: java.util.Iterator
  missing type arguments for generic class java.util.Iterator<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/jdbc/JDBCTypes.java:[288,59] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/jdbc/JDBCTypes.java:[296,83] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/oracle/plsql/OraclePLSQLTypes.java:[236,55] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/oracle/plsql/OraclePLSQLTypes.java:[247,79] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/server/ServerPlatformUtils.java:[135,69] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/server/ServerPlatformUtils.java:[137,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/server/ServerPlatformUtils.java:[156,20] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[186,81] module not found: org.eclipse.persistence.jpa
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[188,36] module not found: org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[189,36] module not found: org.eclipse.persistence.jpa
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[190,40] module not found: org.eclipse.persistence.jpa.modelgen
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[191,42] module not found: org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[192,36] module not found: org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[193,36] module not found: org.eclipse.persistence.oracle
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[194,36] module not found: org.eclipse.persistence.sdo
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[195,36] module not found: org.eclipse.persistence.pgsql
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[196,92] module not found: org.eclipse.persistence.jpa
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[198,78] module not found: org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[200,36] module not found: org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[201,41] module not found: org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[202,36] module not found: org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[203,36] module not found: org.eclipse.persistence.sdo
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[205,36] module not found: org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[206,41] module not found: org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[207,36] module not found: org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[208,36] module not found: org.eclipse.persistence.sdo
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[209,87] module not found: org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[210,98] module not found: org.eclipse.persistence.corba
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[211,90] module not found: org.eclipse.persistence.oracle
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[213,36] module not found: org.eclipse.persistence.json
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[214,36] module not found: org.eclipse.persistence.jpa
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[216,36] module not found: org.eclipse.persistence.json
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[217,36] module not found: org.eclipse.persistence.pgsql
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/module-info.java:[218,36] module not found: org.eclipse.persistence.oracle
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/ASMFactory.java:[34,8] class org.eclipse.persistence.asm.ASMFactory in exported package org.eclipse.persistence.asm declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/ASMFactory.java:[321,19] getSecurityManager() in java.lang.System has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/ASMFactory.java:[325,21] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/AnnotationVisitor.java:[17,17] class org.eclipse.persistence.asm.AnnotationVisitor in exported package org.eclipse.persistence.asm declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/FieldVisitor.java:[17,17] class org.eclipse.persistence.asm.FieldVisitor in exported package org.eclipse.persistence.asm declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/MethodVisitor.java:[17,17] class org.eclipse.persistence.asm.MethodVisitor in exported package org.eclipse.persistence.asm declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/ClassReader.java:[22,17] class org.eclipse.persistence.asm.ClassReader in exported package org.eclipse.persistence.asm declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/Type.java:[23,17] class org.eclipse.persistence.asm.Type in exported package org.eclipse.persistence.asm declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/Type.java:[70,112] static method should be qualified by type name, org.eclipse.persistence.internal.libraries.asm.Type, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/Type.java:[72,83] static method should be qualified by type name, org.objectweb.asm.Type, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/Type.java:[81,112] static method should be qualified by type name, org.eclipse.persistence.internal.libraries.asm.Type, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/Type.java:[83,83] static method should be qualified by type name, org.objectweb.asm.Type, instead of by an expression
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/asm/SerialVersionUIDAdder.java:[17,17] class org.eclipse.persistence.asm.SerialVersionUIDAdder in exported package org.eclipse.persistence.asm declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[297,65] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[333,43] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[351,46] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[364,5] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[373,5] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[606,41] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[741,5] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[753,5] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/Session.java:[762,5] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java: Some input files additionally use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/mappings/DatabaseMapping.java: Some input files additionally use or override a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/descriptors/ClassDescriptor.java: Some input files additionally use unchecked or unsafe operations.
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.core ---
[WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.core:jar:5.0.0-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*~] 
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.core ---
[INFO] Copying 879 resources from src/test/resources to target/test-classes
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.core ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1294 source files with javac [debug deprecation release 17 module-path] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/module-info.java:[21,14] requires directive for an automatic module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/DeploymentXMLOXTestSuite.java:[28,47] class junit.framework.TestCase in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/DeploymentXMLOXTestSuite.java:[35,17] interface junit.framework.Test in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXMSRGTestSuite.java:[28,38] class junit.framework.TestCase in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXMSRGTestSuite.java:[37,19] interface junit.framework.Test in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXMXMLComparer.java:[23,37] class org.eclipse.persistence.platform.xml.XMLComparer in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXMXMLComparer.java:[33,34] interface org.w3c.dom.Document in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXMXMLComparer.java:[33,52] interface org.w3c.dom.Document in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/XMLTestCase.java:[23,49] class junit.framework.TestCase in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/XMLTestCase.java:[36,36] interface org.w3c.dom.Document in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/XMLTestCase.java:[36,54] interface org.w3c.dom.Document in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/XMLTestCase.java:[87,12] class org.eclipse.persistence.platform.xml.XMLComparer in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[65,22] class javax.xml.stream.XMLInputFactory in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[66,22] class javax.xml.stream.XMLOutputFactory in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[141,12] class org.eclipse.persistence.oxm.XMLContext in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[147,12] class org.eclipse.persistence.oxm.XMLContext in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[147,37] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[161,12] class org.eclipse.persistence.oxm.XMLContext in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[161,37] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[168,12] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[168,34] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[172,12] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[172,34] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[223,24] interface org.w3c.dom.Document in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[284,45] interface org.w3c.dom.Node in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[299,44] interface org.w3c.dom.Node in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[361,23] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[379,43] class jakarta.xml.bind.JAXBElement in module jakarta.xml.bind is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[379,67] class jakarta.xml.bind.JAXBElement in module jakarta.xml.bind is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[382,43] class jakarta.xml.bind.JAXBElement in module jakarta.xml.bind is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[382,67] class jakarta.xml.bind.JAXBElement in module jakarta.xml.bind is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java:[137,31] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestSuite.java:[37,34] class junit.framework.TestCase in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestSuite.java:[46,19] interface junit.framework.Test in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/EmployeeProject.java:[21,38] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/EmployeeProject.java:[25,27] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/JARClassLoader.java:[46,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/MappingTestProject.java:[56,41] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/MappingTestProject.java:[91,12] class org.eclipse.persistence.descriptors.ClassDescriptor in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/MappingTestProject.java:[123,12] class org.eclipse.persistence.descriptors.ClassDescriptor in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/MappingTestProject.java:[242,12] class org.eclipse.persistence.descriptors.ClassDescriptor in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/MappingTestProject.java:[263,12] class org.eclipse.persistence.descriptors.ClassDescriptor in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/MappingTestProject.java:[81,27] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/PhoneNumberProject.java:[21,41] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/classloader/PhoneNumberProject.java:[25,27] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/descriptor/rootelement/MailingAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.descriptor.rootelement.MailingAddress overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[658,44] class javax.xml.validation.Schema in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[669,16] class javax.xml.validation.Validator in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[674,16] class javax.xml.validation.ValidatorHandler in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[66,15] interface org.w3c.dom.Document in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[67,15] interface org.w3c.dom.Document in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[68,15] class org.eclipse.persistence.oxm.XMLMarshaller in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[69,15] class org.eclipse.persistence.oxm.XMLUnmarshaller in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[70,15] class org.eclipse.persistence.oxm.XMLContext in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[72,15] class javax.xml.parsers.DocumentBuilder in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[73,15] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[123,15] class org.eclipse.persistence.oxm.XMLMarshaller in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[158,31] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[162,15] interface org.w3c.dom.Document in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[169,15] interface org.w3c.dom.Document in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[278,46] class org.eclipse.persistence.oxm.XMLRoot in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[278,66] class org.eclipse.persistence.oxm.XMLRoot in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[289,41] interface org.w3c.dom.Document in module java.xml is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[564,44] class org.eclipse.persistence.oxm.XMLDescriptor in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[82,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/events/Address.java:[22,8] Class org.eclipse.persistence.testing.oxm.events.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/events/Employee.java:[22,8] Class org.eclipse.persistence.testing.oxm.events.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/events/PhoneNumber.java:[23,8] Class org.eclipse.persistence.testing.oxm.events.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/Vehicle.java:[24,8] Class org.eclipse.persistence.testing.oxm.inheritance.Vehicle overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/Car.java:[23,8] Class org.eclipse.persistence.testing.oxm.inheritance.Car overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/ParkingLot.java:[20,8] Class org.eclipse.persistence.testing.oxm.inheritance.ParkingLot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/ns/NSParent.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.ns.NSParent overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/ns/NSChild.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.ns.NSChild overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/ContactMethod.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.ContactMethod overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/CanadianAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.CanadianAddress overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/Customer.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/Dependant.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.Dependant overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/any/Customer.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.any.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/any/collection/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.any.collection.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/compositecollection/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.compositecollection.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/compositecollection/Dependant.java:[19,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.compositecollection.Dependant overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/compositecollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.compositecollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/DeploymentXMLMappingTestSuite.java:[32,52] class junit.framework.TestCase in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/DeploymentXMLMappingTestSuite.java:[42,19] interface junit.framework.Test in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/DocPresMappingTestSuite.java:[32,46] class junit.framework.TestCase in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/DocPresMappingTestSuite.java:[42,19] interface junit.framework.Test in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/MappingTestSuite.java:[33,39] class junit.framework.TestCase in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/MappingTestSuite.java:[43,19] interface junit.framework.Test in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/SAXMappingTestSuite.java:[35,42] class junit.framework.TestCase in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/SAXMappingTestSuite.java:[45,19] interface junit.framework.Test in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/advancedxpath/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.advancedxpath.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/advancedxpath/Customer.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.advancedxpath.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyattribute/reuse/Root.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.anyattribute.reuse.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyattribute/usemaptests/Root.java:[24,8] Class org.eclipse.persistence.testing.oxm.mappings.anyattribute.usemaptests.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyattribute/withoutgroupingelement/Root.java:[26,8] Class org.eclipse.persistence.testing.oxm.mappings.anyattribute.withoutgroupingelement.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyattribute/withoutgroupingelement/Wrapper.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.anyattribute.withoutgroupingelement.Wrapper overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/defaultnamespace/Child.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.defaultnamespace.Child overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/defaultnamespace/Root.java:[24,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.defaultnamespace.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/reuse/Child.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.reuse.Child overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/reuse/Root.java:[25,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.reuse.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/withgroupingelement/Child.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.withgroupingelement.Child overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/withgroupingelement/Root.java:[28,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.withgroupingelement.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/withoutgroupingelement/Child.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.withoutgroupingelement.Child overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/withoutgroupingelement/Root.java:[29,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.withoutgroupingelement.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/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-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobject/withgroupingelement/Child.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobject.withgroupingelement.Child overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobject/withgroupingelement/Root.java:[25,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobject.withgroupingelement.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobject/withoutgroupingelement/Child.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobject.withoutgroupingelement.Child overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobject/withoutgroupingelement/Root.java:[25,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobject.withoutgroupingelement.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobject/withoutgroupingelement/RootKeepAsElement.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobject.withoutgroupingelement.RootKeepAsElement overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/colcol/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.colcol.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/colobj/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.colobj.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/objcol/Customer.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.objcol.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/objobj/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.objobj.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/binarydata/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.binarydata.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/binarydata/MyImage.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.binarydata.MyImage overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/binarydata/identifiedbyname/EmployeeWithByteObjectArray.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.binarydata.identifiedbyname.EmployeeWithByteObjectArray overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/binarydatacollection/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/binarydatacollection/EmployeeWithByteArrayObject.java:[25,8] Class org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.EmployeeWithByteArrayObject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/binarydatacollection/reuse/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.reuse.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/Address.java:[17,8] class org.eclipse.persistence.testing.oxm.mappings.choice.Address in exported package org.eclipse.persistence.testing.oxm.mappings.choice declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core.test
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/Employee.java:[17,8] class org.eclipse.persistence.testing.oxm.mappings.choice.Employee in exported package org.eclipse.persistence.testing.oxm.mappings.choice declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core.test
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/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-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/EmployeeProject.java:[22,38] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/EmployeeProject.java:[25,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingComplexValueTestCases.java:[50,10] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingComplexValueTestCases.java:[50,32] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingComplexValueTestCases.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingNonStringValueTestCases.java:[47,10] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingNonStringValueTestCases.java:[47,32] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingNonStringValueTestCases.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingSimpleValueTestCases.java:[47,10] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingSimpleValueTestCases.java:[47,32] class org.eclipse.persistence.sessions.Project in module org.eclipse.persistence.core is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingSimpleValueTestCases.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingTestSuite.java:[23,8] class org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite in exported package org.eclipse.persistence.testing.oxm.mappings.choice declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.core.test
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingTestSuite.java:[23,48] class junit.framework.TestCase in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/XMLChoiceMappingTestSuite.java:[24,19] interface junit.framework.Test in module junit is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/converter/Wrapper.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.converter.Wrapper overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/ref/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.ref.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/ref/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.ref.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/ref/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.ref.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choice/ref/Root.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.choice.ref.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/converter/Wrapper.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.converter.Wrapper overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/ref/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.ref.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/ref/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.ref.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/ref/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.ref.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/ref/Root.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.ref.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/reuse/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.reuse.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/choicecollection/reuse/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.choicecollection.reuse.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/collectionreference/reuse/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.collectionreference.reuse.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/collectionreference/reuse/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.collectionreference.reuse.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/collectionreference/reuse/Root.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.collectionreference.reuse.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/EmployeeWithUserID.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.EmployeeWithUserID overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/MailingAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.MailingAddress overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/keepaselement/Doc.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.keepaselement.Doc overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/keepaselement/Elem.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.keepaselement.Elem overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/map/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/map/MailingAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.map.MailingAddress overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/nested/Project.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.nested.Project overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/nillable/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.nillable.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/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-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/norefclass/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.norefclass.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/norefclass/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.norefclass.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/reuse/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.reuse.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/setmethod/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.setmethod.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/setmethod/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.setmethod.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/EmailAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.EmailAddress overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/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-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/MailingAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.MailingAddress overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/identifiedbyname/EmployeeWithObjects.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.identifiedbyname.EmployeeWithObjects overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/keepaselement/Doc.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.keepaselement.Doc overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/keepaselement/Elem.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.keepaselement.Elem overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/nested/Project.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.nested.Project overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/nillable/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.nillable.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/nillable/Employee2.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.nillable.Employee2 overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/nillable/Team.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.nillable.Team overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/nillable/Team2.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.nillable.Team2 overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/norefclass/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.norefclass.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/norefclass/Customer.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.norefclass.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/Address.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/Employee.java:[90,19] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.Employee.Period overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/converter/MyObject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.converter.MyObject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/defaultnamespace/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.defaultnamespace.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/defaultnamespace/AddressLines.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.defaultnamespace.AddressLines overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/norefclass/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.norefclass.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/norefclass/Root.java:[25,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.norefclass.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/plsqlcallmodel/DatabaseTypeWrapper.java:[18,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.plsqlcallmodel.DatabaseTypeWrapper overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/plsqlcallmodel/PLSQLargument.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.plsqlcallmodel.PLSQLargument overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/plsqlcallmodel/PLSQLStoredProcedureCall.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.plsqlcallmodel.PLSQLStoredProcedureCall overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/self/plsqlcallmodel/PLSQLrecord.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.plsqlcallmodel.PLSQLrecord overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositeobject/singleelement/EmailAddress.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositeobject.singleelement.EmailAddress overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/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-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/containeraccessor/Address.java:[15,8] Class org.eclipse.persistence.testing.oxm.mappings.containeraccessor.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/containeraccessor/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.containeraccessor.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/containeraccessor/PhoneNumber.java:[15,8] Class org.eclipse.persistence.testing.oxm.mappings.containeraccessor.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/arraylist/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/listoflists/Root.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.listoflists.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/nillable/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/reuse/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.reuse.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/singlenode/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.singlenode.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/typeattribute/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.typeattribute.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/union/Person.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.union.Person overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/cdata/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.cdata.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/converter/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.converter.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/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-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/doubletest/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.doubletest.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/floattest/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.floattest.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/identifiedbyname/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.identifiedbyname.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/identifiedbyname/calendartest/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.identifiedbyname.calendartest.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/identifiedbyposition/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.identifiedbyposition.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/leafelement/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.leafelement.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/nillable/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.nillable.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/nillable/EmployeeIsSetParams.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.nillable.EmployeeIsSetParams overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/schematype/ByteHolder.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.schematype.ByteHolder overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/schematype/QNameHolder.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.schematype.QNameHolder overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/singleattribute/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.singleattribute.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/singleattribute/xmlelement/EmptyElementEmptyStringEmployee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.singleattribute.xmlelement.EmptyElementEmptyStringEmployee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/typeattribute/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.typeattribute.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/typeattribute/Identifier.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.typeattribute.Identifier overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directtofield/union/Person.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directtofield.union.Person overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/Root.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/compositekeyclass/Department.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.compositekeyclass.Department overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/compositekeyclass/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.compositekeyclass.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/compositekeyclass/EmployeeID.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.compositekeyclass.EmployeeID overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/multipletargets/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.multipletargets.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/multipletargets/singlekey/elementkey/maptests/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.multipletargets.singlekey.elementkey.maptests.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/multipletargets/singlekey/nonstringkeytype/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.multipletargets.singlekey.nonstringkeytype.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/norefclass/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.norefclass.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/norefclass/Customer.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.norefclass.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/norefclass/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.norefclass.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/norefclass/Root.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.norefclass.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/singletarget/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.singletarget.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/singletarget/singlekey/multiplesource/MultipleSourceRoot.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.singletarget.singlekey.multiplesource.MultipleSourceRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/singletarget/singlekey/nonstringkeytype/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.singletarget.singlekey.nonstringkeytype.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/singletarget/singlekey/nonstringkeytype/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.singletarget.singlekey.nonstringkeytype.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/lexicalhandler/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/lexicalhandler/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/mappings/lexicalhandler/PhoneNumber.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.lexicalhandler.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.core ---
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- surefire:3.2.5:test (test-oxm-srg) @ org.eclipse.persistence.core ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.oxm.OXMSRGTestSuite
Local Exception Stack: 
Exception [EclipseLink-25008] (Eclipse Persistence Services - 5.0.0.v202404301045): 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:163)
	at org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler.startElement(SAXUnmarshallerHandler.java:312)
	at org.eclipse.persistence.internal.oxm.record.DOMReader.reportElementEvents(DOMReader.java:192)
	at org.eclipse.persistence.internal.oxm.record.DOMReader.parse(DOMReader.java:91)
	at org.eclipse.persistence.internal.oxm.record.DOMReader.parse(DOMReader.java:98)
	at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:539)
	at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:530)
	at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:553)
	at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:710)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
[INFO] Tests run: 240, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.569 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.2.5:test (test-oxm) @ org.eclipse.persistence.core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.2.5:test (test-oxm-dom) @ org.eclipse.persistence.core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.2.5:test (test-oxm-deploymentxml) @ org.eclipse.persistence.core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.2.5:test (test-oxm-deploymentxml-tl) @ org.eclipse.persistence.core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.2.5:test (test-oxm-docpres) @ org.eclipse.persistence.core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.2.5:test (test-oxm-non-default-system-properties) @ org.eclipse.persistence.core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.core ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.core-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/bom.json
[INFO]            attaching as org.eclipse.persistence.core-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.json >--------
[INFO] Building EclipseLink JSON Extension 5.0.0-SNAPSHOT               [4/135]
[INFO]   from foundation/org.eclipse.persistence.json/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.json ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.json ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.json ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.json ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.json ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.json ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.json ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.json ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.json ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.json ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.json ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.json ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/src/main/java/module-info.java:[23,36] module not found: org.eclipse.persistence.jpa
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/src/main/java/module-info.java:[24,36] module not found: org.eclipse.persistence.pgsql
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/src/main/java/module-info.java:[25,36] module not found: org.eclipse.persistence.oracle
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.json ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.json ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.json ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.json ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.json ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.json ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.json ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.json ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.json ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.json ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/org.eclipse.persistence.json-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.json ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 3 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.json-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/bom.json
[INFO]            attaching as org.eclipse.persistence.json-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.json ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.json ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >-------
[INFO] Building EclipseLink Oracle Extension 5.0.0-SNAPSHOT             [5/135]
[INFO]   from foundation/org.eclipse.persistence.oracle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.oracle ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.oracle ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.oracle ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.oracle ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.oracle ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.oracle ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 34 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/module-info.java:[19,44] requires transitive directive for an automatic module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/module-info.java:[20,33] requires directive for an automatic module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:[26,8] class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPHelper in exported package org.eclipse.persistence.internal.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPTZWrapper.java:[84,89] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPLTZWrapper.java:[103,89] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPTypes.java:[23,8] class org.eclipse.persistence.internal.platform.database.oracle.TIMESTAMPTypes in exported package org.eclipse.persistence.internal.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NCharacter.java:[25,8] class org.eclipse.persistence.platform.database.oracle.NCharacter in exported package org.eclipse.persistence.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NCharacter.java:[25,50] interface org.eclipse.persistence.internal.platform.database.Oracle9Specific in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NClob.java:[25,8] class org.eclipse.persistence.platform.database.oracle.NClob in exported package org.eclipse.persistence.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NClob.java:[25,45] interface org.eclipse.persistence.internal.platform.database.Oracle9Specific in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NString.java:[25,8] class org.eclipse.persistence.platform.database.oracle.NString in exported package org.eclipse.persistence.platform.database.oracle declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/NString.java:[25,47] interface org.eclipse.persistence.internal.platform.database.Oracle9Specific in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[282,30] oracle.sql.ARRAY in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[282,51] oracle.sql.ArrayDescriptor in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[292,30] oracle.sql.STRUCT in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[292,52] oracle.sql.StructDescriptor in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[302,21] oracle.sql.REF in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[303,28] oracle.sql.REF in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[751,15] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[862,64] sendBatch() in oracle.jdbc.OraclePreparedStatement has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[864,54] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[899,50] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[915,65] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[916,77] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[917,38] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[90,31] class org.eclipse.persistence.internal.platform.database.XMLTypePlaceholder in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:[75,64] sendBatch() in oracle.jdbc.OraclePreparedStatement has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:[77,54] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle23Platform.java:[80,24] unchecked cast
  required: T
  found:    java.sql.Clob
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/json/Oracle21JsonPlatform.java:[42,43] class org.eclipse.persistence.json.JsonPlatform in module org.eclipse.persistence.json may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/json/OracleJsonPlatformProvider.java:[28,8] class org.eclipse.persistence.platform.database.oracle.json.OracleJsonPlatformProvider in exported package org.eclipse.persistence.platform.database.oracle.json declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.oracle
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/json/OracleJsonPlatformProvider.java:[28,52] interface org.eclipse.persistence.internal.databaseaccess.spi.JsonPlatformProvider in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[37,79] interface oracle.ucp.jdbc.oracle.DataBasedConnectionAffinityCallback in module com.oracle.database.ucp is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[86,35] enum oracle.ucp.ConnectionAffinityCallback.AffinityPolicy in module com.oracle.database.ucp is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java:[97,12] enum oracle.ucp.ConnectionAffinityCallback.AffinityPolicy in module com.oracle.database.ucp is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKNamespaceResolver.java:[25,46] interface oracle.xml.parser.v2.NSResolver in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKParser.java:[57,26] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:[402,15] class oracle.xml.parser.schema.XSDNode in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:[402,37] class oracle.xml.parser.schema.XSDElement in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKTransformer.java:[58,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[510,46] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[78,15] class oracle.dms.instrument.Noun in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[79,27] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[80,27] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[81,27] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[82,27] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[83,27] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[84,27] class oracle.dms.instrument.Noun in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[85,27] class oracle.dms.instrument.Noun in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[86,27] class oracle.dms.instrument.Noun in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[347,16] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[388,15] class oracle.dms.instrument.Noun in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[388,47] class oracle.dms.instrument.Noun in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[418,15] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[698,27] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[702,27] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[706,27] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[710,27] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[714,27] class oracle.dms.instrument.Sensor in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[718,27] class oracle.dms.instrument.Noun in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[722,27] class oracle.dms.instrument.Noun in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[726,27] class oracle.dms.instrument.Noun in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[119,20] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.oracle ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.oracle ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.oracle ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.oracle ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.oracle ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.oracle ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.oracle-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/bom.json
[INFO]            attaching as org.eclipse.persistence.oracle-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.core.test.framework >--
[INFO] Building EclipseLink Core Test Framework 5.0.0-SNAPSHOT          [6/135]
[INFO]   from foundation/org.eclipse.persistence.core.test.framework/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.core.test.framework ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.core.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.core.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.core.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.core.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test.framework ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.core.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.core.test.framework ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.core.test.framework ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 103 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:[41,17] serializable class org.eclipse.persistence.testing.framework.TestCase has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/AutoVerifyTestCase.java:[22,17] serializable class org.eclipse.persistence.testing.framework.AutoVerifyTestCase has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:[32,8] serializable class org.eclipse.persistence.testing.framework.TestResult has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[89,22] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[150,44] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[157,19] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[159,36] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[261,42] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[358,13] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[369,12] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[370,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[370,30] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[371,23] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[372,23] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[373,23] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[374,23] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestExecutor.java:[375,23] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResultsSummary.java:[32,8] serializable class org.eclipse.persistence.testing.framework.TestResultsSummary has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResultsSummary.java:[34,56] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResultsSummary.java:[37,56] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResultsSummary.java:[38,54] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCollection.java:[30,17] serializable class org.eclipse.persistence.testing.framework.TestCollection has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestModel.java:[38,8] serializable class org.eclipse.persistence.testing.framework.TestModel has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestModel.java:[53,19] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestModel.java:[54,24] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestCase.java:[31,17] serializable class org.eclipse.persistence.testing.framework.PerformanceComparisonTestCase has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestCase.java:[49,30] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:[26,17] serializable class org.eclipse.persistence.testing.framework.ConcurrentPerformanceComparisonTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:[32,34] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrencyTestAdapter.java:[20,8] serializable class org.eclipse.persistence.testing.framework.ConcurrencyTestAdapter has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceRegressionTestCase.java:[28,17] serializable class org.eclipse.persistence.testing.framework.PerformanceRegressionTestCase has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java:[26,17] serializable class org.eclipse.persistence.testing.framework.ConcurrentPerformanceRegressionTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java:[30,34] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TransactionalTestCase.java:[20,17] serializable class org.eclipse.persistence.testing.framework.TransactionalTestCase has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/DeleteObjectTest.java:[30,8] serializable class org.eclipse.persistence.testing.framework.DeleteObjectTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/DeleteObjectTest.java:[32,22] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/DeleteObjectTest.java:[33,22] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:[42,8] serializable class org.eclipse.persistence.testing.framework.WriteObjectTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:[48,22] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:[51,22] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:[56,22] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/InsertObjectTest.java:[30,8] serializable class org.eclipse.persistence.testing.framework.InsertObjectTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JUnitTestCase.java:[33,8] serializable class org.eclipse.persistence.testing.framework.JUnitTestCase has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JUnitTestCase.java:[34,40] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[173,45] found raw type: java.util.Collection
  missing type arguments for generic class java.util.Collection<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[173,62] found raw type: java.util.Collection
  missing type arguments for generic class java.util.Collection<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[174,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[174,29] found raw type: java.util.IdentityHashMap
  missing type arguments for generic class java.util.IdentityHashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[184,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[184,29] found raw type: java.util.IdentityHashMap
  missing type arguments for generic class java.util.IdentityHashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[188,48] found raw type: java.util.Collection
  missing type arguments for generic class java.util.Collection<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[188,65] found raw type: java.util.Collection
  missing type arguments for generic class java.util.Collection<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[188,129] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[197,26] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[207,26] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[220,13] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[220,32] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[221,13] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[221,32] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[224,13] found raw type: java.util.Iterator
  missing type arguments for generic class java.util.Iterator<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[225,13] found raw type: java.util.Iterator
  missing type arguments for generic class java.util.Iterator<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[231,25] unchecked call to put(K,V) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[232,25] unchecked call to put(K,V) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[236,20] found raw type: java.util.Map.Entry
  missing type arguments for generic class java.util.Map.Entry<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[256,41] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[256,51] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[256,86] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[265,26] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[275,26] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[287,16] found raw type: java.util.Map.Entry
  missing type arguments for generic class java.util.Map.Entry<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[301,95] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[310,26] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[320,26] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:[349,123] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/LoadBuildProject.java:[25,8] serializable class org.eclipse.persistence.testing.framework.LoadBuildProject has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ManualVerifyTestCase.java:[29,17] serializable class org.eclipse.persistence.testing.framework.ManualVerifyTestCase has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/MemoryLeakTestCase.java:[24,17] serializable class org.eclipse.persistence.testing.framework.MemoryLeakTestCase has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/MemoryLeakTestCase.java:[27,38] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/MemoryRegressionTestCase.java:[22,17] serializable class org.eclipse.persistence.testing.framework.MemoryRegressionTestCase has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:[26,8] serializable class org.eclipse.persistence.testing.framework.PerformanceComparisonTestResult has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:[27,31] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:[28,25] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:[29,25] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:[30,25] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:[31,25] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:[36,25] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:[67,25] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:[72,25] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/QuerySQLTracker.java:[36,8] serializable class org.eclipse.persistence.testing.framework.QuerySQLTracker has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/QuerySQLTracker.java:[37,24] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/QuerySQLTracker.java:[38,34] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/QuerySQLTracker.java:[40,26] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/QuerySQLTracker.java:[41,33] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllCallTest.java:[32,8] serializable class org.eclipse.persistence.testing.framework.ReadAllCallTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllCallTest.java:[34,22] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllCallWithOrderingTest.java:[34,8] serializable class org.eclipse.persistence.testing.framework.ReadAllCallWithOrderingTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllCallWithOrderingTest.java:[36,22] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[34,15] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[47,12] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[49,29] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[74,30] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[106,44] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[115,55] unchecked call to add(E) as a member of the raw type java.util.Vector
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[33,8] serializable class org.eclipse.persistence.testing.framework.ReadAllTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadAllTest.java:[37,22] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadObjectCallTest.java:[30,8] serializable class org.eclipse.persistence.testing.framework.ReadObjectCallTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadObjectCallTest.java:[31,22] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadObjectTest.java:[30,8] serializable class org.eclipse.persistence.testing.framework.ReadObjectTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadObjectTest.java:[32,22] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReadObjectTest.java:[33,22] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReflectionHelper.java:[41,41] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReflectionHelper.java:[61,41] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReflectionHelper.java:[103,31] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ReflectionHelper.java:[149,31] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestAdapter.java:[33,8] serializable class org.eclipse.persistence.testing.framework.TestAdapter has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestException.java:[23,8] serializable class org.eclipse.persistence.testing.framework.TestException has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestErrorException.java:[22,8] serializable class org.eclipse.persistence.testing.framework.TestErrorException has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestProblemException.java:[22,8] serializable class org.eclipse.persistence.testing.framework.TestProblemException has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestSuite.java:[29,8] serializable class org.eclipse.persistence.testing.framework.TestSuite has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestWrapper.java:[44,8] serializable class org.eclipse.persistence.testing.framework.TestWrapper has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestVariation.java:[216,22] serializable class org.eclipse.persistence.testing.framework.TestVariation.InnerTestWrapper has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestVariation.java:[217,26] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestVariation.java:[218,25] non-transient instance field of a serializable class declared with an array having a non-serializable base component type java.lang.reflect.Field
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestVariation.java:[219,26] non-transient instance field of a serializable class declared with an array having a non-serializable base component type java.lang.reflect.Method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestVariation.java:[220,26] non-transient instance field of a serializable class declared with an array having a non-serializable base component type java.lang.reflect.Method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestWarningException.java:[23,8] serializable class org.eclipse.persistence.testing.framework.TestWarningException has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UnitOfWorkBasicInsertObjectTest.java:[31,8] serializable class org.eclipse.persistence.testing.framework.UnitOfWorkBasicInsertObjectTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UnitOfWorkBasicUpdateObjectTest.java:[37,8] serializable class org.eclipse.persistence.testing.framework.UnitOfWorkBasicUpdateObjectTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UnitTestCase.java:[48,8] serializable class org.eclipse.persistence.testing.framework.UnitTestCase has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UniversalSessionTestAdapter.java:[28,17] serializable class org.eclipse.persistence.testing.framework.UniversalSessionTestAdapter has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UniversalSessionTestAdapter.java:[29,23] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UniversalSessionTestAdapter.java:[30,23] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[39,80] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[43,80] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[100,16] found raw type: java.util.Map.Entry
  missing type arguments for generic class java.util.Map.Entry<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[235,80] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/UpdateAllQueryTestHelper.java:[239,16] found raw type: java.util.Map.Entry
  missing type arguments for generic class java.util.Map.Entry<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[42,19] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[43,19] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[43,58] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[50,31] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[55,31] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[74,41] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[75,41] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[76,41] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[77,41] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[78,41] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[79,67] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[79,41] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[80,41] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[93,33] unchecked call to putAll(java.util.Map<? extends K,? extends V>) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[95,16] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.String>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[99,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[118,20] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.String>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[195,19] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[196,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[196,30] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[199,23] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[203,27] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[233,13] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[238,20] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.String>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildBrowserFrame.java:[32,8] serializable class org.eclipse.persistence.testing.framework.ui.LoadBuildBrowserFrame has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildBrowserFrame.java:[33,29] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[34,13] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[826,32] unchecked call to add(int,E) as a member of the raw type java.util.Vector
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[874,41] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[878,14] found raw type: java.util.Iterator
  missing type arguments for generic class java.util.Iterator<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[33,8] serializable class org.eclipse.persistence.testing.framework.ui.LoadBuildDisplayPanel has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[37,30] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildDisplayPanel.java:[42,29] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/NonEditableDefaultTableModel.java:[41,58] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/NonEditableDefaultTableModel.java:[19,8] serializable class org.eclipse.persistence.testing.framework.ui.NonEditableDefaultTableModel has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestEntityTreeModel.java:[31,15] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestEntityTreeModel.java:[34,32] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestEntityTreeModel.java:[37,27] unchecked method invocation: method addTests in class org.eclipse.persistence.testing.framework.TestCollection is applied to given types
  required: java.util.Vector<? extends junit.framework.Test>
  found:    java.util.Vector
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestEntityTreeModel.java:[37,28] unchecked conversion
  required: java.util.Vector<? extends junit.framework.Test>
  found:    java.util.Vector
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestingBrowserFrame.java:[19,8] serializable class org.eclipse.persistence.testing.framework.ui.TestingBrowserFrame has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestingBrowserPanel.java:[1214,17] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestingBrowserPanel.java:[1216,28] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestingBrowserPanel.java:[52,8] serializable class org.eclipse.persistence.testing.framework.ui.TestingBrowserPanel has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestingBrowserPanel.java:[53,40] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestingBrowserPanel.java:[54,28] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestingBrowserPanel.java:[56,36] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/TestingBrowserPanel.java:[84,29] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/SessionConsolePanel.java:[67,8] serializable class org.eclipse.persistence.tools.sessionconsole.SessionConsolePanel has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/SessionConsolePanel.java:[73,21] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/beans/ExpressionPanel.java:[28,8] serializable class org.eclipse.persistence.tools.beans.ExpressionPanel has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/beans/ExpressionPanel.java:[44,21] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/LoginEditorPanel.java:[28,8] serializable class org.eclipse.persistence.tools.sessionconsole.LoginEditorPanel has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/LoginEditorPanel.java:[81,21] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/ClearDatabaseSchemaTest.java:[39,8] serializable class org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/TestRunModel.java:[30,8] serializable class org.eclipse.persistence.testing.tests.TestRunModel has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:[2156,45] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:[2242,54] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/beans/MessageDialog.java:[22,8] serializable class org.eclipse.persistence.tools.beans.MessageDialog has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/beans/MessageDialog.java:[27,21] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/LoginEditorDialog.java:[25,8] serializable class org.eclipse.persistence.tools.sessionconsole.LoginEditorDialog has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/LoginEditorDialog.java:[31,21] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/ProfileBrowser.java:[26,8] serializable class org.eclipse.persistence.tools.sessionconsole.ProfileBrowser has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/ProfileBrowserPanel.java:[33,8] serializable class org.eclipse.persistence.tools.sessionconsole.ProfileBrowserPanel has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/ProfileBrowserPanel.java:[34,27] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/ProfileBrowserPanel.java:[40,21] non-transient instance field of a serializable class declared with a non-serializable type
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/SessionConsole.java:[27,8] serializable class org.eclipse.persistence.tools.sessionconsole.SessionConsole has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/tools/sessionconsole/SessionConsole.java:[76,21] non-transient instance field of a serializable class declared with a non-serializable type
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.core.test.framework ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core.test.framework ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core.test.framework ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.core.test.framework ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.core.test.framework ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.core.test.framework ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core.test.framework ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.core.test.framework ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test.framework ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.core.test.framework ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.core.test.framework ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/bom.json
[INFO]            attaching as org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core.test.framework ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core.test.framework ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.pgsql >--------
[INFO] Building EclipseLink PostgreSQL Extension 5.0.0-SNAPSHOT         [7/135]
[INFO]   from foundation/org.eclipse.persistence.pgsql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.pgsql ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.pgsql ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.pgsql ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.pgsql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.pgsql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.pgsql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.pgsql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.pgsql ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.pgsql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.pgsql ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.pgsql ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.pgsql ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/src/main/java/module-info.java:[17,39] requires transitive directive for an automatic module
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.pgsql ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.pgsql ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.pgsql ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.pgsql ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.pgsql ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.pgsql ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.pgsql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.pgsql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.pgsql ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.pgsql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.pgsql ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/bom.json
[INFO]            attaching as org.eclipse.persistence.pgsql-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.pgsql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.pgsql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >--------
[INFO] Building EclipseLink MOXy 5.0.0-SNAPSHOT                         [8/135]
[INFO]   from moxy/org.eclipse.persistence.moxy/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.moxy ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.moxy ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.moxy ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.moxy ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.moxy ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.moxy ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 193 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] module name in --add-exports option not found: org.eclipse.persistence.moxy.test
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[452,23] createBinder() in org.eclipse.persistence.jaxb.JAXBContext overrides createBinder() in jakarta.xml.bind.JAXBContext
  return type requires unchecked conversion from org.eclipse.persistence.jaxb.JAXBBinder to jakarta.xml.bind.Binder<org.w3c.dom.Node>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[462,27] <T>createBinder(java.lang.Class<T>) in org.eclipse.persistence.jaxb.JAXBContext overrides <T>createBinder(java.lang.Class<T>) in jakarta.xml.bind.JAXBContext
  return type requires unchecked conversion from org.eclipse.persistence.jaxb.JAXBBinder to jakarta.xml.bind.Binder<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[607,17] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter
  missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter<ValueType,BoundType>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[610,36] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter
  missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter<ValueType,BoundType>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[615,16] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter
  missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter<ValueType,BoundType>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[623,35] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter
  missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter<ValueType,BoundType>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[715,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[715,40] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[715,36] unchecked call to CoreAttributeGroup(java.lang.String,java.lang.Class<?>,boolean) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[729,15] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[732,30] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[736,32] unchecked call to set(int,E) as a member of the raw type java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[741,24] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[741,20] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class<T>,T) as a member of the raw type jakarta.xml.bind.JAXBElement
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[765,15] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[767,24] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[767,20] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class<T>,T) as a member of the raw type jakarta.xml.bind.JAXBElement
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[776,20] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[776,16] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class<T>,T) as a member of the raw type jakarta.xml.bind.JAXBElement
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[793,19] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[801,33] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[804,87] unchecked cast
  required: java.util.Set<java.util.Map.Entry<java.lang.Object,java.lang.Object>>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[837,89] unchecked cast
  required: java.util.List<org.eclipse.persistence.sessions.SessionEventListener>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[856,46] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[867,101] unchecked method invocation: method getXmlBindingsFromProperties in class org.eclipse.persistence.jaxb.JAXBContextFactory is applied to given types
  required: java.util.Map<java.lang.String,java.lang.Object>,java.lang.ClassLoader
  found:    java.util.Map,java.lang.ClassLoader
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[867,102] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[867,101] unchecked conversion
  required: java.util.Map<java.lang.String,org.eclipse.persistence.jaxb.xmlmodel.XmlBindings>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[995,121] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[996,13] found raw type: org.eclipse.persistence.core.sessions.CoreProject
  missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreProject<DESCRIPTOR,LOGIN,SESSION>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1007,96] unchecked conversion
  required: java.util.Iterator<org.eclipse.persistence.descriptors.ClassDescriptor>
  found:    java.util.Iterator
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1014,61] found raw type: org.eclipse.persistence.internal.oxm.XMLUnmarshaller
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XMLUnmarshaller<ABSTRACT_SESSION,CONTEXT,DESCRIPTOR,ID_RESOLVER,MEDIA_TYPE,ROOT,UNMARSHALLER_HANDLER,UNMARSHALLER_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1060,17] found raw type: java.lang.Class
  missing type arguments for generic class java.lang.Class<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1061,59] unchecked method invocation: method isAnnotationPresent in class java.lang.Class is applied to given types
  required: java.lang.Class<? extends java.lang.annotation.Annotation>
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1061,60] unchecked conversion
  required: java.lang.Class<? extends java.lang.annotation.Annotation>
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1076,65] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1110,99] unchecked method invocation: method getXmlBindingsFromProperties in class org.eclipse.persistence.jaxb.JAXBContextFactory is applied to given types
  required: java.util.Map<java.lang.String,java.lang.Object>,java.lang.ClassLoader
  found:    java.util.Map,java.lang.ClassLoader
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1110,100] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1110,99] unchecked conversion
  required: java.util.Map<java.lang.String,org.eclipse.persistence.jaxb.xmlmodel.XmlBindings>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1174,132] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1175,13] found raw type: org.eclipse.persistence.core.sessions.CoreProject
  missing type arguments for generic class org.eclipse.persistence.core.sessions.CoreProject<DESCRIPTOR,LOGIN,SESSION>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1186,101] unchecked cast
  required: java.lang.Iterable<org.eclipse.persistence.descriptors.ClassDescriptor>
  found:    java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1192,61] found raw type: org.eclipse.persistence.internal.oxm.XMLUnmarshaller
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XMLUnmarshaller<ABSTRACT_SESSION,CONTEXT,DESCRIPTOR,ID_RESOLVER,MEDIA_TYPE,ROOT,UNMARSHALLER_HANDLER,UNMARSHALLER_LISTENER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1209,21] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1209,79] unchecked call to getDescriptor(java.lang.Class<?>) as a member of the raw type org.eclipse.persistence.core.sessions.CoreProject
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1275,17] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1285,96] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1298,39] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1298,35] unchecked call to HashMap(java.util.Map<? extends K,? extends V>) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1302,107] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1312,39] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1312,35] unchecked call to HashMap(java.util.Map<? extends K,? extends V>) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1322,25] found raw type: jakarta.xml.bind.annotation.adapters.XmlAdapter
  missing type arguments for generic class jakarta.xml.bind.annotation.adapters.XmlAdapter<ValueType,BoundType>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1354,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1360,40] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1360,56] found raw type: java.util.Set
  missing type arguments for generic class java.util.Set<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1364,21] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1365,41] unchecked method invocation: method processXMLDescriptor in class org.eclipse.persistence.jaxb.JAXBContext.JAXBContextState is applied to given types
  required: java.util.List<org.eclipse.persistence.internal.oxm.mappings.Descriptor>,org.eclipse.persistence.internal.oxm.mappings.Descriptor,org.eclipse.persistence.internal.oxm.NamespaceResolver
  found:    java.util.List,org.eclipse.persistence.internal.oxm.mappings.Descriptor,org.eclipse.persistence.internal.oxm.NamespaceResolver
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1365,42] unchecked conversion
  required: java.util.List<org.eclipse.persistence.internal.oxm.mappings.Descriptor>
  found:    java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1370,48] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1370,71] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1376,13] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1382,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1388,21] found raw type: java.util.Set
  missing type arguments for generic class java.util.Set<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1391,21] found raw type: java.util.Set
  missing type arguments for generic class java.util.Set<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1397,46] found raw type: java.util.Collection
  missing type arguments for generic class java.util.Collection<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1400,17] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1505,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1687,85] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ValidationXMLReader.java:[61,8] class org.eclipse.persistence.jaxb.ValidationXMLReader in exported package org.eclipse.persistence.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1077,61] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1114,17] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1124,13] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1357,44] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[1379,40] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/SchemaGenerator.java:[2296,13] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/plugins/BeanValidationPlugin.java:[152,8] class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin in exported package org.eclipse.persistence.jaxb.plugins declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/plugins/BeanValidationPlugin.java:[905,38] found raw type: org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin.MinMaxTuple
  missing type arguments for generic class org.eclipse.persistence.jaxb.plugins.BeanValidationPlugin.MinMaxTuple<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/DomHandlerConverter.java:[57,13] found raw type: jakarta.xml.bind.annotation.DomHandler
  missing type arguments for generic class jakarta.xml.bind.annotation.DomHandler<ElementT,ResultT>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/DomHandlerConverter.java:[71,29] found raw type: jakarta.xml.bind.annotation.DomHandler
  missing type arguments for generic class jakarta.xml.bind.annotation.DomHandler<ElementT,ResultT>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/DomHandlerConverter.java:[73,35] found raw type: jakarta.xml.bind.annotation.DomHandler
  missing type arguments for generic class jakarta.xml.bind.annotation.DomHandler<ElementT,ResultT>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/DomHandlerConverter.java:[103,41] unchecked call to getElement(ResultT) as a member of the raw type jakarta.xml.bind.annotation.DomHandler
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/DomHandlerConverter.java:[114,44] unchecked call to marshal(ElementT,jakarta.xml.bind.ValidationEventHandler) as a member of the raw type jakarta.xml.bind.annotation.DomHandler
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/DomHandlerConverter.java:[116,44] unchecked call to marshal(ElementT,jakarta.xml.bind.ValidationEventHandler) as a member of the raw type jakarta.xml.bind.annotation.DomHandler
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/GenericsClassHelper.java:[28,8] class org.eclipse.persistence.internal.jaxb.GenericsClassHelper in exported package org.eclipse.persistence.internal.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/GenericsClassHelper.java:[188,79] found raw type: java.lang.reflect.TypeVariable
  missing type arguments for generic class java.lang.reflect.TypeVariable<D>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/GenericsClassHelper.java:[192,79] found raw type: java.lang.reflect.TypeVariable
  missing type arguments for generic class java.lang.reflect.TypeVariable<D>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/GenericsClassHelper.java:[193,58] found raw type: java.lang.reflect.TypeVariable
  missing type arguments for generic class java.lang.reflect.TypeVariable<D>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/GenericsClassHelper.java:[214,101] found raw type: java.lang.reflect.TypeVariable
  missing type arguments for generic class java.lang.reflect.TypeVariable<D>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/GenericsClassHelper.java:[215,58] found raw type: java.lang.reflect.TypeVariable
  missing type arguments for generic class java.lang.reflect.TypeVariable<D>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/GenericsClassHelper.java:[218,9] found raw type: java.lang.reflect.TypeVariable
  missing type arguments for generic class java.lang.reflect.TypeVariable<D>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/GenericsClassHelper.java:[220,13] found raw type: java.lang.reflect.TypeVariable
  missing type arguments for generic class java.lang.reflect.TypeVariable<D>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/IDResolver.java:[38,17] class org.eclipse.persistence.jaxb.IDResolver in exported package org.eclipse.persistence.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[35,13] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[36,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Field
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Field<CONVERSION_MANAGER,NAMESPACE_RESOLVER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[37,13] found raw type: org.eclipse.persistence.core.mappings.CoreMapping
  missing type arguments for generic class org.eclipse.persistence.core.mappings.CoreMapping<ATTRIBUTE_ACCESSOR,ABSTRACT_SESSION,CONTAINER_POLICY,DESCRIPTOR,FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[38,13] found raw type: org.eclipse.persistence.core.mappings.converters.CoreConverter
  missing type arguments for generic class org.eclipse.persistence.core.mappings.converters.CoreConverter<MAPPING,SESSION>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[42,33] found raw type: org.eclipse.persistence.internal.oxm.mappings.Field
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Field<CONVERSION_MANAGER,NAMESPACE_RESOLVER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[48,12] found raw type: org.eclipse.persistence.core.mappings.converters.CoreConverter
  missing type arguments for generic class org.eclipse.persistence.core.mappings.converters.CoreConverter<MAPPING,SESSION>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[52,36] found raw type: org.eclipse.persistence.core.mappings.converters.CoreConverter
  missing type arguments for generic class org.eclipse.persistence.core.mappings.converters.CoreConverter<MAPPING,SESSION>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[75,78] unchecked method invocation: method convertObject in interface org.eclipse.persistence.internal.databaseaccess.Platform is applied to given types
  required: java.lang.Object,java.lang.Class<T>
  found:    java.lang.Object,java.lang.Class
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[75,124] unchecked conversion
  required: java.lang.Class<T>
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[83,70] unchecked call to convertDataValueToObjectValue(java.lang.Object,SESSION) as a member of the raw type org.eclipse.persistence.core.mappings.converters.CoreConverter
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[89,24] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[89,20] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class<T>,java.lang.Class<?>,T) as a member of the raw type jakarta.xml.bind.JAXBElement
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[91,24] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[91,20] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class<T>,java.lang.Class<?>,T) as a member of the raw type jakarta.xml.bind.JAXBElement
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[106,72] unchecked call to convertObjectValueToDataValue(java.lang.Object,SESSION) as a member of the raw type org.eclipse.persistence.core.mappings.converters.CoreConverter
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[114,39] unchecked call to initialize(MAPPING,SESSION) as a member of the raw type org.eclipse.persistence.core.mappings.converters.CoreConverter
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementConverter.java:[116,9] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementRootConverter.java:[96,17] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementRootConverter.java:[114,13] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementRootConverter.java:[123,20] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBElementRootConverter.java:[123,16] unchecked call to JAXBElement(javax.xml.namespace.QName,java.lang.Class<T>,T) as a member of the raw type jakarta.xml.bind.JAXBElement
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JaxbClassLoader.java:[52,37] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JaxbClassLoader.java:[52,33] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.reflect.Type>
  found:    java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JaxbClassLoader.java:[63,37] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JaxbClassLoader.java:[63,33] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.reflect.Type>
  found:    java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JaxbClassLoader.java:[77,37] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JaxbClassLoader.java:[77,33] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.reflect.Type>
  found:    java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/TypeMappingInfo.java:[33,8] class org.eclipse.persistence.jaxb.TypeMappingInfo in exported package org.eclipse.persistence.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/TypeMappingInfo.java:[41,13] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/TypeMappingInfo.java:[128,12] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/TypeMappingInfo.java:[137,34] found raw type: org.eclipse.persistence.internal.oxm.mappings.Descriptor
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Descriptor<ATTRIBUTE_ACCESSOR,CORE_MAPPING,FIELD,INHERITANCE_POLICY,INSTANTIATION_POLICY,NAMESPACE_RESOLVER,OBJECT_BUILDER,TABLE,UNMARSHAL_RECORD,UNMARSHALLER>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/MultiArgInstantiationPolicy.java:[33,8] class org.eclipse.persistence.internal.jaxb.MultiArgInstantiationPolicy in exported package org.eclipse.persistence.internal.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[25,38] found raw type: org.eclipse.persistence.internal.jaxb.AttributeNodeImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jaxb.AttributeNodeImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[27,13] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[31,28] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[49,13] found raw type: org.eclipse.persistence.internal.jaxb.AttributeNodeImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jaxb.AttributeNodeImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[49,42] found raw type: org.eclipse.persistence.internal.jaxb.AttributeNodeImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jaxb.AttributeNodeImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[57,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[57,40] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[59,13] found raw type: org.eclipse.persistence.internal.jaxb.AttributeNodeImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jaxb.AttributeNodeImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[59,42] found raw type: org.eclipse.persistence.internal.jaxb.AttributeNodeImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jaxb.AttributeNodeImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[69,9] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[69,40] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[69,36] unchecked call to CoreAttributeGroup(java.lang.String,java.lang.Class<?>,boolean) as a member of the raw type org.eclipse.persistence.core.queries.CoreAttributeGroup
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[71,13] found raw type: org.eclipse.persistence.internal.jaxb.AttributeNodeImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jaxb.AttributeNodeImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[71,42] found raw type: org.eclipse.persistence.internal.jaxb.AttributeNodeImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jaxb.AttributeNodeImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/ObjectGraphImpl.java:[88,12] found raw type: org.eclipse.persistence.core.queries.CoreAttributeGroup
  missing type arguments for generic class org.eclipse.persistence.core.queries.CoreAttributeGroup<ATTRIBUTE_ITEM,DESCRIPTOR>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:[148,44] unchecked cast
  required: jakarta.xml.bind.annotation.adapters.XmlAdapter<java.lang.Object,?>
  found:    jakarta.xml.bind.annotation.adapters.XmlAdapter<capture#1 of ?,capture#2 of ?>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:[73,27] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:[95,22] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:[108,22] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[74,5] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[88,28] found raw type: java.lang.Class
  missing type arguments for generic class java.lang.Class<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[91,57] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[101,36] unchecked method invocation: constructor <init> in class org.eclipse.persistence.internal.oxm.record.namespaces.MapNamespacePrefixMapper is applied to given types
  required: java.util.Map<java.lang.String,java.lang.String>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[101,65] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.String>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[290,39] found raw type: org.eclipse.persistence.internal.oxm.mappings.CompositeCollectionMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.CompositeCollectionMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHAL_KEEP_AS_ELEMENT_POLICY,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[294,39] found raw type: org.eclipse.persistence.internal.oxm.mappings.CompositeObjectMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.CompositeObjectMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHAL_KEEP_AS_ELEMENT_POLICY,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[321,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.DirectMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.DirectMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[327,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[342,32] found raw type: org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.ChoiceObjectMapping<ATTRIBUTE_ACCESSOR,ABSTRACT_SESSION,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHALLER,XML_FIELD,XML_MAPPING,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[349,39] found raw type: org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.ChoiceCollectionMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHALLER,XML_FIELD,XML_MAPPING,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[369,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.DirectMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.DirectMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[375,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[380,32] found raw type: org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,MIME_TYPE_POLICY,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[385,32] found raw type: org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,MIME_TYPE_POLICY,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[437,39] found raw type: org.eclipse.persistence.internal.oxm.mappings.Mapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.Mapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,DESCRIPTOR,FIELD,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[440,32] found raw type: org.eclipse.persistence.internal.oxm.mappings.CollectionReferenceMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.CollectionReferenceMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,DESCRIPTOR,FIELD,UNMARSHAL_RECORD,XML_FIELD,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[441,100] unchecked conversion
  required: java.util.Set<org.eclipse.persistence.oxm.XMLField>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[444,21] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[468,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.CompositeCollectionMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.CompositeCollectionMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHAL_KEEP_AS_ELEMENT_POLICY,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[470,17] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[500,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.DirectCollectionMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[502,17] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[532,39] found raw type: org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.BinaryDataCollectionMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,MIME_TYPE_POLICY,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[534,17] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[569,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.DirectMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.DirectMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[571,17] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[598,45] found raw type: org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,MIME_TYPE_POLICY,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[611,39] found raw type: org.eclipse.persistence.internal.oxm.mappings.ObjectReferenceMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.ObjectReferenceMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,DESCRIPTOR,FIELD,UNMARSHAL_RECORD,XML_FIELD,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[612,100] unchecked conversion
  required: java.util.Set<org.eclipse.persistence.oxm.XMLField>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[615,21] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[638,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.CompositeObjectMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.CompositeObjectMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHAL_KEEP_AS_ELEMENT_POLICY,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[641,17] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[674,39] found raw type: org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.BinaryDataMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,MIME_TYPE_POLICY,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[676,17] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[711,39] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[802,17] found raw type: org.eclipse.persistence.internal.oxm.mappings.DirectMapping
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.mappings.DirectMapping<ABSTRACT_SESSION,ATTRIBUTE_ACCESSOR,CONTAINER_POLICY,CONVERTER,DESCRIPTOR,FIELD,MARSHALLER,SESSION,UNMARSHALLER,XML_RECORD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[815,17] found raw type: java.lang.Class
  missing type arguments for generic class java.lang.Class<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[823,28] found raw type: java.lang.Class
  missing type arguments for generic class java.lang.Class<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/json/schema/JsonSchemaGenerator.java:[873,51] found raw type: org.eclipse.persistence.internal.oxm.XPathFragment
  missing type arguments for generic class org.eclipse.persistence.internal.oxm.XPathFragment<XML_FIELD>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlBindings.java:[98,8] class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlBindings.java:[517,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.JavaTypes in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlBindings.java:[577,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.XmlEnums in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlBindings.java:[637,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlBindings.XmlRegistries in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:[73,8] class org.eclipse.persistence.jaxb.JAXBContextFactory in exported package org.eclipse.persistence.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:[218,59] unchecked cast
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/JavaType.java:[83,8] class org.eclipse.persistence.jaxb.xmlmodel.JavaType in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/JavaType.java:[713,19] class org.eclipse.persistence.jaxb.xmlmodel.JavaType.JavaAttributes in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlProperties.java:[59,8] class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlProperties.java:[115,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlProperties.XmlProperty in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlSchema.java:[64,8] class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/xmlmodel/XmlSchema.java:[231,19] class org.eclipse.persistence.jaxb.xmlmodel.XmlSchema.XmlNs in exported package org.eclipse.persistence.jaxb.xmlmodel declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.moxy
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[320,51] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.TypeInfo is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[320,72] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[322,51] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.TypeInfo is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[322,73] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[444,109] unchecked cast
  required: java.util.Map<java.lang.String,org.eclipse.persistence.jaxb.compiler.TypeInfo>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[501,18] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[744,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[744,64] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[814,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[814,64] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[898,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[898,64] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1065,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1065,64] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1274,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1274,64] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1331,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1331,64] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1383,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1383,64] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1435,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1435,64] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1529,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1529,64] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1599,42] unchecked method invocation: method setUserProperties in class org.eclipse.persistence.jaxb.compiler.Property is applied to given types
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1599,64] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1601,52] unchecked call to add(E) as a member of the raw type java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1667,49] found raw type: java.util.ArrayList
  missing type arguments for generic class java.util.ArrayList<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1667,45] unchecked call to ArrayList(java.util.Collection<? extends E>) as a member of the raw type java.util.ArrayList
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1667,31] unchecked method invocation: method put in interface java.util.Map is applied to given types
  required: K,V
  found:    java.lang.String,java.util.ArrayList
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1667,45] unchecked conversion
  required: V
  found:    java.util.ArrayList
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1696,33] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1702,20] unchecked call to add(E) as a member of the raw type java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1937,13] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1938,51] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1955,66] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1955,13] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1956,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[1963,24] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2235,21] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2237,13] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2240,13] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2241,13] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2245,46] unchecked method invocation: method add in interface java.util.List is applied to given types
  required: E
  found:    jakarta.xml.bind.JAXBElement
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/compiler/XMLProcessor.java:[2245,47] unchecked conversion
  required: E
  found:    jakarta.xml.bind.JAXBElement
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/javamodel/Helper.java:[122,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[241,23] getAdapter(java.lang.Class) in org.eclipse.persistence.jaxb.JAXBMarshaller implements <A>getAdapter(java.lang.Class<A>) in jakarta.xml.bind.Marshaller
  return type requires unchecked conversion from jakarta.xml.bind.annotation.adapters.XmlAdapter to A
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[162,47] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[183,52] unchecked call to setValue(T) as a member of the raw type org.eclipse.persistence.internal.jaxb.WrappedValue
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java:[201,52] unchecked call to setValue(T) as a member of the raw type org.eclipse.persistence.internal.jaxb.WrappedValue
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/dynamic/DynamicJAXBContextFactory.java: /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/dynamic/DynamicJAXBContextFactory.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBMarshaller.java: Some input files additionally use unchecked or unsafe operations.
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.moxy ---
[WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.moxy:jar:5.0.0-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] 
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.moxy ---
[INFO] Copying 2413 resources from src/test/resources to target/test-classes
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.moxy ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2779 source files with javac [debug deprecation release 17 module-path] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/module-info.java:[29,14] requires directive for an automatic module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/TestObject.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.TestObject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/cdata/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.cdata.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlaccessmethods/Employee.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlaccessmethods.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlaccessorfactory/CustomerPackageLevel.java:[20,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlaccessorfactory.CustomerPackageLevel overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlclassextractor/Vehicle.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlclassextractor.Vehicle overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlclassextractor/Car.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlclassextractor.Car overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlclassextractor/ParkingLot.java:[26,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlclassextractor.ParkingLot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlcontainerproperty/Address.java:[20,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-master/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-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmldiscriminator/Car.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmldiscriminator.Car overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmldiscriminator/ns/Car.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmldiscriminator.ns.Car overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmldiscriminator/ns/Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmldiscriminator.ns.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/emptystringns/TestObject.java:[18,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.emptystringns.TestObject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/qualified/ComplexType.java:[67,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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/qualified/ComplexType.java:[27,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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/unqualified/ComplexType.java:[67,19] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.unqualified.ComplexType.TestLocal overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/unqualified/ComplexType.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.unqualified.ComplexType overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/xsitype/ExampleType.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.xsitype.ExampleType overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/xsitype2/Bar.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.xsitype2.Bar overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/xsitype2/Foo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.xsitype2.Foo overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementsjoinnodes/Client.java:[28,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementsjoinnodes.Client overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/Owner.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.Owner overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/Thing.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.Thing overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/OwnerIntegerId.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/ThingIntegerId.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.ThingIntegerId overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/inheritance/ComplexNode.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.inheritance.ComplexNode overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/inheritance/LeafNode.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.inheritance.LeafNode overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/AddressSelfSource.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.AddressSelfSource overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/AddressSelfTarget.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.AddressSelfTarget overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/Contact.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.Contact overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/Customer.java:[20,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinlinebinarydata/FieldRoot.java:[26,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinlinebinarydata.FieldRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinlinebinarydata/HexRoot.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinlinebinarydata.HexRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinversereference/Child.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinversereference.Child overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinversereference/Parent.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinversereference.Parent overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmljoinnode/Address.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmljoinnode.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmljoinnode/Company.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmljoinnode.Company overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmljoinnode/Employee.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmljoinnode.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmljoinnode/xmlvalue/Customer.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmljoinnode.xmlvalue.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmljoinnode/xmlvalue/Order.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmljoinnode.xmlvalue.Order overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmljoinnode/xmlvalue/Root.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmljoinnode.xmlvalue.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/Data.java:[29,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.Data overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/SubData.java:[26,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.SubData overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/DataNT.java:[28,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.DataNT overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/SubDataNT.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.SubDataNT overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/XmlLocationNonTransientTestCases.java:[67,13] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.XmlLocationNonTransientTestCases.TestLocator overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/XmlLocationTestCases.java:[64,13] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.XmlLocationTestCases.TestLocator overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnametransformer/classlevel/upper/Employee.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnametransformer.classlevel.upper.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnametransformer/upper/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnametransformer.upper.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnametransformer/upper/Employee.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnametransformer.upper.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnullpolicy/DefaultNoNodeEmployee.java:[28,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnullpolicy.DefaultNoNodeEmployee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnullpolicy/Employee.java:[28,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnullpolicy.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlnullpolicy/EmployeeNoXmlElement.java:[28,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlnullpolicy.EmployeeNoXmlElement overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/Address.java:[20,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/Employee.java:[29,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/attributecollection/TestClass.java:[29,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.attributecollection.TestClass overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/enumtype/Customer.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.enumtype.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/AttributeRoot.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.AttributeRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/Customer.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/CustomerWithSlash.java:[30,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.CustomerWithSlash overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/PositionalRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.PositionalRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/QNameRoot.java:[28,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.QNameRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ReferenceChild.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ReferenceChild overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ReferenceRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ReferenceRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/XPathsRoot.java:[30,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.XPathsRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/adapter/Customer.java:[31,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.adapter.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/adapter/PhoneNumber.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.adapter.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/Customer.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/PositionalRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.PositionalRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/QNameRoot.java:[28,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.QNameRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/ReferenceChild.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.ReferenceChild overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/ReferenceRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.ReferenceRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/XPathsRoot.java:[30,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.XPathsRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/schematype/Root.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.schematype.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/self/Creditor.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.self.Creditor overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/self/PaymentInf.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.self.PaymentInf overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpaths/Employee.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpaths.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpaths/InvalidEmployee.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpaths.InvalidEmployee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpaths/override/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpaths.override.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlreadonly/Employee.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlreadonly.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransformation/AddressNoCtor.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransformation.AddressNoCtor overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransformation/Employee.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransformation.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransformation/EmployeeWithAddress.java:[20,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransformation.EmployeeWithAddress overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransformation/EmployeeWithAddressAndTransformer.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransformation.EmployeeWithAddressAndTransformer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransformation/SimpleRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransformation.SimpleRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransient/ChildClass.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransient.ChildClass overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransient/DoubleTransient.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransient.DoubleTransient overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransient/FieldRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransient.FieldRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransient/TransientClass.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransient.TransientClass overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmltransient/PropertyRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmltransient.PropertyRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/Bottom.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Bottom overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/Parent.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Parent overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/Child.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/Middle.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Middle overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/Top.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Top overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/XsiTypeRoot.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XsiTypeRoot overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/adapter/Bottom.java:[20,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.adapter.Bottom overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/adapter/Middle.java:[20,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.adapter.Middle overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/adapter/Top.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.adapter.Top overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/attribute/Bottom.java:[21,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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/attribute/Middle2.java:[21,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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/attribute/Middle1.java:[21,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-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/integer/Bottom.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.integer.Bottom overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/integer/Middle.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.integer.Middle overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/integer/Top.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.integer.Top overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/text/Bottom.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.text.Bottom overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/text/Middle2.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.text.Middle2 overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/text/Middle1.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.text.Middle1 overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlvalue/text/Top.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.text.Top overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlwriteonly/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlwriteonly.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/binder/adapter/Element.java:[28,8] Class org.eclipse.persistence.testing.jaxb.binder.adapter.Element overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/binder/xmlanyelement/Input.java:[24,8] Class org.eclipse.persistence.testing.jaxb.binder.xmlanyelement.Input overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/classloader/ClassB.java:[17,8] Class org.eclipse.persistence.testing.jaxb.classloader.ClassB overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/CollectionHolder.java:[36,8] Class org.eclipse.persistence.testing.jaxb.collections.CollectionHolder overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/ReferencedObject.java:[21,8] Class org.eclipse.persistence.testing.jaxb.collections.ReferencedObject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/CollectionHolderNillable.java:[34,8] Class org.eclipse.persistence.testing.jaxb.collections.CollectionHolderNillable overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/CollectionHolderWrappers.java:[35,8] Class org.eclipse.persistence.testing.jaxb.collections.CollectionHolderWrappers overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/DequeHolder.java:[36,8] Class org.eclipse.persistence.testing.jaxb.collections.DequeHolder overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/NavigableSetHolder.java:[35,8] Class org.eclipse.persistence.testing.jaxb.collections.NavigableSetHolder overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/QueueHolder.java:[38,8] Class org.eclipse.persistence.testing.jaxb.collections.QueueHolder overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/SetHolder.java:[38,8] Class org.eclipse.persistence.testing.jaxb.collections.SetHolder overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/SortedSetHolder.java:[35,8] Class org.eclipse.persistence.testing.jaxb.collections.SortedSetHolder overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/converter/jaxbenum/Employee.java:[17,8] Class org.eclipse.persistence.testing.jaxb.converter.jaxbenum.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/converter/typesafeenum/Employee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.converter.typesafeenum.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/cycle/Email.java:[17,8] Class org.eclipse.persistence.testing.jaxb.cycle.Email overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/defaultvalue/TestObject.java:[22,8] Class org.eclipse.persistence.testing.jaxb.defaultvalue.TestObject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/defaultvalue/TestXmlValueEnumObject.java:[21,8] Class org.eclipse.persistence.testing.jaxb.defaultvalue.TestXmlValueEnumObject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/defaultvalue/TestXmlValueObject.java:[21,8] Class org.eclipse.persistence.testing.jaxb.defaultvalue.TestXmlValueObject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/jaxbcontext/sessioneventlistener/AddressAddedByEvent.java:[17,8] Class org.eclipse.persistence.testing.jaxb.jaxbcontext.sessioneventlistener.AddressAddedByEvent overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/dynamic/withstatic/Address.java:[19,8] Class org.eclipse.persistence.testing.jaxb.dynamic.withstatic.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/dynamic/withstatic/AddressWithPhone.java:[21,8] Class org.eclipse.persistence.testing.jaxb.dynamic.withstatic.AddressWithPhone overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/employee/Employee.java:[21,8] Class org.eclipse.persistence.testing.jaxb.employee.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/employee/EmployeeNoWrapper.java:[21,8] Class org.eclipse.persistence.testing.jaxb.employee.EmployeeNoWrapper overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/employee/Employee_B.java:[20,8] Class org.eclipse.persistence.testing.jaxb.employee.Employee_B overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/emptystring/Customer.java:[22,8] Class org.eclipse.persistence.testing.jaxb.emptystring.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/emptystring/ListsTestObject.java:[23,8] Class org.eclipse.persistence.testing.jaxb.emptystring.ListsTestObject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/events/Address.java:[19,8] Class org.eclipse.persistence.testing.jaxb.events.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/events/Employee.java:[21,8] Class org.eclipse.persistence.testing.jaxb.events.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/events/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.events.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/jaxbcontextfactory/bindingformat/file/Foo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.jaxbcontextfactory.bindingformat.file.Foo overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/jaxbcontextfactory/bindingformat/inputsource/Foo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.jaxbcontextfactory.bindingformat.inputsource.Foo overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/jaxbcontextfactory/bindingformat/inputstream/Foo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.jaxbcontextfactory.bindingformat.inputstream.Foo overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/jaxbcontextfactory/bindingformat/reader/Foo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.jaxbcontextfactory.bindingformat.reader.Foo overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/jaxbcontextfactory/bindingformat/reader/FooWithRootElement.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.jaxbcontextfactory.bindingformat.reader.FooWithRootElement overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/jaxbcontextfactory/bindingformat/source/Foo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.jaxbcontextfactory.bindingformat.source.Foo overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/anyattribute/Employee.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.anyattribute.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/anyattribute/XmlAnyAttributeSubTypeMapModel.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.anyattribute.XmlAnyAttributeSubTypeMapModel overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/anycollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.anycollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/anyobject/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.anyobject.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/binarydata/MyData.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.binarydata.MyData overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/binarydatacollection/MyData.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.binarydatacollection.MyData overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/Employee.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/reference/Address.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.reference.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/reference/Client.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.reference.Client overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/reference/PhoneNumber.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.reference.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/reference/Root.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.reference.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choicecollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choicecollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/collectionreference/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.collectionreference.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/collectionreference/Root.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.collectionreference.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/collectionreference/Employee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.collectionreference.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/composite/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.composite.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/composite/Employee.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.composite.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/composite/Phone.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.composite.Phone overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/composite/Department.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.composite.Department overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/composite/cyclic/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.composite.cyclic.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/composite/cyclic/multiplenamespaces/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.composite.cyclic.multiplenamespaces.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/composite/multiplenamespaces/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.composite.multiplenamespaces.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/compositecollection/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.compositecollection.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/compositecollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.compositecollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/direct/Car.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.direct.Car overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/direct/Employee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.direct.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/direct/Price.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.direct.Price overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/direct/Team.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.direct.Team overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/directcollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.directcollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/multiple/CustomDateType.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.multiple.CustomDateType overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/multiple/CustomQuoteRequest.java:[26,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.multiple.CustomQuoteRequest overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/objectreference/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.objectreference.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/objectreference/Employee.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.objectreference.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/objectreference/Root.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.objectreference.Root overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/xmlinversereference/Address.java:[25,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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/xmlinversereference/Employee.java:[27,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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/xmlinversereference/PhoneNumber.java:[19,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-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/xmltransformation/Employee.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.xmltransformation.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/multiplebindings/simple/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.multiplebindings.simple.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/multiplebindings/simple/Phone.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.multiplebindings.simple.Phone overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/namespace/Customer.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.namespace.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/superclassoverride/SubClass.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.superclassoverride.SubClass overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessororder/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessororder.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessororder/packagelevel/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessororder.packagelevel.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessororder/packagelevel/classoverride/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessororder.packagelevel.classoverride.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessororder/packagelevel/javaclassoverride/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessororder.packagelevel.javaclassoverride.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/inheritance/B.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.inheritance.B overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/none/Employee.java:[22,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.none.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/packagelevel/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.packagelevel.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/packagelevel/classoverride/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.packagelevel.classoverride.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/packagelevel/javaclassoverride/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.packagelevel.javaclassoverride.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/packagelevel/nooverride/Employee.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.packagelevel.nooverride.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/property/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.property.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/propertylevel/Customer.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/publicmember/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.publicmember.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/CustomDateType.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.CustomDateType overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/classlevel/MyCalendar.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.classlevel.MyCalendar overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/classlevel/MyClass.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.classlevel.MyClass overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/hexbinary/Customer.java:[18,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.hexbinary.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/list/FooWithBar.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.list.FooWithBar overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/list/FooWithBars.java:[24,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.list.FooWithBars overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/negative/Customer.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.negative.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/packagelevel/MyClass.java:[22,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.packagelevel.MyClass overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/packagelevel/unspecified/Address.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.packagelevel.unspecified.Address overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/packagelevel/unspecified/Employee.java:[25,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.packagelevel.unspecified.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/property/MyClass.java:[22,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.property.MyClass overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/unmappable/package1/Container.java:[18,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.unmappable.package1.Container overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmladapter/xmlelementref/Foo.java:[18,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmladapter.xmlelementref.Foo overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyattribute/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyattribute.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/Dom.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.Dom overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/Employee.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/EmployeeWithList.java:[21,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.EmployeeWithList overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/xmlelementrefs/Bar.java:[18,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.xmlelementrefs.Bar overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/xmlelementrefs/FooImplNoAnnotations.java:[22,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.xmlelementrefs.FooImplNoAnnotations overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/xmlelementrefs2/Customer.java:[30,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.xmlelementrefs2.Customer overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/xmlelementrefs2/Email.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.xmlelementrefs2.Email overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/xmlelementrefs2/Phone.java:[19,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.xmlelementrefs2.Phone overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/xmlelementrefs3/FooImpl.java:[31,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.xmlelementrefs3.FooImpl overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlattribute/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlattribute.Employee overrides equals, but neither it nor any superclass overrides hashCode method
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/schemagen/date/DateTestCases.java: Some input files additionally use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/JAXBTestCases.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/JAXBTestCases.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.moxy ---
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- surefire:3.2.5:test (test-moxy-jaxb-srg) @ org.eclipse.persistence.moxy ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.jaxb.JAXBSRGTestSuite
removed existing: /tmp/schema1.xsd
[INFO] Tests run: 627, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.729 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.2.5:test (test-moxy-jaxb) @ org.eclipse.persistence.moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire:3.2.5:test (test-moxy-jaxb-non-default-system-properties) @ org.eclipse.persistence.moxy ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.moxy ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.moxy ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/bom.json
[INFO]            attaching as org.eclipse.persistence.moxy-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >---------
[INFO] Building EclipseLink JPA 5.0.0-SNAPSHOT                          [9/135]
[INFO]   from jpa/org.eclipse.persistence.jpa/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa ---
[INFO] Copying 18 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 577 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[16,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[322,40] ORDER_UPDATES in org.eclipse.persistence.config.EntityManagerProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[392,71] unchecked cast
  required: java.util.Map<java.lang.String,?>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[479,63] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[493,68] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[514,31] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[532,31] unchecked method invocation: constructor <init> in class java.util.HashMap is applied to given types
  required: java.util.Map<? extends K,? extends V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[532,31] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[611,113] found raw type: java.util.IdentityHashMap
  missing type arguments for generic class java.util.IdentityHashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[634,37] unchecked cast
  required: T
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[677,99] found raw type: java.util.IdentityHashMap
  missing type arguments for generic class java.util.IdentityHashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[829,36] unchecked cast
  required: T
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1236,109] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1243,32] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1345,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1387,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1551,94] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1561,50] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1565,32] unchecked method invocation: method apply in class org.eclipse.persistence.internal.jpa.QueryHintsHandler is applied to given types
  required: java.util.Map<java.lang.String,java.lang.Object>,org.eclipse.persistence.queries.DatabaseQuery,java.lang.ClassLoader,org.eclipse.persistence.internal.sessions.AbstractSession
  found:    java.util.Map,org.eclipse.persistence.queries.ReadObjectQuery,java.lang.ClassLoader,org.eclipse.persistence.internal.sessions.AbstractSession
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1565,33] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1573,65] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1743,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1757,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1795,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1810,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1825,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1843,13] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1846,32] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[1869,48] unchecked cast
  required: jakarta.persistence.TypedQuery<T>
  found:    jakarta.persistence.Query
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2190,17] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2233,31] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2235,27] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2237,70] unchecked method invocation: method setProperties in class org.eclipse.persistence.internal.sessions.AbstractSession is applied to given types
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2237,71] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2431,45] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2439,17] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[2453,91] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3046,46] unchecked cast
  required: T
  found:    org.eclipse.persistence.sessions.UnitOfWork
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3048,28] unchecked cast
  required: T
  found:    org.eclipse.persistence.internal.jpa.EntityManagerImpl
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3050,51] unchecked cast
  required: T
  found:    org.eclipse.persistence.internal.sessions.AbstractSession
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3052,51] unchecked cast
  required: T
  found:    org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3054,49] unchecked cast
  required: T
  found:    org.eclipse.persistence.sessions.server.ServerSession
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3056,49] unchecked cast
  required: T
  found:    org.eclipse.persistence.sessions.broker.SessionBroker
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3078,32] unchecked cast
  required: T
  found:    java.sql.Connection
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3080,70] unchecked cast
  required: T
  found:    java.sql.Connection
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3089,54] unchecked cast
  required: T
  found:    java.sql.Connection
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3095,70] unchecked cast
  required: T
  found:    java.sql.Connection
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3103,64] unchecked cast
  required: T
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3163,30] found raw type: jakarta.persistence.criteria.CriteriaUpdate
  missing type arguments for generic class jakarta.persistence.criteria.CriteriaUpdate<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3166,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3174,30] found raw type: jakarta.persistence.criteria.CriteriaDelete
  missing type arguments for generic class jakarta.persistence.criteria.CriteriaDelete<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[3177,24] found raw type: org.eclipse.persistence.internal.jpa.EJBQueryImpl
  missing type arguments for generic class org.eclipse.persistence.internal.jpa.EJBQueryImpl<X>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityGraphImpl.java:[197,69] unchecked conversion
  required: java.lang.Class<T>
  found:    java.lang.Class
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[92,89] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[99,28] unchecked call to add(E) as a member of the raw type java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[107,90] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[111,31] unchecked call to addAll(java.util.Collection<? extends E>) as a member of the raw type java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[140,36] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[199,19] getPKClassInstance() in org.eclipse.persistence.internal.jpa.CMP3Policy overrides <T>getPKClassInstance() in org.eclipse.persistence.descriptors.CMPPolicy
  return type requires unchecked conversion from java.lang.Object to T
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[282,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[366,13] found raw type: java.util.List
  missing type arguments for generic class java.util.List<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[366,36] found raw type: java.util.ArrayList
  missing type arguments for generic class java.util.ArrayList<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[486,57] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[496,57] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[606,66] found raw type: org.eclipse.persistence.internal.security.PrivilegedMethodInvoker
  missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedMethodInvoker<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[606,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[606,61] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types
  required: java.security.PrivilegedExceptionAction<T>
  found:    org.eclipse.persistence.internal.security.PrivilegedMethodInvoker
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[606,62] unchecked conversion
  required: java.security.PrivilegedExceptionAction<T>
  found:    org.eclipse.persistence.internal.security.PrivilegedMethodInvoker
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[628,59] found raw type: org.eclipse.persistence.internal.security.PrivilegedMethodInvoker
  missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedMethodInvoker<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[628,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[628,54] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types
  required: java.security.PrivilegedExceptionAction<T>
  found:    org.eclipse.persistence.internal.security.PrivilegedMethodInvoker
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[628,55] unchecked conversion
  required: java.security.PrivilegedExceptionAction<T>
  found:    org.eclipse.persistence.internal.security.PrivilegedMethodInvoker
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[666,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[666,61] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types
  required: java.security.PrivilegedExceptionAction<T>
  found:    org.eclipse.persistence.internal.security.PrivilegedGetValueFromField
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[666,62] unchecked conversion
  required: java.security.PrivilegedExceptionAction<T>
  found:    org.eclipse.persistence.internal.security.PrivilegedGetValueFromField
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[683,35] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[684,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[684,54] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types
  required: java.security.PrivilegedExceptionAction<T>
  found:    org.eclipse.persistence.internal.security.PrivilegedSetValueInField
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[684,55] unchecked conversion
  required: java.security.PrivilegedExceptionAction<T>
  found:    org.eclipse.persistence.internal.security.PrivilegedSetValueInField
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CacheImpl.java:[500,24] unchecked cast
  required: T
  found:    org.eclipse.persistence.internal.jpa.CacheImpl
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CacheImpl.java:[503,35] unchecked cast
  required: T
  found:    org.eclipse.persistence.sessions.IdentityMapAccessor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[112,15] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[178,75] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[230,21] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[230,98] unchecked method invocation: method splitSpecifiedProperties in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types
  required: java.util.Map<K,V>,java.util.Collection<K>
  found:    java.util.Map,java.util.Set<java.lang.String>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[230,99] unchecked conversion
  required: java.util.Map<K,V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[231,21] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[241,21] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[241,85] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types
  required: java.util.Map<K,V>,java.util.Map<K,V>
  found:    java.util.Map,java.util.Map<java.lang.String,java.lang.Object>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[241,86] unchecked conversion
  required: java.util.Map<K,V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[324,46] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[329,87] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[338,57] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[380,20] finalize() in java.lang.Object has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[418,38] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[447,103] ORDER_UPDATES in org.eclipse.persistence.config.EntityManagerProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[474,33] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[669,86] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types
  required: java.util.Map<K,V>,java.util.Map<K,V>
  found:    java.util.Map,java.util.Map<java.lang.String,java.lang.Object>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[669,87] unchecked conversion
  required: java.util.Map<K,V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[669,47] unchecked method invocation: method unmodifiableMap in class java.util.Collections is applied to given types
  required: java.util.Map<? extends K,? extends V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[669,47] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[671,47] unchecked method invocation: method unmodifiableMap in class java.util.Collections is applied to given types
  required: java.util.Map<? extends K,? extends V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[671,47] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[843,24] unchecked cast
  required: T
  found:    org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[845,24] unchecked cast
  required: T
  found:    org.eclipse.persistence.internal.jpa.EntityManagerFactoryDelegate
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[847,47] unchecked cast
  required: T
  found:    org.eclipse.persistence.internal.sessions.AbstractSession
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[849,47] unchecked cast
  required: T
  found:    org.eclipse.persistence.internal.sessions.DatabaseSessionImpl
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[851,45] unchecked cast
  required: T
  found:    org.eclipse.persistence.sessions.server.ServerSession
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[853,45] unchecked cast
  required: T
  found:    org.eclipse.persistence.sessions.broker.SessionBroker
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[175,26] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[137,84] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[154,72] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[162,83] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[166,83] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[170,83] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[179,75] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[183,75] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[190,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[206,65] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[210,67] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[214,67] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[221,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[230,67] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[257,62] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[338,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[338,28] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[350,16] unchecked conversion
  required: java.util.Map<K,V>[]
  found:    java.util.Map[]
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[365,48] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[392,50] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[399,22] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[404,45] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[514,48] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[563,76] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[576,49] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[644,64] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[665,13] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[665,45] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types
  required: java.util.Map<K,V>,java.util.Map<K,V>
  found:    java.util.Map,java.util.Properties
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[665,46] unchecked conversion
  required: java.util.Map<K,V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[680,33] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[680,113] unchecked method invocation: method getPropertyOverrides in interface org.eclipse.persistence.jpa.metadata.MetadataSource is applied to given types
  required: java.util.Map<java.lang.String,java.lang.Object>,java.lang.ClassLoader,org.eclipse.persistence.logging.SessionLog
  found:    java.util.Map,java.lang.ClassLoader,org.eclipse.persistence.logging.SessionLog
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[680,114] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[683,65] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types
  required: java.util.Map<K,V>,java.util.Map<K,V>
  found:    java.util.Map,java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[683,66] unchecked conversion
  required: java.util.Map<K,V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[683,86] unchecked conversion
  required: java.util.Map<K,V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[694,71] unchecked method invocation: method storeProject in interface org.eclipse.persistence.jpa.metadata.ProjectCache is applied to given types
  required: org.eclipse.persistence.sessions.Project,java.util.Map<java.lang.String,?>,org.eclipse.persistence.logging.SessionLog
  found:    org.eclipse.persistence.sessions.Project,java.util.Map,org.eclipse.persistence.logging.SessionLog
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[694,99] unchecked conversion
  required: java.util.Map<java.lang.String,?>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[762,51] unchecked method invocation: method setProperties in class org.eclipse.persistence.internal.sessions.AbstractSession is applied to given types
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[762,52] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[829,37] unchecked method invocation: method writeDDL in class org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl is applied to given types
  required: java.util.Map<java.lang.String,?>,org.eclipse.persistence.internal.sessions.DatabaseSessionImpl,java.lang.ClassLoader
  found:    java.util.Map,org.eclipse.persistence.internal.sessions.DatabaseSessionImpl,java.lang.ClassLoader
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[829,38] unchecked conversion
  required: java.util.Map<java.lang.String,?>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1020,44] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1071,141] unchecked cast
  required: java.lang.Class<? extends org.eclipse.persistence.sessions.ExternalTransactionController>
  found:    java.lang.Class<capture#1 of ?>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1076,123] unchecked cast
  required: java.lang.Class<? extends org.eclipse.persistence.sessions.ExternalTransactionController>
  found:    java.lang.Class<capture#2 of ?>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1120,39] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1148,33] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1222,48] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1245,34] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1311,35] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1372,20] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1434,51] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1442,50] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1463,51] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1487,58] found raw type: org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass
  missing type arguments for generic class org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1487,54] unchecked call to PrivilegedNewInstanceFromClass(java.lang.Class<T>) as a member of the raw type org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1487,24] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1487,53] unchecked method invocation: method doPrivileged in class java.security.AccessController is applied to given types
  required: java.security.PrivilegedExceptionAction<T>
  found:    org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1487,54] unchecked conversion
  required: java.security.PrivilegedExceptionAction<T>
  found:    org.eclipse.persistence.internal.security.PrivilegedNewInstanceFromClass
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1496,50] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1508,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1509,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1510,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1594,74] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1595,87] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1698,72] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1709,97] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1743,78] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1773,13] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1780,48] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types
  required: java.util.Map<K,V>,java.util.Map<K,V>
  found:    java.util.Map,java.util.Properties
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1780,49] unchecked conversion
  required: java.util.Map<K,V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1846,75] unchecked method invocation: method retrieveProject in interface org.eclipse.persistence.jpa.metadata.ProjectCache is applied to given types
  required: java.util.Map<java.lang.String,?>,java.lang.ClassLoader,org.eclipse.persistence.logging.SessionLog
  found:    java.util.Map,java.lang.ClassLoader,org.eclipse.persistence.logging.SessionLog
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1846,76] unchecked conversion
  required: java.util.Map<java.lang.String,?>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1927,25] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1931,45] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1936,128] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2031,37] unchecked method invocation: constructor <init> in class org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor is applied to given types
  required: jakarta.persistence.spi.PersistenceUnitInfo,org.eclipse.persistence.internal.sessions.AbstractSession,java.lang.ClassLoader,boolean,boolean,boolean,boolean,boolean,java.util.Map<java.lang.String,java.lang.Object>,org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
  found:    jakarta.persistence.spi.PersistenceUnitInfo,org.eclipse.persistence.internal.sessions.AbstractSession,java.lang.ClassLoader,boolean,boolean,boolean,boolean,boolean,java.util.Map,org.eclipse.persistence.internal.jpa.metadata.MetadataProcessor
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2031,202] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2046,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2176,37] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2180,40] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2198,52] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2213,40] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2213,15] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2215,29] unchecked method invocation: method mergeMaps in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryProvider is applied to given types
  required: java.util.Map<K,V>,java.util.Map<K,V>
  found:    java.util.Map,java.util.Properties
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2215,30] unchecked conversion
  required: java.util.Map<K,V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2228,44] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2367,37] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2386,56] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2396,34] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2428,46] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2442,33] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2506,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2510,14] found raw type: java.util.Iterator
  missing type arguments for generic class java.util.Iterator<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2511,16] found raw type: java.util.Map.Entry
  missing type arguments for generic class java.util.Map.Entry<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2534,9] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2538,31] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2546,62] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2551,71] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2618,64] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2644,71] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2667,61] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2810,34] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2831,13] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2835,35] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2837,117] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2872,17] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2876,21] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2969,45] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2992,40] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2998,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3000,13] found raw type: java.util.Iterator
  missing type arguments for generic class java.util.Iterator<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3002,20] found raw type: java.util.Map.Entry
  missing type arguments for generic class java.util.Map.Entry<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3035,49] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3036,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3041,9] found raw type: java.util.Iterator
  missing type arguments for generic class java.util.Iterator<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3043,16] found raw type: java.util.Map.Entry
  missing type arguments for generic class java.util.Map.Entry<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3132,53] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3191,44] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3213,40] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3235,46] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3289,45] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3313,41] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3342,38] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3351,42] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3360,37] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3377,43] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3394,37] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3407,42] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3421,39] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3446,37] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3466,55] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3484,41] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3502,43] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3523,54] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3542,49] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3558,53] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3575,49] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3607,45] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3623,39] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3637,42] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3647,48] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java: Some input files additionally use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java: Some input files additionally use or override a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java: Some input files additionally use unchecked or unsafe operations.
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa ---
[WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.jpa:jar:5.0.0-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] 
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17 module-path] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa ---
[INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-junit-platform/3.2.5/surefire-junit-platform-3.2.5.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/3.2.5/surefire-junit-platform-3.2.5.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/3.2.5/surefire-junit-platform-3.2.5.pom (4.7 kB at 57 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.pom (3.0 kB at 303 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.pom (3.2 kB at 640 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 210 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.pom (2.8 kB at 566 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-junit-platform/3.2.5/surefire-junit-platform-3.2.5.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/3.2.5/surefire-junit-platform-3.2.5.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/3.2.5/surefire-junit-platform-3.2.5.jar (27 kB at 1.7 MB/s)
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.9.3/junit-platform-launcher-1.9.3.jar (169 kB at 11 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.9.3/junit-platform-engine-1.9.3.jar (189 kB at 7.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.9.3/junit-platform-commons-1.9.3.jar (103 kB at 3.6 MB/s)
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 232 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/platform/junit-platform-launcher/1.10.2/junit-platform-launcher-1.10.2.pom
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.10.2/junit-platform-launcher-1.10.2.pom
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.10.2/junit-platform-launcher-1.10.2.pom (3.0 kB at 303 kB/s)
[INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/platform/junit-platform-launcher/1.10.2/junit-platform-launcher-1.10.2.jar
[INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.10.2/junit-platform-launcher-1.10.2.jar
[INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.10.2/junit-platform-launcher-1.10.2.jar (184 kB at 5.1 MB/s)
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessorTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.240 s -- in org.eclipse.persistence.internal.jpa.deployment.PersistenceUnitProcessorTest
[INFO] Running org.eclipse.persistence.internal.jpa.FindOptionUtilsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.persistence.internal.jpa.FindOptionUtilsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 25 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.test.framework >--
[INFO] Building EclipseLink JPA Test Framework 5.0.0-SNAPSHOT          [10/135]
[INFO]   from jpa/org.eclipse.persistence.jpa.test.framework/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/CMP3TestModel.java:[36,22] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/CMP3TestModel.java:[55,26] unchecked method invocation: method putAll in interface java.util.Map is applied to given types
  required: java.util.Map<? extends K,? extends V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/CMP3TestModel.java:[55,46] unchecked conversion
  required: java.util.Map<? extends K,? extends V>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[511,46] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[524,81] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[533,81] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[565,78] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[573,12] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[581,92] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[585,92] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[593,35] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[621,47] unchecked method invocation: constructor <init> in class org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl is applied to given types
  required: java.lang.String,java.util.Map<java.lang.String,java.lang.Object>,java.util.List<org.eclipse.persistence.descriptors.ClassDescriptor>
  found:    java.lang.String,java.util.Map,java.util.List<org.eclipse.persistence.descriptors.ClassDescriptor>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[621,97] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.Object>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/jpa/junit/JUnitTestCase.java:[637,57] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.test.framework ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.test.framework ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 11 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.test.framework-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.test.framework ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.test.framework ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor >--
[INFO] Building EclipseLink JPA Model Generator 5.0.0-SNAPSHOT         [11/135]
[INFO]   from jpa/org.eclipse.persistence.jpa.modelgen/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 12 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/module-info.java:[26,13] module not found: eclipselink
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:[96,38] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17 module-path] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/src/test/java/module-info.java:[16,14] requires directive for an automatic module
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.modelgen.processor ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- surefire:3.2.5:test (test-jpa-modelgen) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.jpa.test.modelgen.TestProcessor
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false]
Note: [EL Info]: processor: Creating non-static metadata factory ...
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -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.canonicalmodel.use_generated=false, -Aeclipselink.logging.level.processor=OFF]
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.canonicalmodel.use_generated=false, -Aeclipselink.logging.level.processor=OFF]
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false]
Note: [EL Info]: processor: Creating non-static metadata factory ...
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level=FINEST]
Note: [EL Config]: processor: 2024.04.30 10:46:42.939--Thread(Thread[#1,main,5,main])--Found Option: eclipselink.canonicalmodel.use_static_factory, with value: false
Note: [EL Config]: processor: 2024.04.30 10:46:42.942--Thread(Thread[#1,main,5,main])--Found Option: eclipselink.logging.level, with value: FINEST
Note: [EL Info]: processor: 2024.04.30 10:46:42.943--Thread(Thread[#1,main,5,main])--Creating non-static metadata factory ...
Note: [EL Fine]: processor: 2024.04.30 10:46:42.943--Thread(Thread[#1,main,5,main])--Building metadata class for round element: org.Sample
Note: [EL Finest]: processor: 2024.04.30 10:46:42.943--Thread(Thread[#1,main,5,main])--Visiting class: org.Sample
Note: [EL Fine]: processor: 2024.04.30 10:46:42.943--Thread(Thread[#1,main,5,main])--Building metadata class for type element: java.lang.Object
Note: [EL Finest]: processor: 2024.04.30 10:46:42.943--Thread(Thread[#1,main,5,main])--Visiting class: java.lang.Object
Note: [EL Fine]: moxy: 2024.04.30 10:46:42.944--Thread(Thread[#1,main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@28486680
Note: [EL Fine]: moxy: 2024.04.30 10:46:42.949--Thread(Thread[#1,main,5,main])--Unmarshalling org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceXML into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started
Note: [EL Info]: processor: 2024.04.30 10:46:42.950--Thread(Thread[#1,main,5,main])--Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: 2024.04.30 10:46:42.950--Thread(Thread[#1,main,5,main])--Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
Note: [EL Config]: metadata: 2024.04.30 10:46:42.951--ServerSession(692838068)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.Sample] is being defaulted to: Sample.
Note: [EL Config]: metadata: 2024.04.30 10:46:42.952--ServerSession(692838068)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.Sample] is set to [FIELD].
Note: [EL Finest]: processor: 2024.04.30 10:46:42.952--Thread(Thread[#1,main,5,main])--Generating class: org.Sample
Note: [EL Fine]: processor: 2024.04.30 10:46:42.965--Thread(Thread[#1,main,5,main])--Building metadata class for round element: org.Sample_
Note: [EL Finest]: processor: 2024.04.30 10:46:42.966--Thread(Thread[#1,main,5,main])--Visiting class: org.Sample_
Note: [EL Fine]: processor: 2024.04.30 10:46:42.966--Thread(Thread[#1,main,5,main])--Building metadata class for type element: jakarta.persistence.metamodel.EntityType
Note: [EL Finest]: processor: 2024.04.30 10:46:42.966--Thread(Thread[#1,main,5,main])--Visiting class: jakarta.persistence.metamodel.EntityType
Note: [EL Fine]: processor: 2024.04.30 10:46:42.966--Thread(Thread[#1,main,5,main])--Building metadata class for type element: jakarta.persistence.metamodel.IdentifiableType
Note: [EL Finest]: processor: 2024.04.30 10:46:42.966--Thread(Thread[#1,main,5,main])--Visiting class: jakarta.persistence.metamodel.IdentifiableType
Note: [EL Fine]: processor: 2024.04.30 10:46:42.967--Thread(Thread[#1,main,5,main])--Building metadata class for type element: jakarta.persistence.metamodel.ManagedType
Note: [EL Finest]: processor: 2024.04.30 10:46:42.967--Thread(Thread[#1,main,5,main])--Visiting class: jakarta.persistence.metamodel.ManagedType
Note: [EL Fine]: processor: 2024.04.30 10:46:42.967--Thread(Thread[#1,main,5,main])--Building metadata class for type element: jakarta.persistence.metamodel.Type
Note: [EL Finest]: processor: 2024.04.30 10:46:42.967--Thread(Thread[#1,main,5,main])--Visiting class: jakarta.persistence.metamodel.Type
Note: [EL Fine]: processor: 2024.04.30 10:46:42.967--Thread(Thread[#1,main,5,main])--Building metadata class for type element: jakarta.persistence.metamodel.Bindable
Note: [EL Finest]: processor: 2024.04.30 10:46:42.967--Thread(Thread[#1,main,5,main])--Visiting class: jakarta.persistence.metamodel.Bindable
Note: [EL Fine]: moxy: 2024.04.30 10:46:42.969--Thread(Thread[#1,main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@779de014
Note: [EL Fine]: moxy: 2024.04.30 10:46:42.970--Thread(Thread[#1,main,5,main])--Unmarshalling org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceXML into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started
Note: [EL Info]: processor: 2024.04.30 10:46:42.971--Thread(Thread[#1,main,5,main])--Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: 2024.04.30 10:46:42.971--Thread(Thread[#1,main,5,main])--Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF]
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF]
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF]
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF]
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false]
Note: [EL Info]: processor: Creating non-static metadata factory ...
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=FINEST]
Note: [EL Config]: processor: Found Option: eclipselink.canonicalmodel.use_static_factory, with value: false
Note: [EL Config]: processor: Found Option: eclipselink.logging.level.processor, with value: FINEST
Note: [EL Info]: processor: Creating non-static metadata factory ...
Note: [EL Fine]: processor: Building metadata class for round element: org.Sample
Note: [EL Finest]: processor: Visiting class: org.Sample
Note: [EL Fine]: processor: Building metadata class for type element: java.lang.Object
Note: [EL Finest]: processor: Visiting class: java.lang.Object
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
Note: [EL Finest]: processor: Generating class: org.Sample
Note: [EL Fine]: processor: Building metadata class for round element: org.Sample_
Note: [EL Finest]: processor: Visiting class: org.Sample_
Note: [EL Fine]: processor: Building metadata class for type element: jakarta.persistence.metamodel.EntityType
Note: [EL Finest]: processor: Visiting class: jakarta.persistence.metamodel.EntityType
Note: [EL Fine]: processor: Building metadata class for type element: jakarta.persistence.metamodel.IdentifiableType
Note: [EL Finest]: processor: Visiting class: jakarta.persistence.metamodel.IdentifiableType
Note: [EL Fine]: processor: Building metadata class for type element: jakarta.persistence.metamodel.ManagedType
Note: [EL Finest]: processor: Visiting class: jakarta.persistence.metamodel.ManagedType
Note: [EL Fine]: processor: Building metadata class for type element: jakarta.persistence.metamodel.Type
Note: [EL Finest]: processor: Visiting class: jakarta.persistence.metamodel.Type
Note: [EL Fine]: processor: Building metadata class for type element: jakarta.persistence.metamodel.Bindable
Note: [EL Finest]: processor: Visiting class: jakarta.persistence.metamodel.Bindable
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF]
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level=OFF]
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.canonicalmodel.generate_comments=false, -Aeclipselink.logging.level.processor=OFF]
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.canonicalmodel.generate_comments=false, -Aeclipselink.logging.level.processor=OFF]
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.859 s -- in org.eclipse.persistence.jpa.test.modelgen.TestProcessor
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:3.2.5:test (test-jpa-modelgen-jpms) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.jpa.test.modelgen.TestProcessor
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false]
Note: [EL Info]: processor: Creating non-static metadata factory ...
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -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.canonicalmodel.use_generated=false, -Aeclipselink.logging.level.processor=OFF]
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.canonicalmodel.use_generated=false, -Aeclipselink.logging.level.processor=OFF]
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false]
Note: [EL Info]: processor: Creating non-static metadata factory ...
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level=FINEST]
Note: [EL Config]: processor: 2024.04.30 10:46:45.367--Thread(Thread[#1,main,5,main])--Found Option: eclipselink.canonicalmodel.use_static_factory, with value: false
Note: [EL Config]: processor: 2024.04.30 10:46:45.370--Thread(Thread[#1,main,5,main])--Found Option: eclipselink.logging.level, with value: FINEST
Note: [EL Info]: processor: 2024.04.30 10:46:45.371--Thread(Thread[#1,main,5,main])--Creating non-static metadata factory ...
Note: [EL Fine]: processor: 2024.04.30 10:46:45.371--Thread(Thread[#1,main,5,main])--Building metadata class for round element: org.Sample
Note: [EL Finest]: processor: 2024.04.30 10:46:45.371--Thread(Thread[#1,main,5,main])--Visiting class: org.Sample
Note: [EL Fine]: processor: 2024.04.30 10:46:45.371--Thread(Thread[#1,main,5,main])--Building metadata class for type element: java.lang.Object
Note: [EL Finest]: processor: 2024.04.30 10:46:45.371--Thread(Thread[#1,main,5,main])--Visiting class: java.lang.Object
Note: [EL Fine]: moxy: 2024.04.30 10:46:45.372--Thread(Thread[#1,main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@22101c80
Note: [EL Fine]: moxy: 2024.04.30 10:46:45.377--Thread(Thread[#1,main,5,main])--Unmarshalling org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceXML into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started
Note: [EL Info]: processor: 2024.04.30 10:46:45.378--Thread(Thread[#1,main,5,main])--Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: 2024.04.30 10:46:45.378--Thread(Thread[#1,main,5,main])--Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
Note: [EL Config]: metadata: 2024.04.30 10:46:45.379--ServerSession(645643802)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.Sample] is being defaulted to: Sample.
Note: [EL Config]: metadata: 2024.04.30 10:46:45.379--ServerSession(645643802)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.Sample] is set to [FIELD].
Note: [EL Finest]: processor: 2024.04.30 10:46:45.379--Thread(Thread[#1,main,5,main])--Generating class: org.Sample
Note: [EL Fine]: processor: 2024.04.30 10:46:45.392--Thread(Thread[#1,main,5,main])--Building metadata class for round element: org.Sample_
Note: [EL Finest]: processor: 2024.04.30 10:46:45.392--Thread(Thread[#1,main,5,main])--Visiting class: org.Sample_
Note: [EL Fine]: processor: 2024.04.30 10:46:45.392--Thread(Thread[#1,main,5,main])--Building metadata class for type element: jakarta.persistence.metamodel.EntityType
Note: [EL Finest]: processor: 2024.04.30 10:46:45.392--Thread(Thread[#1,main,5,main])--Visiting class: jakarta.persistence.metamodel.EntityType
Note: [EL Fine]: processor: 2024.04.30 10:46:45.393--Thread(Thread[#1,main,5,main])--Building metadata class for type element: jakarta.persistence.metamodel.IdentifiableType
Note: [EL Finest]: processor: 2024.04.30 10:46:45.393--Thread(Thread[#1,main,5,main])--Visiting class: jakarta.persistence.metamodel.IdentifiableType
Note: [EL Fine]: processor: 2024.04.30 10:46:45.393--Thread(Thread[#1,main,5,main])--Building metadata class for type element: jakarta.persistence.metamodel.ManagedType
Note: [EL Finest]: processor: 2024.04.30 10:46:45.393--Thread(Thread[#1,main,5,main])--Visiting class: jakarta.persistence.metamodel.ManagedType
Note: [EL Fine]: processor: 2024.04.30 10:46:45.393--Thread(Thread[#1,main,5,main])--Building metadata class for type element: jakarta.persistence.metamodel.Type
Note: [EL Finest]: processor: 2024.04.30 10:46:45.393--Thread(Thread[#1,main,5,main])--Visiting class: jakarta.persistence.metamodel.Type
Note: [EL Fine]: processor: 2024.04.30 10:46:45.393--Thread(Thread[#1,main,5,main])--Building metadata class for type element: jakarta.persistence.metamodel.Bindable
Note: [EL Finest]: processor: 2024.04.30 10:46:45.394--Thread(Thread[#1,main,5,main])--Visiting class: jakarta.persistence.metamodel.Bindable
Note: [EL Fine]: moxy: 2024.04.30 10:46:45.395--Thread(Thread[#1,main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@a0a9fa5
Note: [EL Fine]: moxy: 2024.04.30 10:46:45.396--Thread(Thread[#1,main,5,main])--Unmarshalling org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceXML into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started
Note: [EL Info]: processor: 2024.04.30 10:46:45.396--Thread(Thread[#1,main,5,main])--Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: 2024.04.30 10:46:45.397--Thread(Thread[#1,main,5,main])--Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF]
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF]
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF]
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF]
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false]
Note: [EL Info]: processor: Creating non-static metadata factory ...
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=FINEST]
Note: [EL Config]: processor: Found Option: eclipselink.canonicalmodel.use_static_factory, with value: false
Note: [EL Config]: processor: Found Option: eclipselink.logging.level.processor, with value: FINEST
Note: [EL Info]: processor: Creating non-static metadata factory ...
Note: [EL Fine]: processor: Building metadata class for round element: org.Sample
Note: [EL Finest]: processor: Visiting class: org.Sample
Note: [EL Fine]: processor: Building metadata class for type element: java.lang.Object
Note: [EL Finest]: processor: Visiting class: java.lang.Object
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
Note: [EL Finest]: processor: Generating class: org.Sample
Note: [EL Fine]: processor: Building metadata class for round element: org.Sample_
Note: [EL Finest]: processor: Visiting class: org.Sample_
Note: [EL Fine]: processor: Building metadata class for type element: jakarta.persistence.metamodel.EntityType
Note: [EL Finest]: processor: Visiting class: jakarta.persistence.metamodel.EntityType
Note: [EL Fine]: processor: Building metadata class for type element: jakarta.persistence.metamodel.IdentifiableType
Note: [EL Finest]: processor: Visiting class: jakarta.persistence.metamodel.IdentifiableType
Note: [EL Fine]: processor: Building metadata class for type element: jakarta.persistence.metamodel.ManagedType
Note: [EL Finest]: processor: Visiting class: jakarta.persistence.metamodel.ManagedType
Note: [EL Fine]: processor: Building metadata class for type element: jakarta.persistence.metamodel.Type
Note: [EL Finest]: processor: Visiting class: jakarta.persistence.metamodel.Type
Note: [EL Fine]: processor: Building metadata class for type element: jakarta.persistence.metamodel.Bindable
Note: [EL Finest]: processor: Visiting class: jakarta.persistence.metamodel.Bindable
Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF]
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level=OFF]
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.canonicalmodel.generate_comments=false, -Aeclipselink.logging.level.processor=OFF]
OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.canonicalmodel.generate_comments=false, -Aeclipselink.logging.level.processor=OFF]
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.854 s -- in org.eclipse.persistence.jpa.test.modelgen.TestProcessor
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.modelgen.processor ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.modelgen.processor-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.modelgen.processor ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.modelgen.processor ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpars.server >----
[INFO] Building EclipseLink JPA-RS Server 5.0.0-SNAPSHOT               [12/135]
[INFO]   from jpa/org.eclipse.persistence.jpars.server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.jpars.server ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpars.server ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpars.server ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpars.server ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpars.server ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpars.server ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpars.server ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpars.server ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpars.server ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpars.server ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpars.server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpars.server ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 122 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[51,18] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[56,18] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[91,17] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[95,36] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[99,17] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/v2/ResourceSchema.java:[103,37] found raw type: jakarta.xml.bind.JAXBElement
  missing type arguments for generic class jakarta.xml.bind.JAXBElement<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/MatrixParameters.java:[17,8] class org.eclipse.persistence.jpa.rs.MatrixParameters in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[418,20] finalize() in java.lang.Object has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[420,14] finalize() in java.lang.Object has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[545,30] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[601,33] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1180,55] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[183,13] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[211,29] previous possible 'this' escape happens here via invocation
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[196,13] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[211,29] previous possible 'this' escape happens here via invocation
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/CollectionWrapperBuilder.java:[83,43] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceFactoryBase.java:[47,8] class org.eclipse.persistence.jpa.rs.PersistenceFactoryBase in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/QueryParameters.java:[17,8] class org.eclipse.persistence.jpa.rs.QueryParameters in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/ReservedWords.java:[22,8] class org.eclipse.persistence.jpa.rs.ReservedWords in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/SystemDefaults.java:[17,8] class org.eclipse.persistence.jpa.rs.SystemDefaults in exported package org.eclipse.persistence.jpa.rs declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/FeatureResponseBuilderImpl.java:[44,8] class org.eclipse.persistence.jpa.rs.features.FeatureResponseBuilderImpl in exported package org.eclipse.persistence.jpa.rs.features declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/list/ReportQueryResultList.java:[31,37] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/list/SimpleHomogeneousList.java:[33,37] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/FeatureSetPreV2.java:[47,8] class org.eclipse.persistence.jpa.rs.features.FeatureSetPreV2 in exported package org.eclipse.persistence.jpa.rs.features declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/FeatureSetV2.java:[50,8] class org.eclipse.persistence.jpa.rs.features.FeatureSetV2 in exported package org.eclipse.persistence.jpa.rs.features declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/ItemLinksBuilder.java:[31,14] class org.eclipse.persistence.jpa.rs.features.ItemLinksBuilder in exported package org.eclipse.persistence.jpa.rs.features declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/core/selflinks/SelfLinksResponseBuilder.java:[54,8] class org.eclipse.persistence.jpa.rs.features.core.selflinks.SelfLinksResponseBuilder in exported package org.eclipse.persistence.jpa.rs.features.core.selflinks declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/paging/PagingResponseBuilder.java:[47,8] class org.eclipse.persistence.jpa.rs.features.paging.PagingResponseBuilder in exported package org.eclipse.persistence.jpa.rs.features.paging declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/features/paging/PagingResponseBuilder.java:[68,46] unchecked cast
  required: java.util.List<java.lang.Object>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[227,60] JPARS_RELATIONSHIP_PARTNER in org.eclipse.persistence.jpa.rs.MatrixParameters has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractEntityResource.java:[65,17] class org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/EntityResource.java:[46,8] class org.eclipse.persistence.jpa.rs.resources.EntityResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:[71,8] class org.eclipse.persistence.jpa.rs.resources.MetadataResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceResource.java:[58,17] class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/PersistenceResource.java:[47,8] class org.eclipse.persistence.jpa.rs.resources.PersistenceResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractPersistenceUnitResource.java:[58,8] class org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/PersistenceUnitResource.java:[41,8] class org.eclipse.persistence.jpa.rs.resources.PersistenceUnitResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractQueryResource.java:[54,17] class org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/QueryResource.java:[43,8] class org.eclipse.persistence.jpa.rs.resources.QueryResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractSingleResultQueryResource.java:[44,17] class org.eclipse.persistence.jpa.rs.resources.common.AbstractSingleResultQueryResource in exported package org.eclipse.persistence.jpa.rs.resources.common declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/resources/SingleResultQueryResource.java:[39,8] class org.eclipse.persistence.jpa.rs.resources.SingleResultQueryResource in exported package org.eclipse.persistence.jpa.rs.resources declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.jpars.server
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/ConcreteSubclassFactory.java:[49,36] unchecked call to getConstructor(java.lang.Class<?>...) as a member of the raw type java.lang.Class
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/list/LinkList.java:[32,37] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/list/QueryList.java:[32,37] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/xmladapters/ReferenceAdapterV2.java:[129,23] unchecked cast
  required: T
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/main/java/org/eclipse/persistence/jpa/rs/util/xmladapters/RestCollectionAdapter.java:[111,13] found raw type: java.util.Collection
  missing type arguments for generic class java.util.Collection<E>
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpars.server ---
[WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.jpars.server:jar:5.0.0-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] 
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpars.server ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpars.server ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpars.server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpars.server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpars.server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpars.server ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpars.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpars.server ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpars.server ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpars.server ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpars.server-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpars.server ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpars.server ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >--------
[INFO] Building EclipseLink JPA-RS 5.0.0-SNAPSHOT                      [13/135]
[INFO]   from jpa/org.eclipse.persistence.jpars/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpars ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpars ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpars ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpars ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpars ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[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-master/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpars ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpars ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpars ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17 module-path] to target/classes
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpars ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpars ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpars ---
[INFO] Copying 32 resources from src/it/resources to target/test-classes
[INFO] Copying 32 resources from src/it/resources to target/test-classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpars ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 77 source files with javac [debug deprecation release 17 module-path] to target/test-classes
[INFO] 
[INFO] --- staticweave:1.0.0:weave (default) @ org.eclipse.persistence.jpars ---
[INFO] Start EclipseLink static weaving...
[INFO] Finished EclipseLink static weaving.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpars ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpars ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpars ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpars ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpars ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpars ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpars-5.0.0-SNAPSHOT-cyclonedx.json
[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 ...
Tue Apr 30 10:46:50 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:46:50 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (test-jpa-jpars) @ org.eclipse.persistence.jpars ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.jpars.test.AllJavaSETests
Apr 30, 2024 10:46:52 AM org.eclipse.persistence.session./file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/test-classes/_jpars_auction-static_url=jdbc:derby://localhost/memory:ecltests;create=true_user=root.metadata
WARNING: You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
Apr 30, 2024 10:46:52 AM org.eclipse.persistence.session./file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/test-classes/_jpars_auction-static_url=jdbc:derby://localhost/memory:ecltests;create=true_user=root
INFO: EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:46:53 AM org.eclipse.persistence.session./file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/test-classes/_jpars_auction-static_url=jdbc:derby://localhost/memory:ecltests;create=true_user=root.server
WARNING: Failed to find MBean Server: null or empty List returned from MBeanServerFactory.findMBeanServer(null)
Apr 30, 2024 10:46:53 AM org.eclipse.persistence.default
WARNING: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
Apr 30, 2024 10:46:54 AM org.eclipse.persistence.session./file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/test-classes/_jpars_employee-static_url=jdbc:derby://localhost/memory:ecltests;create=true_user=root
INFO: EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:46:54 AM org.eclipse.persistence.default
WARNING: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
Apr 30, 2024 10:46:54 AM org.eclipse.persistence.default
WARNING: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
Apr 30, 2024 10:46:54 AM org.eclipse.persistence.default
WARNING: Ignoring attribute [teamLeader] on class [LargeProject] as no Property was generated for it.
Apr 30, 2024 10:46:54 AM org.eclipse.persistence.default
WARNING: Ignoring attribute [teamLeader] on class [SmallProject] as no Property was generated for it.
Apr 30, 2024 10:46:54 AM org.eclipse.persistence.default
WARNING: MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
Apr 30, 2024 10:46:54 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshalAuction
INFO: <?xml version="1.0" encoding="UTF-8"?><staticAuction><bids><links rel="self" href="http://localhost:8080/eclipselink.jpars.test/persistence/v2.0/jpars_auction-static/entity/StaticAuction/1/bids"/><links rel="canonical" href="http://localhost:8080/eclipselink.jpars.test/persistence/v2.0/jpars_auction-static/entity/StaticAuction/1/bids"/></bids><description>Test Auction Description</description><endPrice>0.0</endPrice><id>1</id><name>Test Auction</name><sold>false</sold><startPrice>0.0</startPrice></staticAuction>
Apr 30, 2024 10:46:54 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal
INFO: <?xml version="1.0" encoding="UTF-8"?><staticBid><amount>100.0</amount><id>20</id><time>1714474014761</time><user><links rel="canonical" href="http://localhost:8080/eclipselink.jpars.test/persistence/v2.0/jpars_auction-static/entity/StaticUser/22"/></user></staticBid>
Apr 30, 2024 10:46:54 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal
INFO: <?xml version="1.0" encoding="UTF-8"?><staticUser><address><links rel="canonical" href="http://localhost:8080/eclipselink.jpars.test/persistence/v2.0/jpars_auction-static/entity/StaticAddress/67+Home"/></address><id>22</id><name>Brahms</name><version>0</version><links rel="canonical" href="http://localhost:8080/eclipselink.jpars.test/persistence/v2.0/jpars_auction-static/entity/StaticUser/22"/></staticUser>
[EL Info]: 2024.04.30 10:46:54.888--ServerSession(673412242)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: moxy: 2024.04.30 10:46:54.927--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
Apr 30, 2024 10:46:54 AM org.eclipse.persistence.jpars.test.service.v2.LinksTest testLinksJson
INFO: {"basketItems":{"links":[{"rel":"self","href":"http://localhost:8080/eclipselink.jpars.test/persistence/v2.0/jpars_basket-static/entity/Basket/1/basketItems"},{"rel":"canonical","href":"http://localhost:8080/eclipselink.jpars.test/persistence/v2.0/jpars_basket-static/entity/Basket/1/basketItems"}]},"id":1,"name":"Basket1"}
Apr 30, 2024 10:46:54 AM org.eclipse.persistence.jpars.test.service.v2.LinksTest testLinksXml
INFO: <?xml version="1.0" encoding="UTF-8"?><basket><basketItems><links rel="self" href="http://localhost:8080/eclipselink.jpars.test/persistence/v2.0/jpars_basket-static/entity/Basket/1/basketItems"/><links rel="canonical" href="http://localhost:8080/eclipselink.jpars.test/persistence/v2.0/jpars_basket-static/entity/Basket/1/basketItems"/></basketItems><id>1</id><name>Basket1</name></basket>
[EL Warning]: moxy: 2024.04.30 10:46:54.981--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
[EL Warning]: 2024.04.30 10:46:54.987--Ignoring attribute [teamLeader] on class [LargeProject] as no Property was generated for it.
[EL Warning]: 2024.04.30 10:46:54.987--Ignoring attribute [teamLeader] on class [SmallProject] as no Property was generated for it.
[EL Warning]: moxy: 2024.04.30 10:46:55.051--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
Apr 30, 2024 10:46:55 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshalAuction
INFO: <?xml version="1.0" encoding="UTF-8"?><staticAuction><bids><links rel="self" href="http://localhost:8080/eclipselink.jpars.test/persistence/latest/jpars_auction-static/entity/StaticAuction/1/bids"/><links rel="canonical" href="http://localhost:8080/eclipselink.jpars.test/persistence/latest/jpars_auction-static/entity/StaticAuction/1/bids"/></bids><description>Test Auction Description</description><endPrice>0.0</endPrice><id>1</id><name>Test Auction</name><sold>false</sold><startPrice>0.0</startPrice></staticAuction>
Apr 30, 2024 10:46:55 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal
INFO: <?xml version="1.0" encoding="UTF-8"?><staticBid><amount>100.0</amount><id>20</id><time>1714474015078</time><user><links rel="canonical" href="http://localhost:8080/eclipselink.jpars.test/persistence/latest/jpars_auction-static/entity/StaticUser/22"/></user></staticBid>
Apr 30, 2024 10:46:55 AM org.eclipse.persistence.jpars.test.service.v2.MarshalUnmarshalV2Test testMarshal
INFO: <?xml version="1.0" encoding="UTF-8"?><staticUser><address><links rel="canonical" href="http://localhost:8080/eclipselink.jpars.test/persistence/latest/jpars_auction-static/entity/StaticAddress/67+Home"/></address><id>22</id><name>Brahms</name><version>0</version><links rel="canonical" href="http://localhost:8080/eclipselink.jpars.test/persistence/latest/jpars_auction-static/entity/StaticUser/22"/></staticUser>
[EL Info]: 2024.04.30 10:46:55.168--ServerSession(2091684862)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: moxy: 2024.04.30 10:46:55.202--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl
Apr 30, 2024 10:46:55 AM org.eclipse.persistence.jpars.test.service.v2.LinksTest testLinksJson
INFO: {"basketItems":{"links":[{"rel":"self","href":"http://localhost:8080/eclipselink.jpars.test/persistence/latest/jpars_basket-static/entity/Basket/1/basketItems"},{"rel":"canonical","href":"http://localhost:8080/eclipselink.jpars.test/persistence/latest/jpars_basket-static/entity/Basket/1/basketItems"}]},"id":1,"name":"Basket1"}
Apr 30, 2024 10:46:55 AM org.eclipse.persistence.jpars.test.service.v2.LinksTest testLinksXml
INFO: <?xml version="1.0" encoding="UTF-8"?><basket><basketItems><links rel="self" href="http://localhost:8080/eclipselink.jpars.test/persistence/latest/jpars_basket-static/entity/Basket/1/basketItems"/><links rel="canonical" href="http://localhost:8080/eclipselink.jpars.test/persistence/latest/jpars_basket-static/entity/Basket/1/basketItems"/></basketItems><id>1</id><name>Basket1</name></basket>
[INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.380 s -- in org.eclipse.persistence.jpars.test.AllJavaSETests
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpars ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:46:55 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpars ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpars ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify-integration-tests) @ org.eclipse.persistence.jpars ---
[INFO] 
[INFO] -----< org.eclipse.persistence:org.eclipse.persistence.core.test >------
[INFO] Building EclipseLink Core Test 5.0.0-SNAPSHOT                   [14/135]
[INFO]   from foundation/eclipselink.core.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.core.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.core.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.core.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.core.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.core.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.core.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.core.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.core.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.core.test ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.core.test ---
[INFO] Copying 40 resources from src/it/resources to target/test-classes
[INFO] Copying 2 resources from src/it/resources-utf16 to target/test-classes
[INFO] Copying 40 resources from src/it/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.core.test ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2809 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/AggregateProject.java:[39,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/AggregateRelationshipsProject.java:[31,12] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/AggregateRelationshipsTableCreator.java:[28,12] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/Client.java:[28,15] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/Version.java:[31,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/Computer.java:[26,15] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/Project_case2.java:[31,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/SwitchProject.java:[28,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/SwitchTableCreator.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/nested/NestedAggregateProject.java:[31,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/nested/NestedAggregateTableCreator.java:[31,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/bigbad/BigBadProject.java:[30,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/bigbad/BigBadTableCreator.java:[27,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/collections/CollectionsProject.java:[33,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/collections/Restaurant.java:[47,22] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/collections/map/MapCollectionsProject.java:[43,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/conversion/ConversionManagerProject.java:[31,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/directmap/DirectMapMappingsProject.java:[33,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/directmap/DirectMapMappingsTableCreator.java:[27,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/employee/relational/EmployeeProject.java:[32,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/employee/relational/EmployeeTableCreator.java:[31,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/events/AboutToInsertProject.java:[29,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/events/AboutToInsertProjectTableCreator.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/events/AddressDescriptorEventListener.java:[44,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/events/Phone.java:[49,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/events/EmailAccount.java:[43,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/events/EmailAccount.java:[49,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/forceupdate/FUVLProject.java:[30,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/forceupdate/FUVLTableCreator.java:[27,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/inheritance/InheritanceTableCreator.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/inheritance/STI_EmployeeProject.java:[24,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/inheritance/STI_EmployeeTableCreator.java:[21,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/insurance/InsuranceProject.java:[29,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/insurance/InsuranceTableCreator.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/insurance/objectrelational/InsuranceProject.java:[31,22] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/interfaces/InterfaceHashtableProject.java:[33,17] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/interfaces/InterfaceWithoutTablesProject.java:[27,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/legacy/LegacyProject.java:[34,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/legacy/LegacyTables.java:[26,27] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/JobDescription.java:[28,17] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/Computer.java:[27,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/Monitor.java:[28,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/BiDirectionInserOrderTestProject.java:[31,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/BiDirectionInsertOrderTableMaker.java:[29,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/Course.java:[25,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/KeyboardProject.java:[31,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/KeyboardTables.java:[29,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/LegacyTableMaker.java:[24,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/LegacyTestProject.java:[24,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/MappingProject.java:[37,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/MultipleTableTestProject.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/MultipleTableTestTableMaker.java:[24,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/OuterJoinWithMultipleTablesProject.java:[31,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/Peripheral.java:[39,14] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/mapping/Student.java:[28,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/multipletable/MultipleTableProject.java:[29,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/multipletable/MultipleTableTableCreator.java:[27,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/multipletable/ProjectProject.java:[32,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/onetoonejointable/EmployeeProject.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/onetoonejointable/EmployeeTableCreator.java:[22,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/optimisticlocking/AnimalProject.java:[24,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/optimisticlocking/AnimalTableCreator.java:[24,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/optimisticlocking/MusicalInstrument.java:[28,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/optimisticlocking/GamesConsoleProject.java:[32,12] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/optimisticlocking/GamesConsoleTableCreator.java:[28,12] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/optimisticlocking/RockBandProject.java:[31,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/optimisticlocking/RockBandTableCreator.java:[30,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/order/OrderTransactionTableCreator.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/orderedlist/EmployeeProject.java:[55,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/orderedlist/EmployeeTableCreator.java:[26,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/ownership/OwnershipProject.java:[31,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/performance/EmployeeTableCreator.java:[31,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/performance/toplink/EmployeeProject.java:[29,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/plsql/PLSQLProject.java:[40,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/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-master/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-master/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-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/ReadOnlyProject.java:[34,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/relationshipmaintenance/RelationshipsProject.java:[28,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/relationshipmaintenance/RelationshipsTableCreator.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/sequencing/SampleStringSequencingPolicy.java:[34,29] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/sequencing/SampleStringSequencingPolicy.java:[39,29] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/sequencing/TestProjectForSequenceChecking.java:[32,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/transparentindirection/AbstractOrder.java:[40,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/transparentindirection/AbstractSalesRep.java:[35,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/transparentindirection/BidirectionalRelationshipProject.java:[31,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/transparentindirection/BidirectionalRelationshipTableCreator.java:[27,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/transparentindirection/CustomIndirectContainerProject.java:[28,27] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/transparentindirection/GeneratedIndirectContainerProject.java:[32,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/transparentindirection/Dog.java:[25,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/transparentindirection/Dog.java:[29,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/transparentindirection/SalesRepContainer.java:[34,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/transparentindirection/GeneratedIndirectContainerTableCreator.java:[30,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/unidirectional/EmployeeProject.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/unidirectional/EmployeeTableCreator.java:[30,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/vehicle/VehicleProject.java:[33,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/vehicle/VehicleTableCreator.java:[30,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/ExtensionTestModel.java:[23,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/SRGTestModel.java:[23,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AddNullToAggregateCollectionTest.java:[41,31] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AddNullToAggregateCollectionTest.java:[53,31] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AgentBuilderTablesTest.java:[35,28] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateCollectionClearTest.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateCollectionOuterJoinTest.java:[37,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateInvalidationIdentityTest.java:[40,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateRelationshipsDirectCollectionTestCase.java:[35,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateRelationshipsManyToManyTestCase.java:[39,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateRelationshipsOneToManyTestCase.java:[36,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateRelationshipsOneToOneTestCase.java:[36,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateRelationshipsTargetOneToOneTestCase.java:[36,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateTestModel.java:[46,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateTransientValueTestCase.java:[28,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateVersionOpimisticLockingTest.java:[37,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/AggregateWithOneToOneRelationshipTest.java:[37,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/BatchReadingWithAggregateCollectionMapping.java:[30,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/DescriptorRefreshCacheTest.java:[36,26] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/InMemoryQueryKeyToAggregateTest.java:[37,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/JoinInAggregateAndOwnerTest.java:[40,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/MergingUnitOfWorkTest.java:[43,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/NestedAggregateCollectionAbstractTestCase.java:[34,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/NestedAggregateCollectionTest.java:[40,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/QueryKeyInAggregateInheritanceTest.java:[40,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/QueryKeyInAggregateTest.java:[43,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/aggregate/VerifyCascadeDelete.java:[35,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/classpath/ClassPathTestModel.java:[30,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/classpath/DeploymentXMLJDBCDependencyTest.java:[24,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/classpath/DeploymentXMLXDBEISDependencyTest.java:[24,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/Client.java:[38,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientServerReadingTest.java:[31,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientServerConcurrentWriteTest.java:[29,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientServerEmployeeProject.java:[23,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientServerOptimisticLockingTest.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientServerReadingDeadlockTest.java:[32,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientServerReadingNonDeadlockTest.java:[32,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientServerSequenceDeadlockTest.java:[44,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientServerSequenceDeadlockTest2.java:[46,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientServerTest.java:[32,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientServerTestModel.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientServerUpdateDeadlockTest.java:[83,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ClientSessionTestAdapter.java:[32,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ServerSessionTestAdapter.java:[37,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/CommunicationFailureTest.java:[35,28] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ConcurrencyManagerTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ConcurrentBatchReadingTest.java:[41,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ConcurrentTestRefreshWithOptimisticLocking.java:[37,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ConcurrentTestWithReadLocks.java:[33,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/ConnectionPoolSizingTest.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/DeadLockEmployeeProject.java:[30,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/DeadLockEmployeeTableCreator.java:[29,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/DonotAliaseTheTableWhenWeHaveSubSelectExpression.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/clientserver/NPEIsThrownWhenWeTryToWriteNullToANullableField.java:[26,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/CollectionReadObjectTest.java:[31,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/CollectionsTestModel.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/PerformDeletesFirstCollectionObjectRemovalTest.java:[42,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/MapCollectionsTestModel.java:[45,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadAggregateAggregateMapMapping.java:[44,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadAggregateDirectMapMapping.java:[44,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadAggregateEntity1MMapMapping.java:[45,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadAggregateEntityMapMapping.java:[46,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadAggregateEntityU1MMapMapping.java:[46,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadDirectAggregateMapMapping.java:[44,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadDirectDirectMapMapping.java:[43,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadDirectEntity1MMapMapping.java:[45,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadDirectEntityMapMapping.java:[45,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadDirectEntityU1MMapMapping.java:[46,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadEntityAggregateMapMapping.java:[45,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadEntityDirectMapMapping.java:[44,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadEntityEntity1MMapMapping.java:[46,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadEntityEntityMapMapping.java:[46,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestReadEntityEntityU1MMapMapping.java:[47,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestUpdateAggregateEntity1MMapMapping.java:[43,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestUpdateAggregateEntityMapMapping.java:[44,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestUpdateAggregateEntityU1MMapMapping.java:[41,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestUpdateDirectEntity1MMapMapping.java:[40,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestUpdateDirectEntityMapMapping.java:[43,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestUpdateDirectEntityU1MMapMapping.java:[40,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestUpdateEntityAggregateMapMapping.java:[43,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestUpdateEntityDirectMapMapping.java:[42,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestUpdateEntityEntity1MMapMapping.java:[45,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestUpdateEntityEntityMapMapping.java:[48,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/collections/map/TestUpdateEntityEntityU1MMapMapping.java:[45,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/conversion/ConversionManagerTestModel.java:[73,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/conversion/ConversionManagerTestModelWithoutBinding.java:[74,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/conversion/ConvertByteCharArrayToStringTest.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/queries/inmemory/CacheHitTest.java:[32,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/CustomSQLCursoredStreamReadTest.java:[31,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/CustomSQLSubQueryTest.java:[41,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/CustomSQLTestModel.java:[35,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/CustomSQLTestModel.java:[39,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/SetCustomSQLQueryTest.java:[27,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcWithOutputParamsAndResultSetTest.java:[35,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureNullInOutTest.java:[32,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureObjectRelationalParameters.java:[50,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureResultSetAndOutputTest.java:[45,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureTest.java:[33,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureTest2.java:[34,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureTest_Inout_Out_In.java:[57,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/customsqlstoredprocedures/StoredProcedureTimestampTest.java:[35,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingBatchReadTest.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingDeleteTest.java:[35,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingHashMapTest.java:[36,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingIndirectionTest.java:[31,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingModel.java:[28,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/directmap/DirectMapMappingsSerializedConverterTestCase.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/directmap/DirectMapUnitOfWorkTest.java:[32,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/directmap/MergeChangeSetWithDirectMapMappingTest.java:[37,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/directmap/MergeChangeSetWithIndirectDirectMapMappingTest.java:[35,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedcache/DistributedCacheMergeTest.java:[49,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedcache/DistributedCacheModel.java:[23,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/DistributedProject.java:[31,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/DistributedServersModel.java:[40,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/DistributedSessionBrokerServersModel.java:[25,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/RCMDistributedServersModel.java:[37,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/InvalidCacheSyncTypeTest.java:[31,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/InvalidateObjectWithMissingReferenceTest.java:[46,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/IsolatedObjectNotSentTest.java:[40,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/IsolatedObjectNotSentTest.java:[44,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/NativeUpdateObjectInvalidationTest.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/SendNewObjectCacheSyncTest.java:[41,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/UpdateObjectInvalidationTest.java:[36,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/broadcast/BroadcastEventLock.java:[143,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/broadcast/BroadcastReconnectionTest.java:[51,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/jgroups/JGroupsDistributedServersModel.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/QuerySQLTracker.java:[233,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/employee/AddDescriptorsTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/employee/EmployeeBasicTestModel.java:[41,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/events/EventHookTestSuite.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/events/EventHookTestSuite.java:[32,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/events/PreInsertModifyChangeSetTest.java:[46,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/BadExpressionTest.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/ExpressionBuilderTestSuite.java:[31,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/ExpressionInMemoryTestSuite.java:[37,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/ExpressionUnitTestSuite.java:[38,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/ExpressionTestSuite.java:[39,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/ExpressionTestSuite.java:[44,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/ExpressionOperatorUnitTestSuite.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/ExpressionOuterJoinTestSuite.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/ExpressionSubSelectTestSuite.java:[40,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/InvalidQueryKeyFunctionExpressionTest.java:[32,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/LiteralExpressionTest.java:[45,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/LiteralSQLExpressionWithQuestionMarkTest.java:[44,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/LowerCaseForCaseInsensitiveTest.java:[46,16] possible 'this' escape before subclass is fully initialized
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/simultaneous/TestExecutorWithClientSession.java: Some input files additionally use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/performance/java/DoPrivilegedTest.java: Some input files additionally use or override a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/Customer.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/aggregate/Customer.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.core.test ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.junit.asm.ASMFactoryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.persistence.testing.tests.junit.asm.ASMFactoryTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.cache.AdvancedProcessorTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.persistence.testing.tests.junit.cache.AdvancedProcessorTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.failover.ConnectionPoolFailoverTest
[EL Info]: 2024.04.30 10:47:03.999--ServerSession(932285561)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: query: 2024.04.30 10:47:04.099--ClientSession(952562199)--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 - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Communication Failure occurred
Error Code: 17004
Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS
Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS").
[EL Warning]: 2024.04.30 10:47:04.118--ClientSession(883151184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Communication Failure occurred
Error Code: 17004
Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS
Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS")
[EL Info]: query: 2024.04.30 10:47:04.119--ClientSession(1864230087)--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 - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Communication Failure occurred
Error Code: 17004
Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS
Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS").
[EL Info]: 2024.04.30 10:47:04.121--ServerSession(447718425)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: query: 2024.04.30 10:47:04.123--ClientSession(1427646530)--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 - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Communication Failure occurred
Error Code: 17004
Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS
Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS").
[EL Severe]: 2024.04.30 10:47:04.124--ServerSession(447718425)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Connections unavailable
Error Code: 0
[EL Info]: query: 2024.04.30 10:47:04.124--ClientSession(1427646530)--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 - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Connections unavailable
Error Code: 0
Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS").
[EL Severe]: 2024.04.30 10:47:09.125--ServerSession(447718425)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Connections unavailable
Error Code: 0
[EL Info]: query: 2024.04.30 10:47:09.125--ClientSession(1427646530)--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 - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Connections unavailable
Error Code: 0
Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS").
[EL Severe]: 2024.04.30 10:47:14.126--ServerSession(447718425)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Connections unavailable
Error Code: 0
[EL Warning]: 2024.04.30 10:47:14.126--ClientSession(1427646530)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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.26 s -- in org.eclipse.persistence.testing.tests.junit.failover.ConnectionPoolFailoverTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.failover.FailoverTest
[EL Info]: 2024.04.30 10:47:14.130--DatabaseSessionImpl(1448525331)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: query: 2024.04.30 10:47:14.131--DatabaseSessionImpl(1448525331)--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 - 5.0.0.v202404301045): 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.003 s -- in org.eclipse.persistence.testing.tests.junit.failover.FailoverTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.helper.ConcurrencySemaphoreTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.704 s -- in org.eclipse.persistence.testing.tests.junit.helper.ConcurrencySemaphoreTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.helper.HelperTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.persistence.testing.tests.junit.helper.HelperTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.helper.JavaSEPlatformTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 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.004 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.identitymaps.CacheIdTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.persistence.testing.tests.junit.identitymaps.CacheIdTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.localization.LocalizationResourcesTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.persistence.testing.tests.junit.localization.LocalizationResourcesTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.localization.LocalizationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.persistence.testing.tests.junit.localization.LocalizationTest
[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.003 s -- in org.eclipse.persistence.testing.tests.junit.logging.LogLevelTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNamePrefixTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNamePrefixTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNameTokenizerTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNameTokenizerTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.platform.server.wls.WebLogic_12_PlatformTest
[WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.004 s -- in org.eclipse.persistence.testing.tests.junit.platform.server.wls.WebLogic_12_PlatformTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.security.JCEEncryptionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.eclipse.persistence.testing.tests.junit.security.JCEEncryptionTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.security.SecurableBackwardsCompatibilityTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.persistence.testing.tests.junit.security.SecurableBackwardsCompatibilityTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.sessionsxml.SessionManagerTest
[EL Warning]: connection: 2024.04.30 10:47:17.008--Exception [EclipseLink-63001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ServerPlatformException
Exception Description: Server platform class non-existing-class-name not found.
Internal Exception: java.lang.ClassNotFoundException: non-existing-class-name
[EL Warning]: connection: 2024.04.30 10:47:17.109--Exception [EclipseLink-63002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ServerPlatformException
Exception Description: Server platform class is not valid: org.eclipse.persistence.testing.tests.junit.sessionsxml.SessionManagerTest$Platform
Internal Exception: java.lang.reflect.InvocationTargetException
Target Invocation Exception: java.lang.NullPointerException
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 s -- in org.eclipse.persistence.testing.tests.junit.sessionsxml.SessionManagerTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectListTest
[INFO] Tests run: 176, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 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.051 s -- in org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectMapTest
[INFO] Running org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectSetTest
[INFO] Tests run: 76, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectSetTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 557, Failures: 0, Errors: 0, Skipped: 5
[INFO] 
[INFO] 
[INFO] --- surefire:3.2.5:test (asm-eclipselink-test) @ org.eclipse.persistence.core.test ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.junit.asm.ASMFactoryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.persistence.testing.tests.junit.asm.ASMFactoryTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:3.2.5:test (asm-ow2-test) @ org.eclipse.persistence.core.test ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.junit.asm.ASMFactoryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.persistence.testing.tests.junit.asm.ASMFactoryTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.core.test ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/bom.json
[INFO]            attaching as org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.core.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-5.0.0-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 ...
Tue Apr 30 10:47:20 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:47:20 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (clear-database) @ org.eclipse.persistence.core.test ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest
[EL Info]: 2024.04.30 10:47:21.927--DatabaseSessionImpl(1413378318)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:47:22.228--DatabaseSessionImpl(1413378318)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.460 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.2.5:integration-test (test-core-srg) @ org.eclipse.persistence.core.test ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.SRGTestModel
[EL Info]: 2024.04.30 10:47:22.945--DatabaseSessionImpl(1843289228)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: 2024.04.30 10:47:23.703--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:23.731--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:23.734--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:23.739--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:23.741--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:23.744--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:23.746--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:23.748--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.105--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.111--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.115--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.120--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.124--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.128--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.132--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.142--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.145--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.150--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.154--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.158--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.163--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.167--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.171--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.176--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.180--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.184--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.188--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.193--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.197--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.201--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.206--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.210--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.217--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.288--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.294--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.298--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:24.612--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.163--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.163--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.389--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.390--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.391--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.393--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.394--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.395--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.398--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.402--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.405--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.409--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.734--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.739--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.741--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.745--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.748--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.752--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.804--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.809--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.811--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.842--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.890--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.894--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.898--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.902--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.905--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.908--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.911--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.914--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.916--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.918--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:25.920--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.182--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.185--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.189--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.192--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.195--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.197--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.201--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.204--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.207--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.210--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.213--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.215--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.219--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.222--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.225--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.229--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.232--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.424--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.429--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.460--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.465--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.469--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.472--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.474--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.476--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.478--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.504--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:26.509--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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 - 5.0.0.v202404301045): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This expression is not supported on this platform.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This expression is not supported on this platform.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This expression is not supported on this platform.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This expression is not supported on this platform.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This expression is not supported on this platform.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This expression is not supported on this platform.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This expression is not supported on this platform.
[EL Warning]: 2024.04.30 10:47:27.385--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.QueryException
Exception Description: Invalid query key [foofoo] in expression.
Query: ReadAllQuery(referenceClass=Employee )
[EL Warning]: 2024.04.30 10:47:27.399--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.QueryException
Exception Description: The class of the argument for the object comparison is incorrect. 
Expression: [
Base org.eclipse.persistence.testing.models.employee.domain.Employee] 
Mapping: [org.eclipse.persistence.mappings.OneToOneMapping[address]] 
Argument: [2]
Query: ReadAllQuery(referenceClass=Employee )
[EL Warning]: 2024.04.30 10:47:27.401--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6068] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.QueryException
Exception Description: Cannot compare table reference to [DatabaseTable(foofoo)] in expression.
Query: ReadAllQuery(referenceClass=Employee )
[EL Warning]: 2024.04.30 10:47:27.401--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.QueryException
Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context.
Query: ReadAllQuery(referenceClass=Employee )
[EL Warning]: 2024.04.30 10:47:27.402--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.QueryException
Exception Description: Invalid use of a query key [org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees]] representing a "to-many" relationship in an expression.  Use anyOf() rather than get().
Query: ReadAllQuery(referenceClass=Employee )
[EL Warning]: 2024.04.30 10:47:27.402--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.QueryException
Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context.
Query: ReadAllQuery(referenceClass=Employee )
[EL Warning]: 2024.04.30 10:47:27.403--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6122] (Eclipse Persistence Services - 5.0.0.v202404301045): 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 - 5.0.0.v202404301045): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This test can only be done on Oracle
[EL Warning]: 2024.04.30 10:47:28.249--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.QueryException
Exception Description: Invalid query key [appartments] in expression.
Query: ReadAllQuery(referenceClass=Employee )
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This expression is not supported on this platform.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This expression is not supported on this platform.
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404301045): 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.503 sec

Running QueryFrameworkTestSuite
[EL Info]: 2024.04.30 10:47:28.494--ServerSession(724190002)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:47:28.509--ServerSession(96358826)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This database does not support FOR UPDATE
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This database does not support FOR UPDATE
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This database does not support FOR UPDATE
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This database does not support FOR UPDATE
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This database does not support FOR UPDATE
[EL Info]: 2024.04.30 10:47:28.674--ServerSession(1545982161)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:47:28.684--ServerSession(2017833498)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This database does not support FOR UPDATE
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This database does not support FOR UPDATE
WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.testing.framework.TestWarningException
Exception Description: This database does not support FOR UPDATE
[EL Warning]: 2024.04.30 10:47:28.787--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6029] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.QueryException
Exception Description: A reference class must be provided.
Query: ReadAllQuery()
[EL Warning]: 2024.04.30 10:47:28.787--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.QueryException
Exception Description: Modify queries require an object to modify.
Query: WriteObjectQuery(null)
[EL Warning]: 2024.04.30 10:47:28.790--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6129] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.QueryException
Exception Description: Refreshing is not possible if the query does not go to the database.
Query: ReadAllQuery(referenceClass=Employee )
[EL Info]: 2024.04.30 10:47:28.951--ServerSession(196161345)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: 2024.04.30 10:47:28.964--ClientSession(1744486549)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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 = ?) AND (t1.EMP_ID = t0.EMP_ID))
	bind => [1 parameter bound]
Query: ReadAllQuery(referenceClass=Employee sql="SELECT t0.EMP_ID, t1.EMP_ID, t0.F_NAME, t0.GENDER, t0.L_NAME, t1.SALARY, t0.START_TIME, t0.END_TIME, t0.END_DATE, t0.START_DATE, t0.ADDR_ID, t0.MANAGER_ID, t0.VERSION FROM EMPLOYEE t0, SALARY t1 WHERE ((t0.HOOYAH = ?) AND (t1.EMP_ID = t0.EMP_ID))")
[EL Info]: 2024.04.30 10:47:28.973--ServerSession(1619092337)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: 2024.04.30 10:47:29.027--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6183] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.QueryException
Exception Description: The mapping type org.eclipse.persistence.mappings.TransformationMapping for attribute normalHours from org.eclipse.persistence.testing.models.employee.domain.Employee is not supported with Query By Example functionality.  If the attribute can safely be ignored then add it to the ignore list or set example validation to false in the policy.
Query: ReadObjectQuery(referenceClass=Employee )
[EL Info]: 2024.04.30 10:47:29.211--ServerSession(268961738)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:47:29.218--ServerSession(344500321)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:47:29.225--ServerSession(2010176442)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:47:29.233--ServerSession(997919575)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: 2024.04.30 10:47:29.246--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6131] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.QueryException
Exception Description: DeleteAllQuery that defines objects to be deleted using setObjects method with non-null argument must also define the corresponding selection criteria. 
Objects: [[]]
Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])]
Query: DeleteAllQuery(referenceClass=Employee sql="DELETE FROM EMPLOYEE")
[EL Info]: 2024.04.30 10:47:29.293--DatabaseSessionImpl(449611579)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: 2024.04.30 10:47:29.419--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6135] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.QueryException
Exception Description: Attribute name or expression passed as a first parameter to addUpdate method defines a field from a table that is not mapped to query descriptor. 
Attribute name or Expression: [
Field BAD
   Base QUERY OBJECT]
Wrong field: [BAD]
Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])]
Query: UpdateAllQuery(referenceClass=Employee )
[EL Warning]: 2024.04.30 10:47:29.451--DatabaseSessionImpl(1843289228)--Exception [EclipseLink-6120] (Eclipse Persistence Services - 5.0.0.v202404301045): 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.173 sec

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

Running Event Hook Test Suite
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.140 sec
[EL Info]: 2024.04.30 10:47:29.705--DatabaseSessionImpl(1122885157)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: 2024.04.30 10:47:29.757--DatabaseSessionImpl(1122885157)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL0000000082-9d4f01c8-018f-2e9d-bcdb-fffff55e0b78' 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]: 2024.04.30 10:47:29.763--DatabaseSessionImpl(1122885157)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL0000000081-d9c801c0-018f-2e9d-bcdb-fffff55e0b78' 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.085 sec

Running EmployeeUpdateObjectTestSuite
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 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.113 sec

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

Running MiscellaneousTests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
[EL Info]: 2024.04.30 10:47:30.270--DatabaseSessionImpl(1303734497)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: 2024.04.30 10:47:30.327--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:30.490--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL0000000302-8de2dad3-018f-2e9d-bcdb-fffff55e0b78' 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]: 2024.04.30 10:47:30.493--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL0000000301-56f89acc-018f-2e9d-bcdb-fffff55e0b78' 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]: 2024.04.30 10:47:30.677--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL0000000197-535f8a94-018f-2e9d-bcdb-fffff55e0b78' 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]: 2024.04.30 10:47:30.677--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL0000000197-535f8a94-018f-2e9d-bcdb-fffff55e0b78' 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]: 2024.04.30 10:47:31.075--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:31.079--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:31.082--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:31.085--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:31.087--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:31.090--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:31.093--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:31.096--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:31.099--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:31.134--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:47:31.712--UnitOfWork(196316233)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): 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> 101
[EL Warning]: 2024.04.30 10:47:31.793--UnitOfWork(2145438304)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202404301045): 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,802,857,058], 
 is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, 
 but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly 
 registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to 
 help debug where the error occurred. For more information, see the manual or FAQ.
[EL Warning]: 2024.04.30 10:47:31.794--UnitOfWork(758606030)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.QueryException
Exception Description: The object [Address: 2 Anderson Rd., Metcalfe, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [982,532,336], 
 is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, 
 but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly 
 registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to 
 help debug where the error occurred. For more information, see the manual or FAQ.
[EL Warning]: 2024.04.30 10:47:31.803--UnitOfWork(801954191)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): 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> 109
[EL Warning]: 2024.04.30 10:47:31.836--UnitOfWork(1223873821)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): 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> 101
[EL Warning]: 2024.04.30 10:47:31.997--UnitOfWork(287985825)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202404301045): 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,689,057,490], 
 is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, 
 but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly 
 registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to 
 help debug where the error occurred. For more information, see the manual or FAQ.
[EL Warning]: 2024.04.30 10:47:32.232--UnitOfWork(1185851895)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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 'SQL0000000405-f03d23a9-018f-2e9d-bcdb-fffff55e0b78' defined on 'U_EMP'.
Error Code: 20000
Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?)
	bind => [2 parameters bound]
[EL Warning]: 2024.04.30 10:47:32.283--UnitOfWork(1968369755)--Exception [EclipseLink-200] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: Attempt to register an object with dead indirection as a new object.  Possibly the object was deleted or removed from the cache during a merge of a serialized clone.  This is a concurrency violation, consider a locking strategy.
Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner]
Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)])
[EL Warning]: 2024.04.30 10:47:32.321--DatabaseSessionImpl(1303734497)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Exception Description: DatabaseAccessor not connected.
[EL Warning]: 2024.04.30 10:47:32.342--UnitOfWork(2076021838)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 5.0.0.v202404301045): 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()) [311,245,180], 
 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.880 sec
[EL Info]: 2024.04.30 10:47:32.357--DatabaseSessionImpl(511154139)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:47:32.476--DatabaseSessionImpl(90777699)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: 2024.04.30 10:47:32.506--DatabaseSessionImpl(90777699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL0000000333-9dea5f72-018f-2e9d-bcdb-fffff55e0b78' 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]: 2024.04.30 10:47:32.509--DatabaseSessionImpl(90777699)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL0000000332-7ee9df6b-018f-2e9d-bcdb-fffff55e0b78' 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.042 sec

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

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

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

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

Running Sessions.xml validation tests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec
[EL Info]: 2024.04.30 10:47:32.953--DatabaseSessionImpl(304060411)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045

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

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

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

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

Running AggregateInsertObjectTestSuite
[EL Warning]: 2024.04.30 10:47:33.596--UnitOfWork(1166501724)--Exception [EclipseLink-68] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DescriptorException
Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@39d62e47] 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.077 sec

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

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

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

Running AggregateMergingUnitOfWorkTestSuite
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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.021 sec

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

Running AggregateInheritanceTestSuite
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
[EL Info]: 2024.04.30 10:47:33.945--DatabaseSessionImpl(1909049331)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: 2024.04.30 10:47:33.984--DatabaseSessionImpl(1909049331)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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.075 sec

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

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

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

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

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

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

Running Deep Inheritance Tests
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 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]: 2024.04.30 10:47:34.881--DatabaseSessionImpl(793292236)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045

Running XML Schema tests
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec
[EL Info]: 2024.04.30 10:47:34.952--DatabaseSessionImpl(519477115)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:47:34.954--DatabaseSessionImpl(1733087962)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 696, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.16 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.2.5: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.
Tue Apr 30 10:47:35 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify-integration-tests) @ org.eclipse.persistence.core.test ---
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.corba >--------
[INFO] Building EclipseLink CORBA Extension 5.0.0-SNAPSHOT             [15/135]
[INFO]   from foundation/org.eclipse.persistence.corba/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.corba ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.corba ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.corba ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.corba ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.corba ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.corba ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.corba ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.corba ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.corba ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 33 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:[108,57] interface org.omg.CORBA.Object in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:[34,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/sun/SunCORBATransportManager.java:[58,48] interface org.omg.CORBA.Object in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[134,12] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[156,129] found raw type: java.util.IdentityHashMap
  missing type arguments for generic class java.util.IdentityHashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[156,71] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types
  required: java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.Map<java.lang.Object,java.lang.Object>,org.eclipse.persistence.queries.ObjectLevelReadQuery
  found:    java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[156,125] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.IdentityHashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[272,57] unchecked cast
  required: java.util.List<java.lang.Class<?>>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[332,61] found raw type: org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
  missing type arguments for generic class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[360,81] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[587,103] found raw type: java.util.IdentityHashMap
  missing type arguments for generic class java.util.IdentityHashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[587,54] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types
  required: java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.Map<java.lang.Object,java.lang.Object>,org.eclipse.persistence.queries.ObjectLevelReadQuery
  found:    java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[587,99] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.IdentityHashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[615,103] found raw type: java.util.IdentityHashMap
  missing type arguments for generic class java.util.IdentityHashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[615,54] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types
  required: java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.Map<java.lang.Object,java.lang.Object>,org.eclipse.persistence.queries.ObjectLevelReadQuery
  found:    java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:[615,99] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.IdentityHashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionController.java:[25,108] interface org.omg.CORBA.Object in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionController.java:[25,139] interface org.omg.CORBA.portable.IDLEntity in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[27,91] class org.omg.CORBA.portable.ObjectImpl in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[27,166] interface org.omg.CORBA.portable.InvokeHandler in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[72,34] class org.omg.CORBA.portable.OutputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[72,93] class org.omg.CORBA.portable.InputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerImplBase.java:[72,132] interface org.omg.CORBA.portable.ResponseHandler in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[34,44] class org.omg.CORBA.Any in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[41,119] class org.omg.CORBA.Any in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[47,45] class org.omg.CORBA.TypeCode in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[58,125] class org.omg.CORBA.portable.InputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[62,52] class org.omg.CORBA.portable.OutputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHelper.java:[66,118] interface org.omg.CORBA.Object in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHolder.java:[25,88] interface org.omg.CORBA.portable.Streamable in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHolder.java:[36,45] class org.omg.CORBA.portable.InputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHolder.java:[41,46] class org.omg.CORBA.portable.OutputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerHolder.java:[46,25] class org.omg.CORBA.TypeCode in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterDefaultFactory.java:[26,73] interface org.omg.CORBA.portable.ValueFactory in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterDefaultFactory.java:[35,70] class org.omg.CORBA_2_3.portable.InputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[84,9] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[102,35] unchecked method invocation: method setObjectDescriptors in class org.eclipse.persistence.internal.sessions.remote.Transporter is applied to given types
  required: java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[102,36] unchecked conversion
  required: java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[37,44] class org.omg.CORBA.Any in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[44,101] class org.omg.CORBA.Any in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[51,45] class org.omg.CORBA.TypeCode in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[74,107] class org.omg.CORBA.portable.InputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHelper.java:[106,52] class org.omg.CORBA.portable.OutputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[25,71] interface org.omg.CORBA.portable.Streamable in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[36,45] class org.omg.CORBA.portable.InputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[41,46] class org.omg.CORBA.portable.OutputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/TransporterHolder.java:[46,25] class org.omg.CORBA.TypeCode in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerStub.java:[27,78] class org.omg.CORBA.portable.ObjectImpl in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerStub.java:[36,68] class org.omg.CORBA.portable.Delegate in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/_CORBARemoteSessionControllerStub.java:[38,22] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[179,12] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[206,129] found raw type: java.util.IdentityHashMap
  missing type arguments for generic class java.util.IdentityHashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[206,71] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types
  required: java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.Map<java.lang.Object,java.lang.Object>,org.eclipse.persistence.queries.ObjectLevelReadQuery
  found:    java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[206,125] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.IdentityHashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[290,61] unchecked cast
  required: java.util.List<java.lang.Class<?>>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[399,61] found raw type: org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
  missing type arguments for generic class org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[438,81] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[717,103] found raw type: java.util.IdentityHashMap
  missing type arguments for generic class java.util.IdentityHashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[717,54] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types
  required: java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.Map<java.lang.Object,java.lang.Object>,org.eclipse.persistence.queries.ObjectLevelReadQuery
  found:    java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[717,99] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.IdentityHashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[749,103] found raw type: java.util.IdentityHashMap
  missing type arguments for generic class java.util.IdentityHashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[749,54] unchecked method invocation: method getObjectCorrespondingTo in class org.eclipse.persistence.sessions.remote.DistributedSession is applied to given types
  required: java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.Map<java.lang.Object,java.lang.Object>,org.eclipse.persistence.queries.ObjectLevelReadQuery
  found:    java.lang.Object,java.util.Map<java.lang.Object,org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor>,java.util.IdentityHashMap,org.eclipse.persistence.queries.ObjectLevelReadQuery
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:[749,99] unchecked conversion
  required: java.util.Map<java.lang.Object,java.lang.Object>
  found:    java.util.IdentityHashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionControllerDispatcher.java:[30,59] class javax.rmi.PortableRemoteObject in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[37,64] class org.omg.CORBA_2_3.portable.ObjectImpl in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[37,86] interface javax.rmi.CORBA.Tie in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[54,12] class org.omg.CORBA.portable.OutputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[54,48] class org.omg.CORBA.portable.InputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[54,65] interface org.omg.CORBA.portable.ResponseHandler in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[54,95] class org.omg.CORBA.SystemException in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[342,12] class org.omg.CORBA.ORB in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[347,21] class org.omg.CORBA.ORB in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[357,118] class org.omg.CORBA.portable.InputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[385,25] interface org.omg.CORBA.Object in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[395,137] class org.omg.CORBA.portable.OutputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionController_Stub.java:[34,55] class javax.rmi.CORBA.Stub in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionController_Stub.java:[770,118] class org.omg.CORBA.portable.InputStream in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionController_Stub.java:[1438,137] class org.omg.CORBA.portable.OutputStream in module  is not exported
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.corba ---
[WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:5.0.0-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba,  has 1,  private references [org.eclipse.persistence.internal.sessions.coordination.corba]
[WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:5.0.0-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba.sun,  has 1,  private references [org.eclipse.persistence.internal.sessions.coordination.corba]
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.corba ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.corba ---
[INFO] Copying 2 resources from src/it/resources to target/test-classes
[INFO] Copying 2 resources from src/it/resources to target/test-classes
[INFO] 
[INFO] --- exec:3.2.0:exec (start-corba-server) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.corba ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 21 source files with javac [debug deprecation release 17 module-path] to target/test-classes
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.glassfish.corba.annotation.processing.ExceptionWrapperProcessor' less than -source '17'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/rmi/IIOP/RMIIIOPRemoteModel.java:[44,43] java.rmi.RMISecurityManager in java.rmi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/rmi/IIOP/RMIIIOPRemoteModel.java:[44,19] setSecurityManager(java.lang.SecurityManager) in java.lang.System has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/rmi/IIOP/RMIServerManagerController.java:[100,43] java.rmi.RMISecurityManager in java.rmi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/rmi/IIOP/RMIServerManagerController.java:[100,19] setSecurityManager(java.lang.SecurityManager) in java.lang.System has been deprecated and marked for removal
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/rmi/IIOP/RMIConnectionExceptionsTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remotecorba/rmi/IIOP/RMIConnectionExceptionsTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.corba ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.corba ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.corba ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.corba ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.corba ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.corba ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.corba-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/bom.json
[INFO]            attaching as org.eclipse.persistence.corba-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- antrun:3.1.0:run (wait-for-corba-server-start) @ org.eclipse.persistence.corba ---
[INFO] Executing tasks
caught an exception while starting the bootstrap service on port 1,122
try using a different port with commandline arguments -ORBInitialPort <portno>
[INFO] Async process complete, exit value = 0 for: [java, -classpath, /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/test-classes:/home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/classes:/home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/glassfish/corba/glassfish-corba-omgapi/4.2.5/glassfish-corba-omgapi-4.2.5.jar:/home/jenkins/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar:/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/jenkins/.m2/repository/jakarta/persistence/jakarta.persistence-api/3.2.0/jakarta.persistence-api-3.2.0.jar:/home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-5.0.0-SNAPSHOT.jar:/home/jenkins/agent/workspace/eclipselink-cb-master/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-5.0.0-SNAPSHOT-tests.jar:/home/jenkins/.m2/repository/org/apache/derby/derbyclient/10.17.1.0/derbyclient-10.17.1.0.jar:/home/jenkins/.m2/repository/org/apache/derby/derbyshared/10.17.1.0/derbyshared-10.17.1.0.jar:/home/jenkins/.m2/repository/org/glassfish/corba/glassfish-corba-orb/4.2.5/glassfish-corba-orb-4.2.5.jar:/home/jenkins/.m2/repository/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.5/glassfish-corba-csiv2-idl-4.2.5.jar:/home/jenkins/.m2/repository/org/glassfish/corba/glassfish-corba-internal-api/4.2.5/glassfish-corba-internal-api-4.2.5.jar:/home/jenkins/.m2/repository/org/glassfish/corba/exception-annotation-processor/4.2.5/exception-annotation-processor-4.2.5.jar:/home/jenkins/.m2/repository/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar:/home/jenkins/.m2/repository/org/glassfish/gmbal/gmbal/4.0.3/gmbal-4.0.3.jar:/home/jenkins/.m2/repository/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.jar:/home/jenkins/.m2/repository/org/glassfish/pfl/pfl-basic-tools/4.1.2/pfl-basic-tools-4.1.2.jar:/home/jenkins/.m2/repository/org/glassfish/pfl/pfl-tf-tools/4.1.2/pfl-tf-tools-4.1.2.jar:/home/jenkins/.m2/repository/org/ow2/asm/asm-commons/9.7/asm-commons-9.7.jar:/home/jenkins/.m2/repository/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.jar:/home/jenkins/.m2/repository/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.jar:/home/jenkins/.m2/repository/org/ow2/asm/asm/9.7/asm-9.7.jar:/home/jenkins/.m2/repository/org/ow2/asm/asm-util/9.7/asm-util-9.7.jar:/home/jenkins/.m2/repository/org/ow2/asm/asm-tree/9.7/asm-tree-9.7.jar:/home/jenkins/.m2/repository/org/ow2/asm/asm-analysis/9.7/asm-analysis-9.7.jar:/home/jenkins/.m2/repository/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.jar:/home/jenkins/.m2/repository/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar, com.sun.corba.ee.impl.naming.cosnaming.TransientNameServer, -ORBInitialPort, 1122]
[INFO] Executed tasks
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.corba ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:47:41 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:47:41 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (clear-database) @ org.eclipse.persistence.corba ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest
[EL Info]: 2024.04.30 10:47:43.337--DatabaseSessionImpl(1370651081)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:47:43.596--DatabaseSessionImpl(1370651081)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.417 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.2.5:integration-test (test-corba) @ org.eclipse.persistence.corba ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.corba.CorbaTestModel
Failed to set up org.eclipse.persistence.testing.tests.remote.suncorba.SunCORBARemoteModel 
java.lang.ClassNotFoundException: org.eclipse.persistence.testing.tests.remote.suncorba.SunCORBARemoteModel
[EL Info]: 2024.04.30 10:47:44.305--DatabaseSessionImpl(2007331442)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045

Running Validation Security Tests
Apr 30, 2024 10:47:45 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest setup
INFO: JDK is 21 and higher. Test was not executed!
Apr 30, 2024 10:47:45 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest test
INFO: JDK is 21 and higher. Test was not executed!
Apr 30, 2024 10:47:45 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest verify
INFO: JDK is 21 and higher. Test was not executed!
Apr 30, 2024 10:47:45 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest setup
INFO: JDK is 21 and higher. Test was not executed!
Apr 30, 2024 10:47:45 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest test
INFO: JDK is 21 and higher. Test was not executed!
Apr 30, 2024 10:47:45 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest verify
INFO: JDK is 21 and higher. Test was not executed!
Apr 30, 2024 10:47:45 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest setup
INFO: JDK is 21 and higher. Test was not executed!
Apr 30, 2024 10:47:45 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest test
INFO: JDK is 21 and higher. Test was not executed!
Apr 30, 2024 10:47:45 AM org.eclipse.persistence.testing.tests.securitycorba.SecurityWhileConvertingToMethodTest verify
INFO: JDK is 21 and higher. Test was not executed!
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
[EL Info]: 2024.04.30 10:47:45.058--DatabaseSessionImpl(1557989809)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.918 s -- in org.eclipse.persistence.testing.tests.corba.CorbaTestModel
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.corba ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:47:45 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.corba ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.corba ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify-integration-tests) @ org.eclipse.persistence.corba ---
[INFO] 
[INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------
[INFO] Building EclipseLink Extension 5.0.0-SNAPSHOT                   [16/135]
[INFO]   from foundation/org.eclipse.persistence.extension/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.extension ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.extension ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.extension ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.extension ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.extension ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.extension ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.extension ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.extension ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.extension ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/src/main/java/module-info.java:[18,24] requires directive for an automatic module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/logging/slf4j/SLF4JLogger.java:[167,27] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.extension ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.extension ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.extension ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.extension ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.extension ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 7 source files with javac [debug deprecation release 17 module-path] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.extension ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jgroups.JGroupsRemoteConnectionTest
10:47:46.441 [main] DEBUG org.jgroups.stack.Configurator -- set property UDP.mcast_group_addr to default value /239.8.8.8
10:47:46.445 [main] DEBUG org.jgroups.stack.Configurator -- set property UDP.bind_addr to default value /10.40.61.164
10:47:46.483 [main] DEBUG org.jgroups.protocols.UDP -- thread pool min/max/keep-alive (ms): 0/200/30000
10:47:46.486 [main] DEBUG org.jgroups.stack.Configurator -- set property org.jgroups.stack.DiagnosticsHandler@14bdbc74.mcast_addr to default value /224.0.75.75
10:47:46.498 [main] INFO org.jgroups.JChannel -- local_addr: d79d372e-96e7-4d00-ba8e-d28e9dcce7d8, name: el-master-agent-pod-wlhn7-g8ncg-64856
10:47:46.499 [main] DEBUG org.jgroups.protocols.UDP -- sockets will use interface 10.40.61.164
10:47:46.502 [main] DEBUG org.jgroups.protocols.UDP -- multicast_socket on eth0
10:47:46.503 [main] DEBUG org.jgroups.protocols.UDP -- multicast_socket on eth0
10:47:46.504 [main] WARN org.jgroups.protocols.UDP -- JGRP000015: the receive buffer of socket MulticastSocket was set to 5MB, but the OS only allocated 212.99KB
10:47:46.504 [main] WARN org.jgroups.protocols.UDP -- JGRP000015: the receive buffer of socket MulticastSocket was set to 5MB, but the OS only allocated 212.99KB
10:47:46.505 [main] DEBUG org.jgroups.protocols.UDP -- socket information:
mcast_addr=239.8.8.8:45588, bind_addr=/10.40.61.164, ttl=8
sock: bound to 10.40.61.164:34016, receive buffer size=212992, send buffer size=200000
mcast_sock: bound to /239.8.8.8:45588, send buffer size=65541, receive buffer size=212992
/10.40.61.164: using network interface 'eth0' to any (ephemeral) port
10:47:46.515 [main] INFO org.jgroups.protocols.FD_SOCK2 -- server listening on *.34116

-------------------------------------------------------------------
GMS: address=el-master-agent-pod-wlhn7-g8ncg-64856, cluster=ChatCluster, physical address=10.40.61.164:34016
-------------------------------------------------------------------
10:47:47.521 [main] INFO org.jgroups.protocols.pbcast.GMS -- el-master-agent-pod-wlhn7-g8ncg-64856: no members discovered after 1003 ms: creating cluster as coordinator
10:47:47.523 [main] DEBUG org.jgroups.protocols.pbcast.NAKACK2 -- 
[el-master-agent-pod-wlhn7-g8ncg-64856 setDigest()]
existing digest:  []
new digest:       el-master-agent-pod-wlhn7-g8ncg-64856: [0 (0)]
resulting digest: el-master-agent-pod-wlhn7-g8ncg-64856: [0 (0)]
10:47:47.523 [main] DEBUG org.jgroups.protocols.pbcast.GMS -- el-master-agent-pod-wlhn7-g8ncg-64856: installing view [el-master-agent-pod-wlhn7-g8ncg-64856|0] (1) [el-master-agent-pod-wlhn7-g8ncg-64856] (el-master-agent-pod-wlhn7-g8ncg-64856 joined)
10:47:47.524 [main] DEBUG org.jgroups.protocols.pbcast.STABLE -- el-master-agent-pod-wlhn7-g8ncg-64856: resuming message garbage collection
10:47:47.531 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-wlhn7-g8ncg-64856: installing view [el-master-agent-pod-wlhn7-g8ncg-64856|0] (1) [el-master-agent-pod-wlhn7-g8ncg-64856]
10:47:47.531 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-wlhn7-g8ncg-64856: received STOP_FLUSH, unblocking FLUSH.down() and sending UNBLOCK up
10:47:47.544 [main] DEBUG org.jgroups.protocols.pbcast.GMS -- el-master-agent-pod-wlhn7-g8ncg-64856: created cluster (first member). My view is [el-master-agent-pod-wlhn7-g8ncg-64856|0], impl is CoordGmsImpl
10:47:47.554 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-wlhn7-g8ncg-64856: flush coordinator is starting FLUSH with participants [el-master-agent-pod-wlhn7-g8ncg-64856]
10:47:47.557 [jgroups-9,ChatCluster,el-master-agent-pod-wlhn7-g8ncg-64856] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-wlhn7-g8ncg-64856: received START_FLUSH, responded with FLUSH_COMPLETED to el-master-agent-pod-wlhn7-g8ncg-64856
10:47:47.562 [jgroups-10,ChatCluster,el-master-agent-pod-wlhn7-g8ncg-64856] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-wlhn7-g8ncg-64856: FLUSH_COMPLETED from el-master-agent-pod-wlhn7-g8ncg-64856, completed true, flushMembers [el-master-agent-pod-wlhn7-g8ncg-64856], flushCompleted [el-master-agent-pod-wlhn7-g8ncg-64856]
10:47:47.563 [jgroups-10,ChatCluster,el-master-agent-pod-wlhn7-g8ncg-64856] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-wlhn7-g8ncg-64856: all FLUSH_COMPLETED received
10:47:47.563 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-wlhn7-g8ncg-64856: received RESUME, sending STOP_FLUSH to all
10:47:47.563 [jgroups-10,ChatCluster,el-master-agent-pod-wlhn7-g8ncg-64856] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-wlhn7-g8ncg-64856: received STOP_FLUSH, unblocking FLUSH.down() and sending UNBLOCK up
10:47:47.667 [main] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-wlhn7-g8ncg-64856: closing sockets and stopping threads
10:47:47.668 [main] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-wlhn7-g8ncg-64856: multicast socket closed
10:47:47.668 [mcast-receiver-8,ChatCluster,el-master-agent-pod-wlhn7-g8ncg-64856] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-wlhn7-g8ncg-64856: receiver socket is closed, exception=Socket closed
10:47:47.668 [ucast-receiver-7,ChatCluster,el-master-agent-pod-wlhn7-g8ncg-64856] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-wlhn7-g8ncg-64856: receiver socket is closed, exception=Socket closed
10:47:47.668 [mcast-receiver-8,ChatCluster,el-master-agent-pod-wlhn7-g8ncg-64856] DEBUG org.jgroups.protocols.UDP -- mcast-receiver thread terminated
10:47:47.668 [ucast-receiver-7,ChatCluster,el-master-agent-pod-wlhn7-g8ncg-64856] DEBUG org.jgroups.protocols.UDP -- ucast-receiver thread terminated
10:47:47.677 [main] DEBUG org.jgroups.stack.Configurator -- set property UDP.mcast_group_addr to default value /239.8.8.8
10:47:47.677 [main] DEBUG org.jgroups.stack.Configurator -- set property UDP.bind_addr to default value /10.40.61.164
10:47:47.681 [main] DEBUG org.jgroups.protocols.UDP -- thread pool min/max/keep-alive (ms): 0/200/30000
10:47:47.681 [main] DEBUG org.jgroups.stack.Configurator -- set property org.jgroups.stack.DiagnosticsHandler@37fb0bed.mcast_addr to default value /224.0.75.75
10:47:47.682 [main] INFO org.jgroups.JChannel -- local_addr: e7f6b79c-815e-454a-a878-347bb9392490, name: el-master-agent-pod-wlhn7-g8ncg-58239
10:47:47.682 [main] DEBUG org.jgroups.protocols.UDP -- sockets will use interface 10.40.61.164
10:47:47.683 [main] DEBUG org.jgroups.protocols.UDP -- multicast_socket on eth0
10:47:47.683 [main] DEBUG org.jgroups.protocols.UDP -- multicast_socket on eth0
10:47:47.683 [main] WARN org.jgroups.protocols.UDP -- JGRP000015: the receive buffer of socket MulticastSocket was set to 5MB, but the OS only allocated 212.99KB
10:47:47.684 [main] WARN org.jgroups.protocols.UDP -- JGRP000015: the receive buffer of socket MulticastSocket was set to 5MB, but the OS only allocated 212.99KB
10:47:47.684 [main] DEBUG org.jgroups.protocols.UDP -- socket information:
mcast_addr=239.8.8.8:45588, bind_addr=/10.40.61.164, ttl=8
sock: bound to 10.40.61.164:45001, receive buffer size=212992, send buffer size=200000
mcast_sock: bound to /239.8.8.8:45588, send buffer size=65541, receive buffer size=212992
/10.40.61.164: using network interface 'eth0' to any (ephemeral) port
10:47:47.685 [main] INFO org.jgroups.protocols.FD_SOCK2 -- server listening on *.45101

-------------------------------------------------------------------
GMS: address=el-master-agent-pod-wlhn7-g8ncg-58239, cluster=ChatCluster, physical address=10.40.61.164:45001
-------------------------------------------------------------------
10:47:48.687 [main] INFO org.jgroups.protocols.pbcast.GMS -- el-master-agent-pod-wlhn7-g8ncg-58239: no members discovered after 1000 ms: creating cluster as coordinator
10:47:48.687 [main] DEBUG org.jgroups.protocols.pbcast.NAKACK2 -- 
[el-master-agent-pod-wlhn7-g8ncg-58239 setDigest()]
existing digest:  []
new digest:       el-master-agent-pod-wlhn7-g8ncg-58239: [0 (0)]
resulting digest: el-master-agent-pod-wlhn7-g8ncg-58239: [0 (0)]
10:47:48.687 [main] DEBUG org.jgroups.protocols.pbcast.GMS -- el-master-agent-pod-wlhn7-g8ncg-58239: installing view [el-master-agent-pod-wlhn7-g8ncg-58239|0] (1) [el-master-agent-pod-wlhn7-g8ncg-58239] (el-master-agent-pod-wlhn7-g8ncg-58239 joined)
10:47:48.687 [main] DEBUG org.jgroups.protocols.pbcast.STABLE -- el-master-agent-pod-wlhn7-g8ncg-58239: resuming message garbage collection
10:47:48.688 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-wlhn7-g8ncg-58239: installing view [el-master-agent-pod-wlhn7-g8ncg-58239|0] (1) [el-master-agent-pod-wlhn7-g8ncg-58239]
10:47:48.688 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-wlhn7-g8ncg-58239: received STOP_FLUSH, unblocking FLUSH.down() and sending UNBLOCK up
10:47:48.688 [main] DEBUG org.jgroups.protocols.pbcast.GMS -- el-master-agent-pod-wlhn7-g8ncg-58239: created cluster (first member). My view is [el-master-agent-pod-wlhn7-g8ncg-58239|0], impl is CoordGmsImpl
10:47:48.689 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-wlhn7-g8ncg-58239: flush coordinator is starting FLUSH with participants [el-master-agent-pod-wlhn7-g8ncg-58239]
10:47:48.690 [jgroups-9,ChatCluster,el-master-agent-pod-wlhn7-g8ncg-58239] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-wlhn7-g8ncg-58239: received START_FLUSH, responded with FLUSH_COMPLETED to el-master-agent-pod-wlhn7-g8ncg-58239
10:47:48.690 [jgroups-10,ChatCluster,el-master-agent-pod-wlhn7-g8ncg-58239] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-wlhn7-g8ncg-58239: FLUSH_COMPLETED from el-master-agent-pod-wlhn7-g8ncg-58239, completed true, flushMembers [el-master-agent-pod-wlhn7-g8ncg-58239], flushCompleted [el-master-agent-pod-wlhn7-g8ncg-58239]
10:47:48.690 [jgroups-10,ChatCluster,el-master-agent-pod-wlhn7-g8ncg-58239] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-wlhn7-g8ncg-58239: all FLUSH_COMPLETED received
10:47:48.690 [main] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-wlhn7-g8ncg-58239: received RESUME, sending STOP_FLUSH to all
10:47:48.696 [jgroups-9,ChatCluster,el-master-agent-pod-wlhn7-g8ncg-58239] DEBUG org.jgroups.protocols.pbcast.FLUSH -- el-master-agent-pod-wlhn7-g8ncg-58239: received STOP_FLUSH, unblocking FLUSH.down() and sending UNBLOCK up
10:47:48.797 [main] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-wlhn7-g8ncg-58239: closing sockets and stopping threads
10:47:48.798 [main] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-wlhn7-g8ncg-58239: multicast socket closed
10:47:48.798 [mcast-receiver-8,ChatCluster,el-master-agent-pod-wlhn7-g8ncg-58239] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-wlhn7-g8ncg-58239: receiver socket is closed, exception=Socket closed
10:47:48.798 [mcast-receiver-8,ChatCluster,el-master-agent-pod-wlhn7-g8ncg-58239] DEBUG org.jgroups.protocols.UDP -- mcast-receiver thread terminated
10:47:48.798 [ucast-receiver-7,ChatCluster,el-master-agent-pod-wlhn7-g8ncg-58239] DEBUG org.jgroups.protocols.UDP -- el-master-agent-pod-wlhn7-g8ncg-58239: receiver socket is closed, exception=Socket closed
10:47:48.798 [ucast-receiver-7,ChatCluster,el-master-agent-pod-wlhn7-g8ncg-58239] DEBUG org.jgroups.protocols.UDP -- ucast-receiver thread terminated
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.758 s -- in org.eclipse.persistence.testing.tests.jgroups.JGroupsRemoteConnectionTest
[INFO] Running org.eclipse.persistence.testing.tests.logging.slf4j.SLF4JLoggerTest
[EL Info]: 2024.04.30 10:47:48.808--Running test SLF4JLoggerTest.testLogMessage
[EL Info]: 2024.04.30 10:47:48.837--Running test SLF4JLoggerTest.testGetLevel
[EL Info]: 2024.04.30 10:47:48.846--Running test SLF4JLoggerTest.testLogExceptionStackTrace
[EL Info]: 2024.04.30 10:47:48.888--Running test SLF4JLoggerTest.testLogExceptionWithoutStackTrace
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.eclipse.persistence.testing.tests.logging.slf4j.SLF4JLoggerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.extension ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.extension ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.extension ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 3 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.extension-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/bom.json
[INFO]            attaching as org.eclipse.persistence.extension-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.extension ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.extension ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >--------
[INFO] Building EclipseLink NoSQL Extension 5.0.0-SNAPSHOT             [17/135]
[INFO]   from foundation/org.eclipse.persistence.nosql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.nosql ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.nosql ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.nosql ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.nosql ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 61 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/eis/adapters/jms/JMSPlatform.java:[212,9] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/eis/adapters/jms/JMSPlatform.java:[213,26] unchecked call to add(E) as a member of the raw type java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/eis/adapters/jms/JMSPlatform.java:[222,9] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/eis/adapters/jms/JMSPlatform.java:[56,38] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:[175,23] unchecked call to add(E) as a member of the raw type java.util.ArrayList
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:[242,23] unchecked call to add(E) as a member of the raw type java.util.ArrayList
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecord.java:[30,35] found raw type: java.util.ArrayList
  missing type arguments for generic class java.util.ArrayList<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecord.java:[30,56] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecordFactory.java:[46,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.jms.CciJMSRecordFactory implements <E>createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecordFactory.java:[54,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.jms.CciJMSRecordFactory implements <K,V>createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecordFactory.java:[46,12] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecordFactory.java:[54,12] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileRecordFactory.java:[35,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileRecordFactory implements <E>createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileRecordFactory.java:[40,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.xmlfile.XMLFileRecordFactory implements <K,V>createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileRecordFactory.java:[35,12] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileRecordFactory.java:[40,12] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRow.java:[35,21] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRow.java:[35,36] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/ElementaryFieldMetaData.java:[236,12] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/ElementaryFieldMetaData.java:[237,20] found raw type: java.util.Vector
  missing type arguments for generic class java.util.Vector<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[85,13] found raw type: com.mongodb.client.MongoCollection
  missing type arguments for generic class com.mongodb.client.MongoCollection<TDocument>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[127,45] unchecked conversion
  required: java.util.List<org.bson.Document>
  found:    java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[130,32] unchecked call to add(E) as a member of the raw type java.util.ArrayList
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[138,13] found raw type: com.mongodb.client.MongoCollection
  missing type arguments for generic class com.mongodb.client.MongoCollection<TDocument>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[150,37] unchecked call to insertOne(TDocument) as a member of the raw type com.mongodb.client.MongoCollection
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[166,66] unchecked conversion
  required: com.mongodb.client.FindIterable<org.bson.Document>
  found:    com.mongodb.client.FindIterable
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[187,36] unchecked call to add(E) as a member of the raw type java.util.ArrayList
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[208,82] unchecked conversion
  required: java.util.Iterator<java.util.Map.Entry<java.lang.String,?>>
  found:    java.util.Iterator
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[237,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[240,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[242,27] unchecked call to put(K,V) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecord.java:[27,34] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecord.java:[27,53] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoListRecord.java:[27,38] found raw type: java.util.ArrayList
  missing type arguments for generic class java.util.ArrayList<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoListRecord.java:[27,59] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecordFactory.java:[35,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.mongo.MongoRecordFactory implements <E>createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecordFactory.java:[40,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.mongo.MongoRecordFactory implements <K,V>createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecordFactory.java:[35,12] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoRecordFactory.java:[40,12] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[100,60] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[105,25] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[89,35] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.nosql ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.nosql ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.nosql ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.nosql ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/src/test/resources
[INFO] Copying 223 resources from src/it/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.nosql ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 150 source files with javac [debug deprecation release 17 module-path] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/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-master/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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.2.5:test (default-test) @ org.eclipse.persistence.nosql ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.nosql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.nosql ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/bom.json
[INFO]            attaching as org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-5.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.nosql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.nosql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] ---< org.eclipse.persistence:org.eclipse.persistence.moxy.utils.xjc >---
[INFO] Building EclipseLink MOXy XJC 5.0.0-SNAPSHOT                    [18/135]
[INFO]   from moxy/org.eclipse.persistence.moxy.utils.xjc/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Nothing to compile - all classes are up to date.
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy.utils.xjc ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.moxy.utils.xjc ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/bom.json
[INFO]            attaching as org.eclipse.persistence.moxy.utils.xjc-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy.utils.xjc ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy.utils.xjc ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >--------
[INFO] Building EclipseLink DBWS 5.0.0-SNAPSHOT                        [19/135]
[INFO]   from dbws/org.eclipse.persistence.dbws/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.dbws ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.dbws ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.dbws ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.dbws ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.dbws ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.dbws ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 52 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/module-info.java:[40,82] module not found: org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceModel.java:[33,8] class org.eclipse.persistence.internal.xr.XRServiceModel in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/dbws/DBWSModel.java:[121,8] class org.eclipse.persistence.dbws.DBWSModel in exported package org.eclipse.persistence.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Operation.java:[35,17] class org.eclipse.persistence.internal.xr.Operation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Parameter.java:[34,8] class org.eclipse.persistence.internal.xr.Parameter in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceAdapter.java:[37,8] class org.eclipse.persistence.internal.xr.XRServiceAdapter in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceAdapter.java:[43,15] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceAdapter.java:[74,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceAdapter.java:[77,27] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/dbws/DBWSModelProject.java:[76,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:[654,96] interface org.eclipse.persistence.jpa.metadata.MetadataSource in module org.eclipse.persistence.jpa is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:[669,16] class org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings in module org.eclipse.persistence.jpa is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:[689,16] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Attachment.java:[31,8] class org.eclipse.persistence.internal.xr.Attachment in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/AttachmentHelper.java:[33,8] class org.eclipse.persistence.internal.xr.AttachmentHelper in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QueryOperation.java:[204,26] serializable class org.eclipse.persistence.internal.xr.QueryOperation.DataHandlerInstantiationPolicy has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QueryHandler.java:[39,17] class org.eclipse.persistence.internal.xr.QueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QueryOperation.java:[637,48] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QueryOperation.java:[638,55] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QueryOperation.java:[639,61] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QueryOperation.java:[640,50] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QueryOperation.java:[641,51] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QueryOperation.java:[642,46] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/BatchQueryOperation.java:[30,8] class org.eclipse.persistence.internal.xr.BatchQueryOperation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/DeleteOperation.java:[43,8] class org.eclipse.persistence.internal.xr.DeleteOperation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/InsertOperation.java:[32,8] class org.eclipse.persistence.internal.xr.InsertOperation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/NamedQueryHandler.java:[34,8] class org.eclipse.persistence.internal.xr.NamedQueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProcedureArgument.java:[24,8] class org.eclipse.persistence.internal.xr.ProcedureArgument in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProcedureOutputArgument.java:[31,8] class org.eclipse.persistence.internal.xr.ProcedureOutputArgument in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/QNameTransformer.java:[80,8] serializable class org.eclipse.persistence.internal.xr.QNameTransformer has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/SQLQueryHandler.java:[32,8] class org.eclipse.persistence.internal.xr.SQLQueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/StoredProcedureQueryHandler.java:[48,8] class org.eclipse.persistence.internal.xr.StoredProcedureQueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/StoredFunctionQueryHandler.java:[40,8] class org.eclipse.persistence.internal.xr.StoredFunctionQueryHandler in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/UpdateOperation.java:[27,8] class org.eclipse.persistence.internal.xr.UpdateOperation in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ValueObject.java:[31,8] class org.eclipse.persistence.internal.xr.ValueObject in exported package org.eclipse.persistence.internal.xr declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRDynamicPropertiesManager.java:[42,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRDynamicEntityVHAccessor.java:[38,8] serializable class org.eclipse.persistence.internal.xr.XRDynamicEntityVHAccessor has no definition of serialVersionUID
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRDynamicEntity_CollectionWrapper.java:[38,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRSessionsFactory.java:[63,40] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/sxf/SimpleXMLFormatProject.java:[46,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws ---
[WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.dbws:jar:5.0.0-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] 
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.dbws ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/src/test/resources
[INFO] Copying 4 resources from src/it/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.dbws ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 10 source files with javac [debug deprecation release 17 module-path] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5: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 ...
Tue Apr 30 10:47:51 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:47:51 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.dbws ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.dbws ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/bom.json
[INFO]            attaching as org.eclipse.persistence.dbws-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- sql:3.0.0:execute (create-tables-before-test) @ org.eclipse.persistence.dbws ---
[INFO] Executing file: /tmp/dbsetup_keymappings.651083104sql
[INFO] Executing file: /tmp/dbsetup_relationships.281428099sql
[INFO] 86 of 86 SQL statements executed successfully
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (test-dbws) @ org.eclipse.persistence.dbws ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running dbws.testing.keymappings.KeyMappingsTestSuite
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.827 s -- in dbws.testing.keymappings.KeyMappingsTestSuite
[INFO] Running dbws.testing.relationships.RelationshipsTestSuite
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 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.007 s -- in dbws.testing.xrdynamicentity.XRDynamicEntityTestSuite
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- sql:3.0.0:execute (drop-tables-after-test) @ org.eclipse.persistence.dbws ---
[INFO] Executing file: /tmp/dbteardown_keymappings.842172733sql
[INFO] Executing file: /tmp/dbteardown_relationships.245843247sql
[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.
Tue Apr 30 10:47:55 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify-integration-tests) @ org.eclipse.persistence.dbws ---
[INFO] 
[INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >---------
[INFO] Building EclipseLink SDO 5.0.0-SNAPSHOT                         [20/135]
[INFO]   from sdo/org.eclipse.persistence.sdo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.sdo ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.sdo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.sdo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.sdo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.sdo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (unpack-sources) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (add-source) @ org.eclipse.persistence.sdo ---
[INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies added.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.sdo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-resource) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.sdo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] Copying 2 resources from target/generated-sources/dependencies to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.sdo ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 106 source files with javac [debug release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDOProperty.java:[125,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDODataObject.java:[101,30] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDODataGraph.java:[42,51] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDOExternalizableDelegator.java:[49,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDOExternalizableDelegator.java:[81,120] previous possible 'this' escape happens here via invocation
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/delegates/SDOTypeHelperDelegate.java:[211,27] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/delegates/SDOTypeHelperDelegate.java:[340,56] previous possible 'this' escape happens here via invocation
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:[1458,24] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:[257,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:[271,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/types/SDOWrapperType.java:[87,28] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/ApplicationAccessWLS.java:[63,25] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/ClassBuffer.java:[46,27] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/InstanceClassConverter.java:[67,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/InstanceClassConverter.java:[74,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOMethodAttributeAccessor.java:[36,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOMethodAttributeAccessor.java:[40,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:[124,40] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:[2177,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:[2193,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOTypesGenerator.java:[2264,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/types/SDODataType.java:[33,25] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/jaxb/JAXBClassGenerator.java:[31,8] class org.eclipse.persistence.sdo.helper.jaxb.JAXBClassGenerator in exported package org.eclipse.persistence.sdo.helper.jaxb declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.sdo
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/types/SDOChangeSummaryType.java:[39,25] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/types/SDODataObjectType.java:[29,25] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/types/SDOOpenSequencedType.java:[33,79] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/types/SDOPropertyType.java:[45,74] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/types/SDOTypeType.java:[40,74] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/types/SDOXMLHelperLoadOptionsType.java:[30,79] possible 'this' escape before subclass is fully initialized
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/impl/HelperProvider.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/impl/HelperProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDODataHelper.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDODataHelper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.1:build-classpath (default) @ org.eclipse.persistence.sdo ---
[INFO] Dependencies classpath:
/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.1.3/jakarta.activation-api-2.1.3.jar:/home/jenkins/.m2/repository/jakarta/mail/jakarta.mail-api/2.1.3/jakarta.mail-api-2.1.3.jar:/home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-5.0.0-SNAPSHOT.jar:/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/4.0.2/jakarta.xml.bind-api-4.0.2.jar:/home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-5.0.0-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.jar:/home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.7.0/org.eclipse.persistence.asm-9.7.0.jar:/home/jenkins/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar:/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/jenkins/.m2/repository/org/eclipse/angus/angus-activation/2.0.2/angus-activation-2.0.2.jar:/home/jenkins/.m2/repository/org/eclipse/angus/angus-mail/2.0.3/angus-mail-2.0.3.jar
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.sdo ---
[WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.sdo:jar:5.0.0-SNAPSHOT : Unused Import-Package instructions: [org.eclipse.persistence.internal.libraries.asm*] 
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.sdo ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.sdo ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.sdo ---
[INFO] Copying 856 resources from src/test/resources to target/test-classes
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.sdo ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 660 source files with javac [debug release 17 module-path] to target/test-classes
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/externalizable/InsecureDataObject.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/externalizable/InsecureDataObject.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/SDOXMLComparer.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/SDOXMLComparer.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.sdo ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (copy-resources) @ org.eclipse.persistence.sdo ---
[INFO] Copying 856 resources from src/test/resources to target/test-run
[INFO] 
[INFO] --- surefire:3.2.5:test (test-sdo-srg) @ org.eclipse.persistence.sdo ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.sdo.SDOSRGTestSuite
Apr 30, 2024 6:47:59 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
INFO: Looking for : class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases
Apr 30, 2024 6:47:59 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: [int, class java.math.BigInteger, class java.lang.Integer, boolean, class java.lang.Boolean, float, class [Ljava.lang.Byte;, class java.lang.Float, short, double, class java.lang.Long, class java.lang.Byte, class java.util.Date, long, class java.lang.Short, char, class java.lang.String, byte, class java.lang.Double, class java.lang.Character, class java.math.BigDecimal, class [B]
Content of typesHashMap: null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, interface org.eclipse.persistence.sdo.dataobjects.OpenSequencedType, null, null, null, null, 
Content of anonymousTypes: null
Content of commonjHashMap: class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, int, class [B, class java.lang.String, class java.math.BigDecimal, interface commonj.sdo.ChangeSummary, class java.lang.String, boolean, null, short, char, class java.lang.String, double, interface java.util.List, class java.util.Date, class java.math.BigInteger, float, null, interface commonj.sdo.DataObject, class java.lang.String, class java.lang.String, byte, long, class java.lang.Object, class java.lang.String, 

Apr 30, 2024 6:47:59 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress
Apr 30, 2024 6:47:59 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: [int, class java.math.BigInteger, class java.lang.Integer, boolean, class java.lang.Boolean, float, class [Ljava.lang.Byte;, class java.lang.Float, short, double, class java.lang.Long, class java.lang.Byte, class java.util.Date, long, class java.lang.Short, char, class java.lang.String, byte, class java.lang.Double, class java.lang.Character, class java.math.BigDecimal, class [B]
Content of typesHashMap: null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, interface org.eclipse.persistence.sdo.dataobjects.OpenSequencedType, null, null, null, null, 
Content of anonymousTypes: null
Content of commonjHashMap: class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, int, class [B, class java.lang.String, class java.math.BigDecimal, interface commonj.sdo.ChangeSummary, class java.lang.String, boolean, null, short, char, class java.lang.String, double, interface java.util.List, class java.util.Date, class java.math.BigInteger, float, null, interface commonj.sdo.DataObject, class java.lang.String, class java.lang.String, byte, long, class java.lang.Object, class java.lang.String, 

Apr 30, 2024 6:47:59 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress
Apr 30, 2024 6:47:59 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType
INFO: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress was found in: typesHashMap.
[0.748s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[0.753s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.P_TYPEImpl.<init>() is not a subtype of class java.lang.Throwable
[0.767s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.AttributeIntWrapperImpl.<init>() is not a subtype of class java.lang.Throwable
[0.768s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[0.780s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[0.792s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[0.803s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.P_TYPEWrapperImpl.<init>() is not a subtype of class java.lang.Throwable
[0.813s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[0.824s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[0.825s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.P_TYPEImpl.<init>() is not a subtype of class java.lang.Throwable
[0.834s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[0.843s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.P_TYPEWrapperImpl.<init>() is not a subtype of class java.lang.Throwable
[0.851s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[0.859s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.example.MyTestTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[0.864s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[0.868s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[0.872s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[0.875s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[0.879s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[0.882s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[0.886s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[0.890s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[0.894s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[0.898s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[0.902s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[0.905s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[0.909s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[0.912s][warning][exceptions] Class java.io.Serializable in throws clause of method void testing.SecondChildTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[0.928s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.RootImpl.<init>() is not a subtype of class java.lang.Throwable
[0.937s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child1Impl.<init>() is not a subtype of class java.lang.Throwable
[0.938s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child2Impl.<init>() is not a subtype of class java.lang.Throwable
[0.939s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child3Impl.<init>() is not a subtype of class java.lang.Throwable
[0.943s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.RootImpl.<init>() is not a subtype of class java.lang.Throwable
[0.944s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child1Impl.<init>() is not a subtype of class java.lang.Throwable
[0.945s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child2Impl.<init>() is not a subtype of class java.lang.Throwable
[0.946s][warning][exceptions] Class java.io.Serializable in throws clause of method void uri.my.Child3Impl.<init>() is not a subtype of class java.lang.Throwable
[1.041s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DurationWrapperImpl.<init>() is not a subtype of class java.lang.Throwable
[1.043s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.CharWrapperImpl.<init>() is not a subtype of class java.lang.Throwable
[1.044s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GuidWrapperImpl.<init>() is not a subtype of class java.lang.Throwable
[1.069s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.DurationWrapperImpl.<init>() is not a subtype of class java.lang.Throwable
[1.070s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.CharWrapperImpl.<init>() is not a subtype of class java.lang.Throwable
[1.070s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.eclipse.persistence.sdo.dataobjects.GuidWrapperImpl.<init>() is not a subtype of class java.lang.Throwable
[1.122s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetBoolImpl.<init>() is not a subtype of class java.lang.Throwable
[1.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetShortImpl.<init>() is not a subtype of class java.lang.Throwable
[1.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetGuidResponseImpl.<init>() is not a subtype of class java.lang.Throwable
[1.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUShortResponseImpl.<init>() is not a subtype of class java.lang.Throwable
[1.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetSingleImpl.<init>() is not a subtype of class java.lang.Throwable
[1.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetIntResponseImpl.<init>() is not a subtype of class java.lang.Throwable
[1.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetObjectImpl.<init>() is not a subtype of class java.lang.Throwable
[1.123s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUriImpl.<init>() is not a subtype of class java.lang.Throwable
[1.124s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetQNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.124s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetByteArrayResponseImpl.<init>() is not a subtype of class java.lang.Throwable
[1.124s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetTimeSpanImpl.<init>() is not a subtype of class java.lang.Throwable
[1.124s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetFloatResponseImpl.<init>() is not a subtype of class java.lang.Throwable
[1.124s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetIntImpl.<init>() is not a subtype of class java.lang.Throwable
[1.124s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetSByteImpl.<init>() is not a subtype of class java.lang.Throwable
[1.124s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDoubleImpl.<init>() is not a subtype of class java.lang.Throwable
[1.125s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetLongImpl.<init>() is not a subtype of class java.lang.Throwable
[1.125s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetByteArrayImpl.<init>() is not a subtype of class java.lang.Throwable
[1.125s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUIntResponseImpl.<init>() is not a subtype of class java.lang.Throwable
[1.125s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDateTimeResponseImpl.<init>() is not a subtype of class java.lang.Throwable
[1.125s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUShortImpl.<init>() is not a subtype of class java.lang.Throwable
[1.125s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetBoolResponseImpl.<init>() is not a subtype of class java.lang.Throwable
[1.125s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetLongResponseImpl.<init>() is not a subtype of class java.lang.Throwable
[1.125s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDateTimeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.126s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUriResponseImpl.<init>() is not a subtype of class java.lang.Throwable
[1.126s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetByteImpl.<init>() is not a subtype of class java.lang.Throwable
[1.126s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetTimeSpanResponseImpl.<init>() is not a subtype of class java.lang.Throwable
[1.126s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetGuidImpl.<init>() is not a subtype of class java.lang.Throwable
[1.126s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDoubleResponseImpl.<init>() is not a subtype of class java.lang.Throwable
[1.126s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetCharResponseImpl.<init>() is not a subtype of class java.lang.Throwable
[1.126s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetSByteResponseImpl.<init>() is not a subtype of class java.lang.Throwable
[1.126s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetUIntImpl.<init>() is not a subtype of class java.lang.Throwable
[1.127s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetObjectResponseImpl.<init>() is not a subtype of class java.lang.Throwable
[1.127s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDecimalResponseImpl.<init>() is not a subtype of class java.lang.Throwable
[1.127s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetShortResponseImpl.<init>() is not a subtype of class java.lang.Throwable
[1.127s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetStringImpl.<init>() is not a subtype of class java.lang.Throwable
[1.127s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetQNameResponseImpl.<init>() is not a subtype of class java.lang.Throwable
[1.127s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetSingleResponseImpl.<init>() is not a subtype of class java.lang.Throwable
[1.128s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetDecimalImpl.<init>() is not a subtype of class java.lang.Throwable
[1.128s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetULongImpl.<init>() is not a subtype of class java.lang.Throwable
[1.128s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetStringResponseImpl.<init>() is not a subtype of class java.lang.Throwable
[1.128s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetULongResponseImpl.<init>() is not a subtype of class java.lang.Throwable
[1.128s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetByteResponseImpl.<init>() is not a subtype of class java.lang.Throwable
[1.128s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetFloatImpl.<init>() is not a subtype of class java.lang.Throwable
[1.128s][warning][exceptions] Class java.io.Serializable in throws clause of method void org.tempuri.RetCharImpl.<init>() is not a subtype of class java.lang.Throwable
[1.149s][warning][exceptions] Class java.io.Serializable in throws clause of method void hierarchysubstitution.TBaseImpl.<init>() is not a subtype of class java.lang.Throwable
[1.150s][warning][exceptions] Class java.io.Serializable in throws clause of method void hierarchysubstitution.TGenericImpl.<init>() is not a subtype of class java.lang.Throwable
[1.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void hierarchysubstitution.TSubstituteImpl.<init>() is not a subtype of class java.lang.Throwable
[1.153s][warning][exceptions] Class java.io.Serializable in throws clause of method void hierarchysubstitution.TRootImpl.<init>() is not a subtype of class java.lang.Throwable
[1.180s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.181s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.182s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.185s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.186s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.187s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.189s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.190s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.190s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.192s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.193s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.194s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.196s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.196s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.197s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.199s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.200s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.201s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.203s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.204s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.204s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.206s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.207s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.208s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.210s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.211s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.213s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.214s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.215s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.217s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.218s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.219s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.221s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.222s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.223s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.225s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.226s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.227s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.229s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.230s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.231s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.233s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.234s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.235s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.237s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.238s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.239s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.241s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.242s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.243s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.245s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.245s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.246s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.247s][warning][exceptions] Class java.io.Serializable in throws clause of method void openpropertytypeuri.OpenPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.247s][warning][exceptions] Class java.io.Serializable in throws clause of method void obj1uri.Obj1Impl.<init>() is not a subtype of class java.lang.Throwable
[1.249s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.250s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.251s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.254s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.255s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.255s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.257s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.258s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.259s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.261s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.262s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.262s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.264s][warning][exceptions] Class java.io.Serializable in throws clause of method void rootpropertytypeuri.RootPropertyTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[1.265s][warning][exceptions] Class java.io.Serializable in throws clause of method void rooturi.RootTypeNameImpl.<init>() is not a subtype of class java.lang.Throwable
[1.266s][warning][exceptions] Class java.io.Serializable in throws clause of method void containeduri.ContainedTypeImpl.<init>() is not a subtype of class java.lang.Throwable
[INFO] Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.090 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.2.5:test (test-sdo) @ org.eclipse.persistence.sdo ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.sdo ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.sdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.sdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.sdo ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.sdo ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/bom.json
[INFO]            attaching as org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.sdo ---
[INFO] Skipping javadoc generation, everything is up to date.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.sdo ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.sdo ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >----
[INFO] Building EclipseLink DBWS Builder 5.0.0-SNAPSHOT                [21/135]
[INFO]   from utils/org.eclipse.persistence.dbws.builder/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.dbws.builder ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.dbws.builder ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.dbws.builder ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.dbws.builder ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.dbws.builder ---
[INFO] Copying 6 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.dbws.builder ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 47 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/XRPackager.java:[68,22] class org.eclipse.persistence.tools.dbws.XRPackager.NullOutputStream in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/XRPackager.java:[108,34] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:[110,8] class org.eclipse.persistence.tools.dbws.Util in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:[408,63] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:[553,43] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DefaultNamingConventionTransformer.java:[21,8] class org.eclipse.persistence.tools.dbws.DefaultNamingConventionTransformer in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:[861,92] class javax.wsdl.WSDLException in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[607,35] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[698,37] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[128,15] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[147,51] class javax.wsdl.WSDLException in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[165,45] class javax.wsdl.WSDLException in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[249,32] class javax.wsdl.WSDLException in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[365,20] class javax.wsdl.WSDLException in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[382,16] class javax.wsdl.WSDLException in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[731,12] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:[734,27] class org.eclipse.persistence.internal.oxm.schema.model.Schema in module org.eclipse.persistence.core may not be visible to all clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/OperationModel.java:[18,8] class org.eclipse.persistence.tools.dbws.OperationModel in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/WSDLGenerator.java:[129,12] interface javax.wsdl.Definition in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/WSDLGenerator.java:[129,45] class javax.wsdl.WSDLException in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/WSDLGenerator.java:[133,12] interface javax.wsdl.Definition in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/WSDLGenerator.java:[133,62] class javax.wsdl.WSDLException in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilderHelper.java:[48,85] class javax.wsdl.WSDLException in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BindingModel.java:[26,8] class org.eclipse.persistence.tools.dbws.BindingModel in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilderModelProject.java:[51,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/PLSQLProcedureOperationModel.java:[15,8] class org.eclipse.persistence.tools.dbws.PLSQLProcedureOperationModel in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/SQLX2003Transformer.java:[17,8] class org.eclipse.persistence.tools.dbws.SQLX2003Transformer in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/ToLowerTransformer.java:[15,8] class org.eclipse.persistence.tools.dbws.ToLowerTransformer in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/TypeSuffixTransformer.java:[15,8] class org.eclipse.persistence.tools.dbws.TypeSuffixTransformer in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/XmlBindingsGenerator.java:[67,8] class org.eclipse.persistence.tools.dbws.XmlBindingsGenerator in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/XmlEntityMappingsGenerator.java:[109,8] class org.eclipse.persistence.tools.dbws.XmlEntityMappingsGenerator in exported package org.eclipse.persistence.tools.dbws declares no explicit constructors, thereby exposing a default constructor to clients of module org.eclipse.persistence.dbws.builder
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/metadata/generation/JPAMetadataGenerator.java:[1081,33] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/metadata/generation/JPAMetadataGenerator.java:[1089,37] java.security.AccessController in java.security has been deprecated and marked for removal
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 21 source files with javac [debug deprecation release 17 module-path] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.dbws.builder ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.dbws.builder ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/bom.json
[INFO]            attaching as org.eclipse.persistence.dbws.builder-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.utils.rename >----
[INFO] Building EclipseLink Package Rename Utility 5.0.0-SNAPSHOT      [22/135]
[INFO]   from utils/eclipselink.utils.rename/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.utils.rename ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.utils.rename ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.utils.rename ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.utils.rename ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.utils.rename ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.rename ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.utils.rename ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.utils.rename ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.utils.rename ---
[INFO] Nothing to compile - all classes are up to date.
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.utils.rename ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.utils.rename ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.utils.rename ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.utils.rename ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.utils.rename ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.utils.rename ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.utils.rename ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.utils.rename ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.utils.rename ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.utils.rename ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/bom.json
[INFO]            attaching as org.eclipse.persistence.utils.rename-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.utils.rename ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.utils.rename ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >----
[INFO] Building EclipseLink Oracle NoSQL Extension 5.0.0-SNAPSHOT      [23/135]
[INFO]   from foundation/org.eclipse.persistence.oracle.nosql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.oracle.nosql ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 41 source files with javac [debug deprecation release 17 module-path] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java:[108,9] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java:[109,26] unchecked call to add(E) as a member of the raw type java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java:[119,9] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java:[50,38] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionFactory.java:[62,17] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:[143,23] unchecked call to add(E) as a member of the raw type java.util.ArrayList
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecord.java:[26,31] found raw type: java.util.ArrayList
  missing type arguments for generic class java.util.ArrayList<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecord.java:[26,52] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecordFactory.java:[35,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.aq.AQRecordFactory implements <E>createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecordFactory.java:[40,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.eis.adapters.aq.AQRecordFactory implements <K,V>createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecordFactory.java:[35,12] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQRecordFactory.java:[40,12] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:[33,12] interface oracle.kv.KVStore in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:[37,15] interface oracle.kv.KVStore in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:[43,34] interface oracle.kv.KVStore in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:[45,55] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:[254,132] interface oracle.kv.Operation in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:[281,15] class oracle.kv.Value in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[31,15] class oracle.kv.Consistency in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[32,15] class oracle.kv.Durability in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[35,15] class oracle.kv.Version in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[51,12] class oracle.kv.Version in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[55,28] class oracle.kv.Version in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[72,12] class oracle.kv.Consistency in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[76,32] class oracle.kv.Consistency in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[80,12] class oracle.kv.Durability in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteractionSpec.java:[84,31] class oracle.kv.Durability in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecord.java:[27,40] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecord.java:[27,59] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecordFactory.java:[35,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLRecordFactory implements <E>createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecordFactory.java:[40,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.nosql.OracleNoSQLRecordFactory implements <K,V>createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecordFactory.java:[35,12] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLRecordFactory.java:[40,12] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLConnection.java:[44,34] interface oracle.nosql.driver.NoSQLHandle in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLConnection.java:[95,12] interface oracle.nosql.driver.NoSQLHandle in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLConnection.java:[46,55] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[326,115] unchecked cast
  required: java.util.Set<java.util.Map.Entry<org.eclipse.persistence.internal.helper.DatabaseField,org.w3c.dom.Element>>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[347,86] unchecked cast
  required: java.util.List<org.eclipse.persistence.oxm.record.DOMRecord>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[350,96] unchecked cast
  required: java.util.List<org.w3c.dom.Node>
  found:    java.util.Vector
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[402,49] unchecked conversion
  required: java.util.List<org.eclipse.persistence.oxm.record.DOMRecord>
  found:    java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[424,147] unchecked cast
  required: java.util.Set<java.util.Map.Entry<org.eclipse.persistence.internal.helper.DatabaseField,org.w3c.dom.Element>>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[449,37] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[452,101] unchecked cast
  required: java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.Object>>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[477,79] unchecked cast
  required: java.util.List<java.lang.Object>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[493,70] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[493,90] unchecked cast
  required: java.util.List<java.util.Map>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[493,64] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.String>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[517,110] unchecked cast
  required: java.util.List<java.util.Map<java.lang.String,java.lang.Object>>
  found:    java.lang.Object
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[546,115] unchecked cast
  required: java.util.Set<java.util.Map.Entry<org.eclipse.persistence.internal.helper.DatabaseField,org.w3c.dom.Element>>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[549,20] unchecked call to put(K,V) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[569,34] found raw type: java.util.ArrayList
  missing type arguments for generic class java.util.ArrayList<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[571,44] unchecked call to add(E) as a member of the raw type java.util.List
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteraction.java:[613,41] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecord.java:[27,40] found raw type: java.util.HashMap
  missing type arguments for generic class java.util.HashMap<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecord.java:[27,59] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[67,12] class oracle.nosql.driver.Version in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[71,28] class oracle.nosql.driver.Version in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[83,12] class oracle.nosql.driver.Consistency in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[87,32] class oracle.nosql.driver.Consistency in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[91,12] class oracle.nosql.driver.Durability in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLInteractionSpec.java:[95,31] class oracle.nosql.driver.Durability in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecordFactory.java:[38,26] createIndexedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLRecordFactory implements <E>createIndexedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.IndexedRecord to jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecordFactory.java:[44,25] createMappedRecord(java.lang.String) in org.eclipse.persistence.internal.nosql.adapters.sdk.OracleNoSQLRecordFactory implements <K,V>createMappedRecord(java.lang.String) in jakarta.resource.cci.RecordFactory
  return type requires unchecked conversion from jakarta.resource.cci.MappedRecord to jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecordFactory.java:[38,12] found raw type: jakarta.resource.cci.IndexedRecord
  missing type arguments for generic class jakarta.resource.cci.IndexedRecord<E>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/sdk/OracleNoSQLRecordFactory.java:[44,12] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[259,82] unchecked conversion
  required: java.util.Iterator<java.util.Map.Entry<?,java.lang.Object>>
  found:    java.util.Iterator
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[278,13] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[289,23] unchecked call to put(K,V) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[314,24] unchecked call to put(K,V) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[371,84] unchecked cast
  required: java.util.Set<java.util.Map.Entry<?,?>>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:[82,38] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[272,13] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[276,122] unchecked cast
  required: java.util.Set<java.util.Map.Entry<org.eclipse.persistence.internal.helper.DatabaseField,java.lang.Object>>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[277,30] unchecked call to put(K,V) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[280,26] unchecked call to put(K,V) as a member of the raw type java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[284,13] found raw type: jakarta.resource.cci.MappedRecord
  missing type arguments for generic class jakarta.resource.cci.MappedRecord<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[295,23] unchecked call to put(K,V) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[320,24] unchecked call to put(K,V) as a member of the raw type java.util.HashMap
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[381,104] unchecked cast
  required: java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.Object>>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[386,57] unchecked conversion
  required: java.util.Map<java.lang.String,java.lang.String>
  found:    java.util.Map
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[429,134] unchecked cast
  required: java.util.Set<java.util.Map.Entry<java.lang.String,java.lang.Object>>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[581,105] unchecked cast
  required: java.util.Set<java.util.Map.Entry<java.lang.Object,java.lang.Object>>
  found:    java.util.Set
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[556,19] class oracle.nosql.driver.values.FieldValue in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/sdk/OracleNoSQLPlatform.java:[113,38] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Copying 5 resources from src/it/resources to target/test-classes
[INFO] Copying 5 resources from src/it/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 47 source files with javac [debug deprecation release 17 module-path] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[66,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[71,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[76,30] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[82,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[122,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLModelTest.java:[128,30] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLSimpleTest.java:[134,32] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLSimpleTest.java:[139,30] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/NoSQLTestSuite.java:[54,49] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPAMappedTest.java:[325,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPAMappedTest.java:[337,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPAMappedTest.java:[338,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPAMappedTest.java:[339,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPATest.java:[309,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/nosql/NoSQLJPATest.java:[321,33] org.eclipse.persistence.nosql.adapters.nosql.OracleNoSQLPlatform in org.eclipse.persistence.nosql.adapters.nosql has been deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/sdk/NoSQLSimpleTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/tests/eis/nosql/sdk/NoSQLSimpleTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.nosql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.oracle.nosql ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 45 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/bom.json
[INFO]            attaching as org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ org.eclipse.persistence.oracle.nosql ---
[INFO] Skipping javadoc generation, everything is up to date.
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.nosql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.nosql ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] ------< org.eclipse.persistence:org.eclipse.persistence.bundles >-------
[INFO] Building EclipseLink Bundles Parent 5.0.0-SNAPSHOT              [24/135]
[INFO]   from bundles/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.bundles ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.bundles ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.bundles ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.bundles ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.bundles ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.bundles ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.bundles ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.bundles ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.bundles ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.bundles ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.bundles ---
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.bundles ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.bundles-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/target/bom.json
[INFO]            attaching as org.eclipse.persistence.bundles-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.bundles ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.bundles ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --------------< org.eclipse.persistence:moxy-standalone >---------------
[INFO] Building EclipseLink Bundles MOXy standalone 5.0.0-SNAPSHOT     [25/135]
[INFO]   from bundles/moxy-standalone/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ moxy-standalone ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ moxy-standalone ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ moxy-standalone ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ moxy-standalone ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ moxy-standalone ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ moxy-standalone ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ moxy-standalone ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ moxy-standalone ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/moxy-standalone/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/moxy-standalone/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (prepare-bin-for-moxy.zip) @ moxy-standalone ---
[INFO] Copying 0 resource from ../eclipselink/src/main/scripts to target/generated-sources/bin
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ moxy-standalone ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (prepare-xsds-for-moxy.zip) @ moxy-standalone ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ moxy-standalone ---
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ moxy-standalone ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ moxy-standalone ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/moxy-standalone/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ moxy-standalone ---
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ moxy-standalone ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ moxy-standalone ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ moxy-standalone ---
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ moxy-standalone ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/moxy-standalone/target/bom.xml
[INFO]            attaching as moxy-standalone-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/moxy-standalone/target/bom.json
[INFO]            attaching as moxy-standalone-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- assembly:3.7.1:single (make-assembly) @ moxy-standalone ---
[INFO] Reading assembly descriptor: src/main/assembly/moxy.xml
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/moxy-standalone/target/moxy-standalone-5.0.0-SNAPSHOT.zip
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ moxy-standalone ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ moxy-standalone ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] ----------------< org.eclipse.persistence:eclipselink >-----------------
[INFO] Building EclipseLink Bundles eclipselink.jar (non-OSGi) 5.0.0-SNAPSHOT [26/135]
[INFO]   from bundles/eclipselink/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ eclipselink ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ eclipselink ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ eclipselink ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ eclipselink ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ eclipselink ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ eclipselink ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ eclipselink ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ eclipselink ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- buildnumber:3.2.0:create-timestamp (build.date) @ eclipselink ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create-timestamp (build.time) @ eclipselink ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (default) @ eclipselink ---
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink' && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink
[INFO] Storing buildNumber: f194e68fa0461568024ab143e1706207931f37ba at timestamp: 1714474086801
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink
[INFO] Storing scmBranch: master
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (unpack-sources) @ eclipselink ---
[INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.7.0 already exists in destination.
[INFO] 
[INFO] --- build-helper:3.5.0:add-source (add-generated-sources) @ eclipselink ---
[INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources added.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ eclipselink ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ eclipselink ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-resource) @ eclipselink ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ eclipselink ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] Copying 58 resources from target/generated-sources/dependency-sources to target/classes
[INFO] Copying 1 resource from target/generated-sources/dependency-sources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ eclipselink ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3425 source files with javac [debug release 17 module-path] to target/classes
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[16,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.glassfish.corba.annotation.processing.ExceptionWrapperProcessor' less than -source '17'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[16,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[16,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/ChangeSummary.java:[41,13] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataGraph.java:[32,8] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[219,12] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[505,12] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[829,12] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[1051,13] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/DataObject.java:[1099,12] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Sequence.java:[120,8] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Sequence.java:[125,8] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/DataHelper.java:[74,10] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/DataHelper.java:[139,10] deprecated item is not annotated with @Deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/DatabaseMapping.java:[455,41] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/AbstractSession.java:[464,31] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/AbstractSession.java:[465,27] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1181,55] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1182,68] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1183,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/ContainerPolicy.java:[629,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/ContainerPolicy.java:[671,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/ContainerPolicy.java:[913,35] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/foundation/AbstractColumnMapping.java:[154,42] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/foundation/AbstractColumnMapping.java:[160,37] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/foundation/AbstractDirectMapping.java:[493,42] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/foundation/AbstractDirectMapping.java:[511,47] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/oxm/XMLContext.java:[979,24] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/oxm/XMLContext.java:[214,12] class org.eclipse.persistence.oxm.XMLContext.XMLContextState in module eclipselink is not accessible to clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/oxm/XMLContext.java:[225,36] class org.eclipse.persistence.oxm.XMLContext.XMLContextState in module eclipselink is not accessible to clients that require this module
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/queries/ObjectBuildingQuery.java:[159,42] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/ForeignReferenceMapping.java:[428,42] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/foundation/AbstractTransformationMapping.java:[562,53] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/foundation/AbstractTransformationMapping.java:[586,48] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/foundation/AbstractTransformationMapping.java:[679,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/queries/QueryByExamplePolicy.java:[228,46] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/security/SecurableObjectHolder.java:[90,41] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/queries/ReportQueryResult.java:[162,35] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/querykeys/ForeignReferenceQueryKey.java:[61,42] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/DefaultConnector.java:[257,39] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/DefaultConnector.java:[267,39] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/DefaultConnector.java:[337,43] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/queries/ConstructorReportItem.java:[199,39] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/DirectCollectionMapping.java:[952,47] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/DirectCollectionMapping.java:[958,54] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/DirectCollectionMapping.java:[983,55] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/factories/PersistenceEntityResolver.java:[101,42] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/factories/SessionManager.java:[395,31] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/AggregateMapping.java:[399,43] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/InterfaceContainerPolicy.java:[138,38] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/InterfaceContainerPolicy.java:[240,35] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/InterfaceContainerPolicy.java:[301,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/MapContainerPolicy.java:[355,36] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/MapContainerPolicy.java:[571,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/MapContainerPolicy.java:[592,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/DatasourceLogin.java:[539,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sessions/DatasourceLogin.java:[570,40] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/asm/ASMFactory.java:[321,19] getSecurityManager() in java.lang.System has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/asm/ASMFactory.java:[325,21] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/dynamic/DynamicClassWriter.java:[212,30] class org.eclipse.persistence.asm.ClassWriter in module eclipselink is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/dynamic/DynamicClassWriter.java:[219,31] class org.eclipse.persistence.asm.ClassWriter in module eclipselink is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/DOMRecord.java:[33,56] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[51,15] interface jakarta.resource.cci.Connection in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[52,15] interface jakarta.resource.cci.RecordFactory in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[281,12] interface jakarta.resource.cci.Connection in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[297,12] interface jakarta.resource.cci.RecordFactory in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISAccessor.java:[306,34] interface jakarta.resource.cci.RecordFactory in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISException.java:[81,50] class jakarta.resource.ResourceException in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISException.java:[85,50] class jakarta.resource.ResourceException in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[203,12] interface jakarta.resource.cci.InteractionSpec in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[210,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[222,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[230,56] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[241,65] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[253,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[266,78] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[274,50] interface jakarta.resource.cci.MappedRecord in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[282,65] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISPlatform.java:[307,60] interface jakarta.resource.cci.MappedRecord in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/RecordConverter.java:[28,25] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/RecordConverter.java:[28,80] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/RecordConverter.java:[30,25] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/RecordConverter.java:[30,78] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[51,15] interface jakarta.resource.cci.InteractionSpec in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[279,12] interface jakarta.resource.cci.InteractionSpec in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[289,36] interface jakarta.resource.cci.InteractionSpec in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[363,41] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[369,65] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/EISInteraction.java:[376,65] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[55,15] interface jakarta.resource.cci.ConnectionSpec in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[56,15] interface jakarta.resource.cci.ConnectionFactory in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[147,12] interface jakarta.resource.cci.Connection in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[207,12] interface jakarta.resource.cci.ConnectionFactory in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[215,12] interface jakarta.resource.cci.ConnectionSpec in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[250,38] interface jakarta.resource.cci.ConnectionFactory in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISConnectionSpec.java:[268,35] interface jakarta.resource.cci.ConnectionSpec in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISDOMRecord.java:[32,102] interface jakarta.resource.cci.MappedRecord in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISDOMRecord.java:[35,35] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISDOMRecord.java:[58,45] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISDOMRecord.java:[81,45] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISDOMRecord.java:[112,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISDOMRecord.java:[119,47] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISLogin.java:[149,41] interface jakarta.resource.cci.ConnectionFactory in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISLogin.java:[159,58] interface jakarta.resource.cci.ConnectionSpec in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISLogin.java:[169,41] interface jakarta.resource.cci.ConnectionFactory in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/EISLogin.java:[169,78] interface jakarta.resource.cci.ConnectionSpec in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/IndexedInteraction.java:[113,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/IndexedInteraction.java:[133,56] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/MappedInteraction.java:[131,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/MappedInteraction.java:[172,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/MappedInteraction.java:[180,56] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/XMLInteraction.java:[122,32] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/XMLInteraction.java:[184,56] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/eis/interactions/XMLInteraction.java:[209,65] interface jakarta.resource.cci.Record in module jakarta.resource is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/xr/XRServiceFactory.java:[689,16] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/xr/XRServiceFactory.java:[689,16] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/xr/XRServiceFactory.java:[689,16] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/converters/ObjectTypeConverter.java:[199,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/converters/ObjectTypeConverter.java:[420,46] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/converters/ObjectTypeConverter.java:[421,24] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:[34,39] interface jakarta.validation.ConstraintViolation in module jakarta.validation is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:[90,12] interface jakarta.validation.Path in module jakarta.validation is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:[104,12] interface jakarta.validation.metadata.ConstraintDescriptor in module jakarta.validation is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:[111,12] interface jakarta.validation.ConstraintViolation in module jakarta.validation is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/compiler/facets/PatternFacet.java:[29,40] class jakarta.validation.constraints.Pattern in module jakarta.validation is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jaxb/compiler/facets/PatternFacet.java:[38,12] class jakarta.validation.constraints.Pattern in module jakarta.validation is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[140,36] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[282,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[486,57] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[496,57] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[606,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[628,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[666,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[683,35] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/CMP3Policy.java:[684,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[190,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerFactoryProvider.java:[221,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[576,49] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1372,20] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1487,24] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1927,25] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1931,45] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[1936,128] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2046,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2534,9] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2538,31] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2546,62] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2551,71] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2831,13] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2835,35] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[2837,117] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[4013,39] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[4018,39] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[4106,29] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[4294,30] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[4302,49] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[450,19] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/deployment/PersistenceUnitProcessor.java:[468,55] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/MetadataProject.java:[1367,30] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/MetadataProject.java:[1368,41] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[235,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[263,20] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[284,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListenerMetadata.java:[320,20] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListener.java:[146,55] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/EntityListener.java:[294,25] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/queries/EntityResult.java:[100,35] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/queries/ConstructorResult.java:[121,39] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/queries/ConstructorResult.java:[161,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/queries/ConstructorResult.java:[200,35] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/mappings/VariableOneToOneMapping.java:[477,42] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/QueryHintsHandler.java:[422,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/QueryHintsHandler.java:[437,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[24,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[24,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[24,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[71,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[71,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[71,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[75,28] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/metadata/ReflectionHelper.java:[83,25] sun.misc.Unsafe is internal proprietary API and may be removed in a future release
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/persistenceunit/PersistenceUnitImpl.java:[67,28] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/persistenceunit/PersistenceUnitImpl.java:[162,47] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/persistenceunit/PersistenceUnitImpl.java:[162,47] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/config/persistenceunit/PersistenceUnitImpl.java:[162,47] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/config/PersistenceUnit.java:[42,40] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/config/PersistenceUnit.java:[42,40] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/config/PersistenceUnit.java:[42,40] jakarta.persistence.spi.PersistenceUnitTransactionType in jakarta.persistence.spi has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/deployment/BeanValidationInitializationHelper.java:[151,31] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/deployment/JavaSECMPInitializer.java:[185,72] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/deployment/JavaSECMPInitializer.java:[186,44] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[301,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[526,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[1039,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/MetadataDynamicClassWriter.java:[61,31] class org.eclipse.persistence.asm.ClassWriter in module eclipselink is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/MetadataHelper.java:[99,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/MetadataHelper.java:[130,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAsmFactory.java:[248,20] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAsmFactory.java:[262,47] class org.eclipse.persistence.asm.EclipseLinkClassVisitor in module eclipselink is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAsmFactory.java:[293,16] class org.eclipse.persistence.asm.FieldVisitor in module eclipselink is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAsmFactory.java:[302,16] class org.eclipse.persistence.asm.MethodVisitor in module eclipselink is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAsmFactory.java:[311,16] class org.eclipse.persistence.asm.AnnotationVisitor in module eclipselink is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/BeanValidationListener.java:[157,20] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/BeanValidationListener.java:[172,20] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/BeanValidationListener.java:[62,35] interface jakarta.validation.ValidatorFactory in module jakarta.validation is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/JPAEntityListenerHolder.java:[102,51] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/JPAEntityListenerHolder.java:[143,43] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/MethodSerialImpl.java:[55,38] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/listeners/MethodSerialImpl.java:[73,41] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metamodel/AttributeImpl.java:[124,35] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metamodel/AttributeImpl.java:[166,35] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metamodel/TypeImpl.java:[82,48] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metamodel/ManagedTypeImpl.java:[1243,57] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metamodel/ManagedTypeImpl.java:[1277,55] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metamodel/ManagedTypeImpl.java:[1368,30] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metamodel/ManagedTypeImpl.java:[1389,31] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/parsing/TypeHelperImpl.java:[59,28] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/querydef/CriteriaQueryImpl.java:[385,31] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/transaction/AbstractSynchronizationListener.java:[46,66] interface jakarta.transaction.Synchronization in module jakarta.transaction is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/libraries/asm/EclipseLinkASMClassWriter.java:[88,19] getSecurityManager() in java.lang.System has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/libraries/asm/EclipseLinkASMClassWriter.java:[92,21] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/oxm/XMLBinaryDataHelper.java:[145,46] class jakarta.mail.internet.MimeMultipart in module jakarta.mail is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/oxm/XMLBinaryDataHelper.java:[340,39] class jakarta.mail.internet.MimeMultipart in module jakarta.mail is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:[32,19] class oracle.sql.TIMESTAMPTZ in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPLTZWrapper.java:[55,12] class oracle.sql.TIMESTAMPLTZ in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPTypes.java:[24,31] class oracle.sql.TIMESTAMP in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPTypes.java:[25,31] class oracle.sql.TIMESTAMPLTZ in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPTypes.java:[26,31] class oracle.sql.TIMESTAMPTZ in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/XMLTypeFactory.java:[32,22] interface oracle.jdbc.OracleOpaque in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/XMLTypeFactory.java:[33,21] interface oracle.jdbc.OracleOpaque in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/platform/database/oracle/XMLTypeFactory.java:[34,22] interface oracle.jdbc.OracleOpaque in module  is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/SortedCollectionContainerPolicy.java:[159,39] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/SortedCollectionContainerPolicy.java:[160,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/queries/SortedCollectionContainerPolicy.java:[171,32] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/security/JCEEncryptor.java:[37,76] interface org.eclipse.persistence.security.Securable in module eclipselink is not exported
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/security/PrivilegedAccessHelper.java:[629,20] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/security/PrivilegedAccessHelper.java:[650,20] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/security/PrivilegedAccessHelper.java:[765,23] getSecurityManager() in java.lang.System has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/security/PrivilegedAccessHelper.java:[766,40] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/PropertiesHandler.java:[256,29] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/PropertiesHandler.java:[271,53] java.security.AccessController in java.security has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/cdi/InjectionManagerImpl.java:[42,15] interface jakarta.enterprise.inject.spi.BeanManager in module jakarta.cdi is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/cdi/InjectionManagerImpl.java:[43,15] interface jakarta.enterprise.context.spi.CreationalContext in module jakarta.cdi is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/cdi/InjectionManagerImpl.java:[44,28] interface jakarta.enterprise.inject.spi.InjectionTarget in module jakarta.cdi is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[65,15] interface jakarta.jms.TopicConnectionFactory in module jakarta.messaging is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[66,15] interface jakarta.jms.Topic in module jakarta.messaging is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[72,15] interface jakarta.jms.TopicConnection in module jakarta.messaging is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[73,15] interface jakarta.jms.TopicSession in module jakarta.messaging is not indirectly exported using 'requires transitive'
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/coordination/jms/JMSTopicRemoteConnection.java:[76,15] interface jakarta.jms.TopicSubscriber in module jakarta.messaging is not indirectly exported using 'requires transitive'
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/impl/HelperProvider.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/impl/HelperProvider.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/sessions/factories/ObjectPersistenceRuntimeXMLProject.java: Some input files additionally use or override a deprecated API that is marked for removal.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDODataHelper.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDODataHelper.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ eclipselink ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ eclipselink ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ eclipselink ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ eclipselink ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ eclipselink ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ eclipselink ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ eclipselink ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (prepare-xsds-for-eclipselink.zip) @ eclipselink ---
[INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.7.0 already exists in destination.
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ eclipselink ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/eclipselink-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ eclipselink ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/eclipselink-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ eclipselink ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ eclipselink ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 71 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/bom.xml
[INFO]            attaching as eclipselink-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/bom.json
[INFO]            attaching as eclipselink-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink.zip) @ eclipselink ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/bundles/eclipselink/target/eclipselink-5.0.0-SNAPSHOT.zip
[INFO] 
[INFO] --- javadoc:3.6.3:jar (attach-javadocs) @ eclipselink ---
[INFO] Configuration changed, re-generating javadoc.
[WARNING] Javadoc Warnings
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning: invalid input: '&'
[WARNING] *   isInstance(object) && !isDataType() implies
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:25: warning: invalid input: '<'
[WARNING] * <?xml version="1.0"?>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:29: warning: invalid input: '<'
[WARNING] * <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:30: warning: invalid input: '<'
[WARNING] *   <xsd:element name="purchaseOrder" type="PurchaseOrderType"/>
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:31: warning: invalid input: '<'
[WARNING] *   <xsd:complexType name="PurchaseOrderType">
[WARNING] ^
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:95: warning: invalid input: '<'
[WARNING] * <?xml version="1.0" encoding="UTF-8"?>
[WARNING] ^
[WARNING] 27 warnings
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/eclipselink/target/eclipselink-5.0.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ eclipselink ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ eclipselink ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- dependency:3.6.1:unpack (stage) @ eclipselink ---
[INFO] Configured Artifact: org.eclipse.persistence:eclipselink:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.distribution.tests >--
[INFO] Building EclipseLink Bundles tests 5.0.0-SNAPSHOT               [27/135]
[INFO]   from bundles/tests/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.distribution.tests ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.distribution.tests ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.distribution.tests ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.distribution.tests ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.distribution.tests ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.distribution.tests ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.distribution.tests ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.distribution.tests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.distribution.tests ---
[INFO] Nothing to compile - all classes are up to date.
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.distribution.tests ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.distribution.tests ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/src/it/java added.
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (stage) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.distribution.tests ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.distribution.tests ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 8 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.distribution.tests ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.distribution.tests ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- dependency:3.6.1:copy-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ org.eclipse.persistence.distribution.tests ---
[INFO] Copying org.eclipse.persistence.core-5.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.core.jar
[INFO] Copying org.eclipse.persistence.moxy-5.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.moxy.jar
[INFO] jakarta.persistence:jakarta.persistence-api:jar:3.2.0 already exists in destination.
[INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.7.0 already exists in destination.
[INFO] org.eclipse.angus:angus-activation:jar:2.0.2 already exists in destination.
[INFO] jakarta.activation:jakarta.activation-api:jar:2.1.3 already exists in destination.
[INFO] org.eclipse.angus:angus-mail:jar:2.0.3 already exists in destination.
[INFO] jakarta.mail:jakarta.mail-api:jar:2.1.3 already exists in destination.
[INFO] com.sun.xml.bind:jaxb-xjc:jar:4.0.5 already exists in destination.
[INFO] com.sun.xml.bind:jaxb-core:jar:4.0.5 already exists in destination.
[INFO] jakarta.validation:jakarta.validation-api:jar:3.1.0 already exists in destination.
[INFO] jakarta.ws.rs:jakarta.ws.rs-api:jar:4.0.0 already exists in destination.
[INFO] jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.2 already exists in destination.
[INFO] org.eclipse.parsson:parsson:jar:1.1.6 already exists in destination.
[INFO] jakarta.json:jakarta.json-api:jar:2.1.3 already exists in destination.
[INFO] junit:junit:jar:4.13.2 already exists in destination.
[INFO] org.hamcrest:hamcrest-core:jar:1.3 already exists in destination.
[INFO] jakarta.enterprise:jakarta.enterprise.cdi-api:jar:4.1.0 already exists in destination.
[INFO] jakarta.enterprise:jakarta.enterprise.lang-model:jar:4.1.0 already exists in destination.
[INFO] jakarta.annotation:jakarta.annotation-api:jar:3.0.0 already exists in destination.
[INFO] jakarta.el:jakarta.el-api:jar:5.0.1 already exists in destination.
[INFO] jakarta.interceptor:jakarta.interceptor-api:jar:2.2.0 already exists in destination.
[INFO] org.hibernate.validator:hibernate-validator:jar:8.0.1.Final already exists in destination.
[INFO] org.jboss.logging:jboss-logging:jar:3.4.3.Final already exists in destination.
[INFO] com.fasterxml:classmate:jar:1.5.1 already exists in destination.
[INFO] org.glassfish:jakarta.el:jar:5.0.0-M1 already exists in destination.
[INFO] org.apache.felix:org.apache.felix.framework:jar:7.0.5 already exists in destination.
[INFO] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 already exists in destination.
[INFO] org.ops4j.pax.exam:pax-exam:jar:4.13.4 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-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.4 already exists in destination.
[INFO] org.ops4j.pax.exam:pax-exam-spi:jar:4.13.4 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-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.12 already exists in destination.
[INFO] org.ops4j.pax.exam:pax-exam-junit4:jar:4.13.4 already exists in destination.
[INFO] org.ops4j.pax.exam:pax-exam-link-mvn:jar:4.13.4 already exists in destination.
[INFO] org.ops4j.pax.url:pax-url-aether:jar:2.6.2 already exists in destination.
[INFO] org.ops4j.pax.url:pax-url-aether-support:jar:2.6.2 already exists in destination.
[INFO] org.apache.maven.resolver:maven-resolver-impl:jar:1.3.1 already exists in destination.
[INFO] org.apache.maven.resolver:maven-resolver-api:jar:1.3.1 already exists in destination.
[INFO] org.apache.maven.resolver:maven-resolver-spi:jar:1.3.1 already exists in destination.
[INFO] org.apache.maven.resolver:maven-resolver-util:jar:1.3.1 already exists in destination.
[INFO] org.slf4j:jcl-over-slf4j:jar:1.6.6 already exists in destination.
[INFO] org.ops4j.pax.url:pax-url-link:jar:2.6.2 already exists in destination.
[INFO] org.ops4j.pax.url:pax-url-commons:jar:2.6.2 already exists in destination.
[INFO] org.ops4j.pax.swissbox:pax-swissbox-property:jar:1.8.3 already exists in destination.
[INFO] org.ops4j.pax.url:pax-url-classpath:jar:2.6.2 already exists in destination.
[INFO] org.ops4j.pax.swissbox:pax-swissbox-optional-jcl:jar:1.8.3 already exists in destination.
[INFO] org.osgi:org.osgi.core:jar:6.0.0 already exists in destination.
[INFO] jakarta.inject:jakarta.inject-api:jar:1.0 already exists in destination.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.distribution.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.distribution.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.distribution.tests ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/tests/target/bom.json
[INFO]            attaching as org.eclipse.persistence.distribution.tests-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (installer-test) @ org.eclipse.persistence.distribution.tests ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.jaxb.installer.InstallerTestSuite
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.516 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.2.5:integration-test (osgi-test) @ org.eclipse.persistence.distribution.tests ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.

[org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@14b61a7c]...
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework]
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam]
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject]
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.moxy]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.core]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.asm]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.validation.jakarta.validation-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.hibernate.validator]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [com.fasterxml.classmate]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.el-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.glassfish.jakarta.el]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.jboss.logging.jboss-logging]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-8424f4b5-f9f3-40e1-8918-a3eb4bf474a6]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60, }, ManifestEntry{ key=PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }]
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid"
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testMarshalInvalid in reactor
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.util.Version] : HV000001: Hibernate Validator 8.0.1.Final Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Failed to load expression factory via classloader jdk.internal.loader.ClassLoaders$AppClassLoader@4f2410ac Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
jakarta.el.ELException: Provider com.sun.el.ExpressionFactoryImpl not found
	at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:77)
	at jakarta.el.FactoryFinder.find(FactoryFinder.java:173)
	at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:138)
	at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:108)
	at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.canLoadExpressionFactory(ResourceBundleMessageInterpolator.java:228)
	at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.buildExpressionFactory(ResourceBundleMessageInterpolator.java:173)
	at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.<init>(ResourceBundleMessageInterpolator.java:97)
	at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:575)
	at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:834)
	at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:485)
	at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.<init>(ValidatorFactoryImpl.java:157)
	at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38)
	at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.buildValidatorFactory(AbstractConfigurationImpl.java:435)
	at org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest.getValidatorFactory(BeanValidationTest.java:110)
	at org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest.testMarshalInvalid(BeanValidationTest.java:76)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
	at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97)
	at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84)
	at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75)
	at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
	at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124)
	at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97)
	at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435)
	at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360)
	at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200)
	at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:714)
	at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196)
	at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598)
	at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844)
	at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
	at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:47)
	... 56 more
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via HV classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testMarshalValid in reactor
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Failed to load expression factory via classloader jdk.internal.loader.ClassLoaders$AppClassLoader@4f2410ac Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
jakarta.el.ELException: Provider com.sun.el.ExpressionFactoryImpl not found
	at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:77)
	at jakarta.el.FactoryFinder.find(FactoryFinder.java:173)
	at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:138)
	at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:108)
	at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.canLoadExpressionFactory(ResourceBundleMessageInterpolator.java:228)
	at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.buildExpressionFactory(ResourceBundleMessageInterpolator.java:173)
	at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.<init>(ResourceBundleMessageInterpolator.java:97)
	at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:575)
	at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:834)
	at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:485)
	at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.<init>(ValidatorFactoryImpl.java:157)
	at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38)
	at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.buildValidatorFactory(AbstractConfigurationImpl.java:435)
	at org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest.getValidatorFactory(BeanValidationTest.java:110)
	at org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest.testMarshalValid(BeanValidationTest.java:84)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97)
	at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84)
	at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75)
	at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
	at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124)
	at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97)
	at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435)
	at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360)
	at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200)
	at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:714)
	at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196)
	at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598)
	at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844)
	at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
	at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:47)
	... 55 more
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via HV classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testUnmarshalInvalid in reactor
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Failed to load expression factory via classloader jdk.internal.loader.ClassLoaders$AppClassLoader@4f2410ac Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
jakarta.el.ELException: Provider com.sun.el.ExpressionFactoryImpl not found
	at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:77)
	at jakarta.el.FactoryFinder.find(FactoryFinder.java:173)
	at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:138)
	at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:108)
	at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.canLoadExpressionFactory(ResourceBundleMessageInterpolator.java:228)
	at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.buildExpressionFactory(ResourceBundleMessageInterpolator.java:173)
	at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.<init>(ResourceBundleMessageInterpolator.java:97)
	at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:575)
	at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:834)
	at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:485)
	at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.<init>(ValidatorFactoryImpl.java:157)
	at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38)
	at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.buildValidatorFactory(AbstractConfigurationImpl.java:435)
	at org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest.getValidatorFactory(BeanValidationTest.java:110)
	at org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest.testUnmarshalInvalid(BeanValidationTest.java:93)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19)
	at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97)
	at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84)
	at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75)
	at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
	at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124)
	at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97)
	at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435)
	at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360)
	at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200)
	at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:714)
	at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196)
	at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598)
	at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844)
	at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
	at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:47)
	... 56 more
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via HV classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : ContributorValidationMessages not found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.resourceloading.PlatformResourceBundleLocator] : org.hibernate.validator.ValidationMessages found. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testUnmarshalValid in reactor
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : Trying to load META-INF/validation.xml for XML based Validator configuration. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via TCCL Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ResourceLoaderHelper] : Trying to load META-INF/validation.xml via Hibernate Validator's class loader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.xml.config.ValidationXmlParser] : No META-INF/validation.xml found. Using annotation based configuration only. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.resolver.TraversableResolvers] : Cannot find jakarta.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable. Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Failed to load expression factory via classloader jdk.internal.loader.ClassLoaders$AppClassLoader@4f2410ac Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
jakarta.el.ELException: Provider com.sun.el.ExpressionFactoryImpl not found
	at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:77)
	at jakarta.el.FactoryFinder.find(FactoryFinder.java:173)
	at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:138)
	at jakarta.el.ExpressionFactory.newInstance(ExpressionFactory.java:108)
	at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.canLoadExpressionFactory(ResourceBundleMessageInterpolator.java:228)
	at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.buildExpressionFactory(ResourceBundleMessageInterpolator.java:173)
	at org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator.<init>(ResourceBundleMessageInterpolator.java:97)
	at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolator(AbstractConfigurationImpl.java:575)
	at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getDefaultMessageInterpolatorConfiguredWithClassLoader(AbstractConfigurationImpl.java:834)
	at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.getMessageInterpolator(AbstractConfigurationImpl.java:485)
	at org.hibernate.validator.internal.engine.ValidatorFactoryImpl.<init>(ValidatorFactoryImpl.java:157)
	at org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:38)
	at org.hibernate.validator.internal.engine.AbstractConfigurationImpl.buildValidatorFactory(AbstractConfigurationImpl.java:435)
	at org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest.getValidatorFactory(BeanValidationTest.java:110)
	at org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest.testUnmarshalValid(BeanValidationTest.java:101)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runLeafWithRetry(ContainerTestRunner.java:97)
	at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChildWithRetry(ContainerTestRunner.java:84)
	at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:75)
	at org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner.runChild(ContainerTestRunner.java:43)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:137)
	at org.junit.runner.JUnitCore.run(JUnitCore.java:115)
	at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.invokeViaJUnit(JUnitProbeInvoker.java:124)
	at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.findAndInvoke(JUnitProbeInvoker.java:97)
	at org.ops4j.pax.exam.invoker.junit.internal.JUnitProbeInvoker.call(JUnitProbeInvoker.java:73)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:435)
	at org.ops4j.pax.swissbox.framework.RemoteFrameworkImpl.invokeMethodOnService(RemoteFrameworkImpl.java:408)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.rmi/sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:360)
	at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:200)
	at java.rmi/sun.rmi.transport.Transport$1.run(Transport.java:197)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:714)
	at java.rmi/sun.rmi.transport.Transport.serviceCall(Transport.java:196)
	at java.rmi/sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:598)
	at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:844)
	at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(TCPTransport.java:721)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
	at java.rmi/sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:720)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at jakarta.el.FactoryFinder.newInstance(FactoryFinder.java:47)
	... 55 more
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator] : Loaded expression factory via HV classloader Ignored FQCN: org.jboss.logging.DelegatingBasicLogger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.hibernate.validator.internal.engine.ValidatorFactoryConfigurationHelper] : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory. Ignored FQCN: org.hibernate.validator.internal.util.logging.Log_$logger
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.jboss.logging.jboss-logging]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.glassfish.jakarta.el]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.el-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [com.fasterxml.classmate]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.hibernate.validator]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.validation.jakarta.validation-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.asm]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.core]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.moxy]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-8424f4b5-f9f3-40e1-8918-a3eb4bf474a6]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60, }, ManifestEntry{ key=PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@14103806.]

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

[org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@739d6382]...
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework]
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam]
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject]
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api]
ERROR: Bundle com.sun.xml.bind.jaxb-xjc [14] Error starting file:/tmp/1714474139244-0/pax-exam-downloads/com.sun.xml.bind.jaxb-xjc_4.0.5.jar (org.osgi.framework.BundleException: Unable to resolve com.sun.xml.bind.jaxb-xjc [14](R 14.0): missing requirement [com.sun.xml.bind.jaxb-xjc [14](R 14.0)] osgi.wiring.package; (&(osgi.wiring.package=com.sun.istack)(version>=4.1.0)(!(version>=5.0.0))) Unresolved requirements: [[com.sun.xml.bind.jaxb-xjc [14](R 14.0)] osgi.wiring.package; (&(osgi.wiring.package=com.sun.istack)(version>=4.1.0)(!(version>=5.0.0)))])
org.osgi.framework.BundleException: Unable to resolve com.sun.xml.bind.jaxb-xjc [14](R 14.0): missing requirement [com.sun.xml.bind.jaxb-xjc [14](R 14.0)] osgi.wiring.package; (&(osgi.wiring.package=com.sun.istack)(version>=4.1.0)(!(version>=5.0.0))) Unresolved requirements: [[com.sun.xml.bind.jaxb-xjc [14](R 14.0)] osgi.wiring.package; (&(osgi.wiring.package=com.sun.istack)(version>=4.1.0)(!(version>=5.0.0)))]
	at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4398)
	at org.apache.felix.framework.Felix.startBundle(Felix.java:2308)
	at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1566)
	at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:297)
	at java.base/java.lang.Thread.run(Thread.java:1583)
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.moxy]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.core]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.asm]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-8424f4b5-f9f3-40e1-8918-a3eb4bf474a6]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc, }, ManifestEntry{ key=PaxExam-333174fc-4219-47ce-93ef-51298fb7840e, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }]
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-333174fc-4219-47ce-93ef-51298fb7840e to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-333174fc-4219-47ce-93ef-51298fb7840e" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid"
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testMarshalInvalid in reactor
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testMarshalValid in reactor
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testUnmarshalInvalid in reactor
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testUnmarshalValid in reactor
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.asm]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.core]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.moxy]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-8424f4b5-f9f3-40e1-8918-a3eb4bf474a6]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-Executable, value=PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc, }, ManifestEntry{ key=PaxExam-333174fc-4219-47ce-93ef-51298fb7840e, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@2559eddc.]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework]

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

[org.ops4j.pax.swissbox.extender.BundleWatcher] : Creating bundle watcher with scanner [org.ops4j.pax.swissbox.extender.BundleManifestScanner@739d6382]...
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.felix.framework]
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam]
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.inject]
[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.extender.service]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling SLF4J API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Jakarta Commons Logging API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Avalon Logger API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling JULI Logger API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Enabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.logging.pax-logging-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.base]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.core]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.extender]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.framework]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.lifecycle]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.swissbox.tracker]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.junit]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.activation-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.xml.bind-api]
ERROR: Bundle com.sun.xml.bind.jaxb-xjc [14] Error starting file:/tmp/1714474139244-0/pax-exam-downloads/com.sun.xml.bind.jaxb-xjc_4.0.5.jar (org.osgi.framework.BundleException: Unable to resolve com.sun.xml.bind.jaxb-xjc [14](R 14.0): missing requirement [com.sun.xml.bind.jaxb-xjc [14](R 14.0)] osgi.wiring.package; (&(osgi.wiring.package=com.sun.istack)(version>=4.1.0)(!(version>=5.0.0))) Unresolved requirements: [[com.sun.xml.bind.jaxb-xjc [14](R 14.0)] osgi.wiring.package; (&(osgi.wiring.package=com.sun.istack)(version>=4.1.0)(!(version>=5.0.0)))])
org.osgi.framework.BundleException: Unable to resolve com.sun.xml.bind.jaxb-xjc [14](R 14.0): missing requirement [com.sun.xml.bind.jaxb-xjc [14](R 14.0)] osgi.wiring.package; (&(osgi.wiring.package=com.sun.istack)(version>=4.1.0)(!(version>=5.0.0))) Unresolved requirements: [[com.sun.xml.bind.jaxb-xjc [14](R 14.0)] osgi.wiring.package; (&(osgi.wiring.package=com.sun.istack)(version>=4.1.0)(!(version>=5.0.0)))]
	at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:4398)
	at org.apache.felix.framework.Felix.startBundle(Felix.java:2308)
	at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1566)
	at org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:297)
	at java.base/java.lang.Thread.run(Thread.java:1583)
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [jakarta.ws.rs-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.moxy]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.core]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.eclipse.persistence.asm]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.tipi.hamcrest.core]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [org.ops4j.pax.exam.invoker.junit]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Scanning bundle [PAXEXAM-PROBE-8424f4b5-f9f3-40e1-8918-a3eb4bf474a6]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Found resources [ManifestEntry{ key=PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelOxm }, ManifestEntry{ key=PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodel }, ManifestEntry{ key=PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbCompiler }, ManifestEntry{ key=PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbXmlmodel }, ManifestEntry{ key=PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmELVersion }, ManifestEntry{ key=PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxb }, ManifestEntry{ key=PaxExam-7500432c-2860-4dcb-a14b-473d589396b6, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamic }, ManifestEntry{ key=PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxb }, ManifestEntry{ key=PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbMetadata }, ManifestEntry{ key=PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamicMetadata }, ManifestEntry{ key=PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelReflection }, ManifestEntry{ key=PaxExam-333174fc-4219-47ce-93ef-51298fb7840e, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxNaming }, ManifestEntry{ key=PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbRs }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18, }, ManifestEntry{ key=PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxXmlParsers }, ManifestEntry{ key=PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmCoreVersion }, ManifestEntry{ key=PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-816144f0-2063-4097-9805-43beaa3b24c3, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testOrgXmlSaxHelpers }, ManifestEntry{ key=PaxExam-d9090818-89db-4873-9dbe-136cd223b681, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxbMany }, ManifestEntry{ key=PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbAttachment }]
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Use timeout value: 10000
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelOxm"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodel"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbCompiler"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbXmlmodel"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmELVersion"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxb"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-7500432c-2860-4dcb-a14b-473d589396b6 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-7500432c-2860-4dcb-a14b-473d589396b6" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamic"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxb"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbMetadata"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamicMetadata"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelReflection"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-333174fc-4219-47ce-93ef-51298fb7840e to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-333174fc-4219-47ce-93ef-51298fb7840e" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxNaming"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbRs"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-Executable to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxXmlParsers"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmCoreVersion"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34" and expression="org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-816144f0-2063-4097-9805-43beaa3b24c3 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-816144f0-2063-4097-9805-43beaa3b24c3" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testOrgXmlSaxHelpers"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-d9090818-89db-4873-9dbe-136cd223b681 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-d9090818-89db-4873-9dbe-136cd223b681" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxbMany"
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Test PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96 to be in PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18,
org.ops4j.pax.exam.extender.service[org.ops4j.pax.exam.raw.extender.intern.Parser] : Registering Service: org.ops4j.pax.exam.ProbeInvoker with Probe-Signature="PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96" and expression="org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbAttachment"
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJavaxXmlParsers in reactor
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbJavamodelOxm in reactor
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbJavamodel in reactor
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxb in reactor
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testInternalJaxbMany in reactor
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbCompiler in reactor
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbMetadata in reactor
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testAsmCoreVersion in reactor
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbXmlmodel in reactor
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJavaxNaming in reactor
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testOrgXmlSaxHelpers in reactor
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbJavamodelReflection in reactor
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbDynamic in reactor
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbAttachment in reactor
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testInternalJaxb in reactor
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbDynamicMetadata in reactor
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testAsmELVersion in reactor
org.ops4j.pax.exam.invoker.junit[org.ops4j.pax.exam.invoker.junit.internal.ContainerTestRunner] : running testJaxbRs in reactor
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.invoker.junit]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.hamcrest.core]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.asm]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.core]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.eclipse.persistence.moxy]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.ws.rs-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.xml.bind-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [jakarta.activation-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.tipi.junit]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.geronimo.specs.geronimo-atinject_1.0_spec]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.tracker]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.lifecycle]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.framework]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.extender]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.swissbox.core]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.base]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling SLF4J API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Jakarta Commons Logging API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Avalon Logger API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling JULI Logger API support.
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.logging.internal.Activator] : Disabling Log4J v2 API support. Ignored FQCN: org.apache.logging.log4j.spi.AbstractLogger
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.logging.pax-logging-api]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.inject]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.ops4j.pax.exam.extender.service]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [PAXEXAM-PROBE-8424f4b5-f9f3-40e1-8918-a3eb4bf474a6]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Un-registering [ManifestEntry{ key=PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelOxm }, ManifestEntry{ key=PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodel }, ManifestEntry{ key=PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbCompiler }, ManifestEntry{ key=PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbXmlmodel }, ManifestEntry{ key=PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmELVersion }, ManifestEntry{ key=PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxb }, ManifestEntry{ key=PaxExam-7500432c-2860-4dcb-a14b-473d589396b6, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamic }, ManifestEntry{ key=PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxb }, ManifestEntry{ key=PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbMetadata }, ManifestEntry{ key=PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbDynamicMetadata }, ManifestEntry{ key=PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbJavamodelReflection }, ManifestEntry{ key=PaxExam-333174fc-4219-47ce-93ef-51298fb7840e, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testMarshalInvalid }, ManifestEntry{ key=PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0, value=org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalValid }, ManifestEntry{ key=PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxNaming }, ManifestEntry{ key=PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbRs }, ManifestEntry{ key=PaxExam-Executable, value=PaxExam-74df357b-ff3a-4aa9-8097-7b2408cb8d5e,PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073,PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34,PaxExam-e6ae9f4e-df1d-4a52-8767-c4c1d8a44f60,PaxExam-c3151e75-c257-4d18-965c-cf3f2fd6adeb,PaxExam-333174fc-4219-47ce-93ef-51298fb7840e,PaxExam-67ec1c2a-fde3-4b82-9eb7-85a6a0af8ba0,PaxExam-cf01cb7b-b8fc-4a39-8903-0583156173fc,PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2,PaxExam-2b738018-9c35-42ea-bf4b-e98ba9e5cbd8,PaxExam-a2f990bf-ddcc-440c-9c60-7f30ca72aaa0,PaxExam-b29c8641-3b42-4834-9605-e3f850dbf218,PaxExam-d9090818-89db-4873-9dbe-136cd223b681,PaxExam-b9ad89cb-0a05-42ad-8055-45b9f7486b4d,PaxExam-2f006d5f-a8e9-4dfe-979d-69b3d1ff7eb1,PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822,PaxExam-bfb11327-6d9d-4a8a-96ac-c7b9cee48fd1,PaxExam-be7b56e9-9bcd-4330-9a4e-f850914bea40,PaxExam-816144f0-2063-4097-9805-43beaa3b24c3,PaxExam-3a99577d-f9db-44ac-9711-cc55ea5b2811,PaxExam-7500432c-2860-4dcb-a14b-473d589396b6,PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96,PaxExam-ee79556a-a79f-4934-b3a8-eecb11e29cfc,PaxExam-12a5c877-af1b-4f2c-999d-01bf26aa5d83,PaxExam-d79f0cea-3c9c-4846-b6fa-2b979819f884,PaxExam-cb86e5f2-fc5f-4533-a440-7668f3755b18, }, ManifestEntry{ key=PaxExam-f882d565-6833-4cb4-9713-96412dfe10f2, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJavaxXmlParsers }, ManifestEntry{ key=PaxExam-20106d9c-51c9-41c5-b3d4-78c03a855073, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testMarshalValid }, ManifestEntry{ key=PaxExam-d34b5b6c-0627-4d28-a607-f4a8af80b822, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testAsmCoreVersion }, ManifestEntry{ key=PaxExam-97799801-0141-4e55-aabb-854dfa6f5e34, value=org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest;testUnmarshalInvalid }, ManifestEntry{ key=PaxExam-816144f0-2063-4097-9805-43beaa3b24c3, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testOrgXmlSaxHelpers }, ManifestEntry{ key=PaxExam-d9090818-89db-4873-9dbe-136cd223b681, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testInternalJaxbMany }, ManifestEntry{ key=PaxExam-e0434d20-0b84-42d9-9850-1cef64c0ff96, value=org.eclipse.persistence.testing.osgi.OSGiBundleTest;testJaxbAttachment }]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.exam.raw.extender.intern.TestBundleObserver] : Unregistered testcase [org.ops4j.pax.exam.raw.extender.intern.Probe@2559eddc.]
org.ops4j.pax.logging.pax-logging-api[org.ops4j.pax.swissbox.extender.BundleWatcher] : Releasing bundle [org.apache.felix.framework]

[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.828 s -- in org.eclipse.persistence.testing.osgi.OSGiBundleTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.distribution.tests ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.distribution.tests ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify-integration-tests) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify-installer-osgi-tests) @ org.eclipse.persistence.distribution.tests ---
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.test.server.parent >--
[INFO] Building EclipseLink Test Server Parent 5.0.0-SNAPSHOT          [28/135]
[INFO]   from testing/server/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.test.server.parent ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- download:1.8.1:wget (install-jee-server) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.test.server.parent ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.test.server.parent ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.test.server.parent ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.test.server.parent ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.test.server.parent ---
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.test.server.parent ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.test.server.parent-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server/target/bom.json
[INFO]            attaching as org.eclipse.persistence.test.server.parent-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- dependency:3.6.1:copy (configure-glassfish-modules) @ org.eclipse.persistence.test.server.parent ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.test.server.parent ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.test.server.parent ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.test >------
[INFO] Building EclipseLink JPA Test 5.0.0-SNAPSHOT                    [29/135]
[INFO]   from jpa/eclipselink.jpa.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- download:1.8.1:wget (install-jee-server) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.test ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.test ---
[INFO] Copying 42 resources from src/it/resources to target/test-classes
[INFO] Copying 42 resources from src/it/resources to target/test-classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.test ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:49:14 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:49:14 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.test ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 61 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.kohsuke.metainf_services.AnnotationProcessorImpl' less than -source '17'
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.OneToMany,/jakarta.persistence.Table,/jakarta.persistence.Embedded,/jakarta.persistence.ManyToOne,/jakarta.persistence.NamedQuery,/jakarta.persistence.Embeddable,/jakarta.persistence.PostRemove,/jakarta.persistence.Entity,/jakarta.persistence.GeneratedValue,/org.junit.After,/jakarta.persistence.PreUpdate,/org.junit.AfterClass,/jakarta.persistence.MapKeyColumn,/org.junit.runners.Suite.SuiteClasses,/org.eclipse.samples.LoggableEmployee,/org.junit.BeforeClass,/org.junit.Ignore,/jakarta.persistence.PrePersist,/jakarta.persistence.EntityListeners,/jakarta.persistence.Column,/jakarta.persistence.Basic,/jakarta.persistence.JoinColumn,/jakarta.persistence.Version,/jakarta.persistence.TableGenerator,/org.eclipse.samples.annotations.CycleSelf,/org.junit.Test,/jakarta.persistence.OneToOne,/jakarta.persistence.Transient,/org.eclipse.samples.annotations.CycleC,/org.eclipse.samples.annotations.CycleA,/jakarta.persistence.Id,/org.eclipse.samples.annotations.CycleB,/org.junit.Before,/org.junit.runner.RunWith
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/weaving/SimpleProject.java:[33,12] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/weaving/TestingPropertyChangeListener.java:[34,14] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/AllCMP3TestRunModel.java:[34,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/AllJPATests.java:[36,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dynamic/QuerySQLTracker.java:[275,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/weaving/SimpleWeavingTestModel.java:[28,23] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.test ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest
[EL Info]: 2024.04.30 10:49:16.055--DatabaseSessionImpl(226744878)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:49:16.485--DatabaseSessionImpl(226744878)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.589 s -- in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.config.ConfigPUTestSuite
[EL Warning]: metadata: 2024.04.30 10:49:16.713--ServerSession(746115872)--Ignoring Jakarta Persistence convert specification on element [method get] within entity class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:49:16.715--ServerSession(746115872)--Ignoring Jakarta Persistence convert specification on element [method get] within entity class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:49:16.727--ServerSession(746115872)--Ignoring Jakarta Persistence convert specification on element [method get] within entity class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:49:16.727--ServerSession(746115872)--Ignoring Jakarta Persistence convert specification on element [method get] within entity class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] since EclipseLink convert metadata is specified.
[EL Info]: 2024.04.30 10:49:16.894--ServerSession(746115872)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: 2024.04.30 10:49:17.232--ServerSession(746115872)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP CFGPU_ADDRESS_SEQ' cannot be performed on 'CFGPU_ADDRESS_SEQ' because it does not exist.
Error Code: 30000
Call: DROP SEQUENCE CFGPU_ADDRESS_SEQ RESTRICT
Query: DataModifyQuery(sql="DROP SEQUENCE CFGPU_ADDRESS_SEQ RESTRICT")
[EL Warning]: 2024.04.30 10:49:17.249--ServerSession(746115872)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP CFGPU_PROJECT_SEQ' cannot be performed on 'CFGPU_PROJECT_SEQ' because it does not exist.
Error Code: 30000
Call: DROP SEQUENCE CFGPU_PROJECT_SEQ RESTRICT
Query: DataModifyQuery(sql="DROP SEQUENCE CFGPU_PROJECT_SEQ RESTRICT")
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.811 s -- in org.eclipse.persistence.testing.tests.jpa.config.ConfigPUTestSuite
[INFO] Running org.eclipse.persistence.testing.tests.jpa.dynamic.AllTests
[EL Info]: 2024.04.30 10:49:17.389--ServerSession(116356643)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metamodel: 2024.04.30 10:49:17.392--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]: 2024.04.30 10:49:17.503--ServerSession(1296654536)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metamodel: 2024.04.30 10:49:17.505--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]: 2024.04.30 10:49:17.564--ServerSession(1545666472)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metamodel: 2024.04.30 10:49:17.567--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]: 2024.04.30 10:49:17.600--ServerSession(1752365512)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metamodel: 2024.04.30 10:49:17.602--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]: 2024.04.30 10:49:17.658--ServerSession(700348233)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metamodel: 2024.04.30 10:49:17.661--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]: 2024.04.30 10:49:17.777--ServerSession(428798670)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metamodel: 2024.04.30 10:49:17.779--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]: 2024.04.30 10:49:17.855--ServerSession(1800959603)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metamodel: 2024.04.30 10:49:17.857--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]: 2024.04.30 10:49:17.931--ServerSession(1868987089)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metamodel: 2024.04.30 10:49:17.933--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]: 2024.04.30 10:49:17.996--ServerSession(1706790953)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metamodel: 2024.04.30 10:49:17.998--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]: 2024.04.30 10:49:18.064--ServerSession(1596997325)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metamodel: 2024.04.30 10:49:18.066--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]: 2024.04.30 10:49:18.067--org.eclipse.persistence.testing.tests.jpa.dynamic.simple.sequencing.NativeSequencingTestSuite requires MySQL.
[EL Warning]: 2024.04.30 10:49:18.073--UnitOfWork(408909888)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'SIMPLE_TABLE_SEQ' because it does not exist.
Error Code: 20000
Call: DROP TABLE SIMPLE_TABLE_SEQ
Query: DataModifyQuery(sql="DROP TABLE SIMPLE_TABLE_SEQ")
[EL Info]: 2024.04.30 10:49:18.085--ServerSession(124376339)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metamodel: 2024.04.30 10:49:18.087--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]: 2024.04.30 10:49:18.151--ServerSession(310350177)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metamodel: 2024.04.30 10:49:18.153--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]: 2024.04.30 10:49:18.218--ServerSession(1459035867)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metamodel: 2024.04.30 10:49:18.221--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]: 2024.04.30 10:49:18.325--ServerSession(1473313929)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metamodel: 2024.04.30 10:49:18.327--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]: 2024.04.30 10:49:18.624--ServerSession(1280959582)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metamodel: 2024.04.30 10:49:18.626--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]: 2024.04.30 10:49:18.795--ServerSession(715534618)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metamodel: 2024.04.30 10:49:18.797--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: 60, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.642 s -- in org.eclipse.persistence.testing.tests.jpa.dynamic.AllTests
[INFO] Running org.eclipse.persistence.testing.tests.jpa.unit.EMFProviderTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.persistence.testing.tests.jpa.unit.EMFProviderTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.unit.IsolatedHashMapTest
[EL Info]: 2024.04.30 10:49:18.973--IsolatedHashMapTest.testIsolationInRealContext()
[EL Info]: 2024.04.30 10:49:18.974--  Partition ID: 0
[EL Info]: 2024.04.30 10:49:18.974--    Adding session name: $0
[EL Info]: 2024.04.30 10:49:18.974--    Adding session name: 00$0
[EL Info]: 2024.04.30 10:49:18.974--    Adding session name: 0mySession$0
[EL Info]: 2024.04.30 10:49:18.974--    Adding session name: 0EclipseLink$0
[EL Info]: 2024.04.30 10:49:18.977--  Checking map size: session names count = 4, map size = 4
[EL Info]: 2024.04.30 10:49:18.977--    Getting and checking session name: 0EclipseLink$0
[EL Info]: 2024.04.30 10:49:18.977--    Getting and checking session name: 0mySession$0
[EL Info]: 2024.04.30 10:49:18.977--    Getting and checking session name: 00$0
[EL Info]: 2024.04.30 10:49:18.977--    Getting and checking session name: $0
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.persistence.testing.tests.jpa.unit.IsolatedHashMapTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa22.metadata.MetadataASMFactoryTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.persistence.testing.tests.jpa22.metadata.MetadataASMFactoryTest
[INFO] Running org.eclipse.persistence.testing.tests.weaving.SimpleWeaverTestSuite
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.persistence.testing.tests.weaving.SimpleWeaverTestSuite
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 75, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.test ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.test ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- jar:3.3.0:test-jar (default-test-jar) @ org.eclipse.persistence.jpa.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-5.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- dependency:3.6.1:copy (configure-glassfish-modules) @ org.eclipse.persistence.jpa.test ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.test ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:49:21 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] ---< org.eclipse.persistence:org.eclipse.persistence.bundles.other >----
[INFO] Building EclipseLink Bundles Other 5.0.0-SNAPSHOT               [30/135]
[INFO]   from bundles/others/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.bundles.other ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.bundles.other ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.bundles.other ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.bundles.other ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.bundles.other ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.bundles.other ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.bundles.other ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.bundles.other ---
[INFO] Copying 4 resources from src/main/resources/filtered to target/classes
[INFO] Copying 63 resources from src/main/resources/nonfiltered to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.bundles.other ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.bundles.other ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.bundles.other ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.bundles.other ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.bundles.other ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.bundles.other ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.bundles.other ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- dependency:3.6.1:copy (prepare-jars-for-eclipselink-test-src.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Configured Artifact: jakarta.persistence:jakarta.persistence-api:3.2.0:jar
[INFO] jakarta.persistence:jakarta.persistence-api:3.2.0:jar already exists in /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/archive-tmp/eclipselink-test-src.zip/jpa/plugins
[INFO] 
[INFO] --- dependency:3.6.1:copy-dependencies (sdo-javadoc.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Copying org.eclipse.persistence.sdo-5.0.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/org.eclipse.persistence.sdo-javadoc.jar
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.bundles.other ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.bundles.other ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- javadoc:3.6.3:jar (all-javadoc.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- javadoc:3.6.3:jar (nosql-javadoc.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.bundles.other ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 108 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/bom.json
[INFO]            attaching as org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-plugins-nosql.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/src/main/assembly/eclipselink-plugins-nosql.zip.xml
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/eclipselink-plugins-nosql.zip
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-plugins.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/bundles/others/target/eclipselink-plugins.zip
[WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:5.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-shared-lib.ear) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/src/main/assembly/eclipselink-shared-lib.ear.xml
[INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/archive-tmp/eclipselink-shared-lib/org.eclipse.persistence5.0.0-SNAPSHOT-shared-lib.ear
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-shared-lib.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/src/main/assembly/eclipselink-shared-lib.zip.xml
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/eclipselink5.0.0-SNAPSHOT-shared-lib.zip
[WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:5.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-core-tests.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/src/main/assembly/eclipselink-core-tests.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/bundles/others/target/org.eclipse.persistence.bundles.other-5.0.0-SNAPSHOT.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-coretest-framework.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/src/main/assembly/eclipselink-coretest-framework.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-jpa-tests.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/src/main/assembly/eclipselink-jpa-tests.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-jpatest-framework.jar) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/src/main/assembly/eclipselink-jpatest-framework.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-test-jars.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/src/main/assembly/eclipselink-test-jars.zip.xml
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/eclipselink-test-jars.zip
[WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:5.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-test-src.zip) @ org.eclipse.persistence.bundles.other ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/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:5.0.0-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.core.test:jar:5.0.0-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.nosql:jar:5.0.0-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:jar:5.0.0-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:5.0.0-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.jpa.test:jar:5.0.0-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.moxy:jar:5.0.0-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.sdo:jar:5.0.0-SNAPSHOT
[INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.sdo.server.test:jar:5.0.0-SNAPSHOT
[INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/others/target/eclipselink-test-src.zip
[WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:5.0.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.bundles.other ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.bundles.other ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] -------------------< org.eclipse.persistence:p2site >-------------------
[INFO] Building EclipseLink Bundles P2 Site 5.0.0-SNAPSHOT             [31/135]
[INFO]   from bundles/p2site/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ p2site ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ p2site ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ p2site ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ p2site ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ p2site ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ p2site ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ p2site ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ p2site ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/p2site/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/p2site/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ p2site ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ p2site ---
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ p2site ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ p2site ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/p2site/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ p2site ---
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ p2site ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ p2site ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ p2site ---
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ p2site ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 106 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/p2site/target/bom.xml
[INFO]            attaching as p2site-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/bundles/p2site/target/bom.json
[INFO]            attaching as p2site-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ p2site ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ p2site ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.oracle.test.server.parent >--
[INFO] Building EclipseLink Test Server Parent 5.0.0-SNAPSHOT          [32/135]
[INFO]   from testing/server-oracle/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- download:1.8.1:wget (install-jee-server) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server-oracle/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server-oracle/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.test.server.parent ---
[WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle]
[INFO] 
[INFO] --- build-helper:3.5.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-master/testing/server-oracle/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.test.server.parent ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server-oracle/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.oracle.test.server.parent-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/testing/server-oracle/target/bom.json
[INFO]            attaching as org.eclipse.persistence.oracle.test.server.parent-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- dependency:3.6.1:copy (configure-glassfish-modules) @ org.eclipse.persistence.oracle.test.server.parent ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.test.server.parent ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.test.server.parent ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.sdo.server.test >---
[INFO] Building EclipseLink SDO Test Server 5.0.0-SNAPSHOT             [33/135]
[INFO]   from sdo/eclipselink.sdo.test.server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.sdo.server.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- download:1.8.1:wget (install-jee-server) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.sdo.server.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Copying 4 resources from src/it/resources to target/test-classes
[INFO] Copying 4 resources from src/it/resources to target/test-classes
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:49:42 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:49:42 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 8 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] Annotation processing is enabled because one or more processors were found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.kohsuke.metainf_services.AnnotationProcessorImpl' less than -source '17'
[WARNING] No processor claimed any of these annotations: /jakarta.ejb.Remote,/jakarta.ejb.Startup,/jakarta.ejb.Stateless,/jakarta.annotation.PostConstruct,/jakarta.ejb.Singleton
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink.sdo.test.server.jar) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/src/it//assembly/eclipselink.sdo.test.server.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/sdo/eclipselink.sdo.test.server/target/classes
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink.sdo.test.server.ear) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/src/it//assembly/eclipselink.sdo.test.server.ear.xml
[INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.ear
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.sdo.server.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-client.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.sdo.server.test ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/eclipselink.sdo.test.server/target/bom.json
[INFO]            attaching as org.eclipse.persistence.sdo.server.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- groovy:2.1.1:execute (check-wildfly-home-existence) @ org.eclipse.persistence.sdo.server.test ---
[INFO] WildFlyHomeDir exists:false
[INFO] Skip WildFly configuration: true
[INFO] 
[INFO] --- xml:1.1.0:transform (default) @ org.eclipse.persistence.sdo.server.test ---
[INFO] 
[INFO] --- dependency:3.6.1:copy (configure-glassfish-modules) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- cargo:1.10.12:restart (start-container) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Skipping cargo execution
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (test-sdo-server) @ org.eclipse.persistence.sdo.server.test ---
[WARNING]  Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead.
[INFO] Tests are skipped.
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:49:46 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.sdo.server.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.sdo.server.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- cargo:1.10.12:stop (stop-container) @ org.eclipse.persistence.sdo.server.test ---
[INFO] Skipping cargo execution
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify-server-test) @ org.eclipse.persistence.sdo.server.test ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.jse.test >----
[INFO] Building EclipseLink JPA JSE Test 5.0.0-SNAPSHOT                [34/135]
[INFO]   from jpa/eclipselink.jpa.test.jse/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/test/resources
[INFO] Copying 4 resources from src/it/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 286 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/embeddable/model/Address.java:[31,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/embeddable/model/Zipcode.java:[29,20] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/embeddable/model/ElementCollectionEmbeddableTemporal.java:[24,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/embeddable/model/ElementCollectionEmbeddableTemporal.java:[24,23] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/embeddable/model/ElementCollectionEntity.java:[35,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/embeddable/model/ElementCollectionEntity.java:[35,21] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/returninsert/model/ReturnInsertMasterPK.java:[38,10] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/returninsert/model/ReturnInsertMasterPK.java:[38,19] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/returninsert/model/ReturnInsertDetailPK.java:[40,10] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/returninsert/model/ReturnInsertDetailPK.java:[40,19] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/canonical/TestCanonicalMetaModel.java:[60,48] auto-closeable resource acemf is never referenced in body of corresponding try statement
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/concurrency/model/User.java:[45,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/conversion/TestJavaTimeTypeConverter.java:[78,46] getYear() in java.util.Date has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/conversion/TestJavaTimeTypeConverter.java:[79,36] getMonth() in java.util.Date has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/conversion/TestJavaTimeTypeConverter.java:[80,36] getDate() in java.util.Date has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/criteria/TestCriteriaBuilder.java:[198,26] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/criteria/model/DateTimeEntity.java:[44,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/criteria/model/NumberEntity.java:[47,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/criteria/TestNegFunction.java:[70,26] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/criteria/model/CoalesceEntity.java:[30,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/criteria/model/CoalesceEntity.java:[30,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/locking/TestTimestampVersionLocking.java:[416,26] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/model/DateTimeQueryEntity.java:[46,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryCase.java:[266,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryCase.java:[298,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryCoalesce.java:[93,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryCoalesce.java:[166,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryHaving.java:[68,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryHaving.java:[112,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[70,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[83,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[130,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[143,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[183,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[196,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[243,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[256,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[297,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[312,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[362,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[377,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[420,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[435,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[485,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryIsNull.java:[500,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryOrderBy.java:[90,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryOrderBy.java:[142,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryOrderBy.java:[200,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryOrderBy.java:[270,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryOrderBy.java:[329,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryOrderBy.java:[398,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryOrderBy.java:[468,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQueryOrderBy.java:[542,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[114,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[129,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[183,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[198,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[252,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[267,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[336,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[354,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[369,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[443,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[461,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[476,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[550,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[568,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[583,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1212,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1227,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1281,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1296,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1350,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1365,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1434,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1452,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1467,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1541,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1559,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1574,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1648,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1666,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1681,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1740,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1755,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1809,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1824,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1878,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1893,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1962,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1980,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[1995,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2069,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2087,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2102,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2176,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2194,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2209,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2268,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2283,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2337,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2352,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2406,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2421,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2490,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2508,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2523,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2597,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2615,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2630,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2704,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2722,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2737,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2811,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2829,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2844,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2918,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2936,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[2951,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3025,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3043,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3058,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3108,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3121,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3164,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3177,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3220,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3233,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3300,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3318,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3333,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3407,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3425,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3440,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3514,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3532,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3547,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3597,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3610,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3653,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3666,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3709,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3722,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3776,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3793,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3850,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3867,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3924,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxAggregateTests.java:[3941,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[113,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[129,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[184,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[200,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[255,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[272,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[327,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[344,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[399,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[416,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[472,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[489,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[546,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[563,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[624,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[643,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[706,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[725,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[794,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[812,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[829,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[897,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[914,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[930,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[998,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[1015,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[1031,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[1099,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[1116,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[1132,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[1206,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[1225,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[1244,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[1320,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[1339,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxArithmeticTests.java:[1357,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[109,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[122,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[163,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[176,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[217,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[230,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[293,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[310,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[326,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[400,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[419,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[437,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[513,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[532,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[550,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[598,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[612,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[654,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[668,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[710,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[724,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[786,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[805,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[820,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[887,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[906,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[921,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[988,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1007,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1022,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1069,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1083,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1125,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1139,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1181,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1195,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1257,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1277,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1293,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1348,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1364,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1375,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1426,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1442,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1453,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1496,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1510,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1551,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1565,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1607,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1621,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1683,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1703,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1768,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1788,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1853,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1873,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1940,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1962,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[1977,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[2049,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[2071,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[2086,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[2158,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[2180,20] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java: Some input files additionally use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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.2.5:test (default-test) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.jse.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.jse.test-5.0.0-SNAPSHOT-cyclonedx.json
[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 ...
Tue Apr 30 10:49:50 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:49:50 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (test-jpa-jse-without-deadlock) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.config.TestPropertiesUtils
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.eclipse.persistence.config.TestPropertiesUtils
[INFO] Running org.eclipse.persistence.jpa.collection.TestCollectionOperations
[EL Info]: 2024.04.30 10:49:52.110--ServerSession(669284403)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.637 s -- in org.eclipse.persistence.jpa.collection.TestCollectionOperations
[INFO] Running org.eclipse.persistence.jpa.collection.TestEmbeddableKey
[EL Info]: 2024.04.30 10:49:52.428--ServerSession(204322447)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.persistence.jpa.collection.TestEmbeddableKey
[INFO] Running org.eclipse.persistence.jpa.compositeid.TestCompositeId
[EL Fine]: server: 2024.04.30 10:49:52.489--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:49:52.493--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompC] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:49:52.494--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--The target entity (reference) class for the many to one mapping element [field compB] is being defaulted to: class org.eclipse.persistence.jpa.compositeid.model.CompB.
[EL Config]: metadata: 2024.04.30 10:49:52.495--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompA] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:49:52.498--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--The target entity (reference) class for the one to many mapping element [field compBs] is being defaulted to: class org.eclipse.persistence.jpa.compositeid.model.CompB.
[EL Config]: metadata: 2024.04.30 10:49:52.499--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompB] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:49:52.499--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--The target entity (reference) class for the many to one mapping element [field compA] is being defaulted to: class org.eclipse.persistence.jpa.compositeid.model.CompA.
[EL Config]: metadata: 2024.04.30 10:49:52.500--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompAId] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:49:52.501--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompAIdentifier] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:49:52.503--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.Environment] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:49:52.503--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompBId] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:49:52.504--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.ClientId] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:49:52.505--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.RN] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:49:52.506--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.CompCId] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:49:52.506--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.BTI] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:49:52.507--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.compositeid.model.UserId] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:49:52.507--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.compositeid.model.CompC] is being defaulted to: CompC.
[EL Config]: metadata: 2024.04.30 10:49:52.508--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.compositeid.model.CompC] is being defaulted to: COMPC.
[EL Config]: metadata: 2024.04.30 10:49:52.510--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.compositeid.model.CompA] is being defaulted to: CompA.
[EL Config]: metadata: 2024.04.30 10:49:52.510--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.compositeid.model.CompA] is being defaulted to: COMPA.
[EL Config]: metadata: 2024.04.30 10:49:52.510--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.compositeid.model.CompB] is being defaulted to: CompB.
[EL Config]: metadata: 2024.04.30 10:49:52.510--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.compositeid.model.CompB] is being defaulted to: COMPB.
[EL Info]: 2024.04.30 10:49:52.521--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:49:52.523--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:49:52.523--ServerSession(350069300)--Connection(2033268925)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:49:52.533--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:49:52.547--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful
[EL Fine]: sql: 2024.04.30 10:49:52.549--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--ALTER TABLE COMPB DROP CONSTRAINT COMPB_FK_ENVIRONME
[EL Fine]: sql: 2024.04.30 10:49:52.551--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:49:52.552--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:49:52.557--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--ALTER TABLE COMPC DROP CONSTRAINT FK_COMPC_FK_CLIENT
[EL Fine]: sql: 2024.04.30 10:49:52.559--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:49:52.559--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:49:52.560--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPB
[EL Fine]: sql: 2024.04.30 10:49:52.561--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:49:52.562--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:49:52.562--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPA
[EL Fine]: sql: 2024.04.30 10:49:52.563--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:49:52.563--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:49:52.564--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPC
[EL Fine]: sql: 2024.04.30 10:49:52.565--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:49:52.565--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:49:52.565--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPB
[EL Fine]: sql: 2024.04.30 10:49:52.566--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:49:52.567--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:49:52.567--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPA
[EL Fine]: sql: 2024.04.30 10:49:52.568--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:49:52.569--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:49:52.569--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPC
[EL Fine]: sql: 2024.04.30 10:49:52.570--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:49:52.570--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:49:52.571--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPB
[EL Fine]: sql: 2024.04.30 10:49:52.572--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:49:52.572--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:49:52.572--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPA
[EL Fine]: sql: 2024.04.30 10:49:52.573--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:49:52.574--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:49:52.574--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPC
[EL Fine]: sql: 2024.04.30 10:49:52.575--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:49:52.576--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:49:52.576--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPB
[EL Fine]: sql: 2024.04.30 10:49:52.577--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:49:52.578--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:49:52.578--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPA
[EL Fine]: sql: 2024.04.30 10:49:52.579--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:49:52.579--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:49:52.579--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPC
[EL Fine]: sql: 2024.04.30 10:49:52.580--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:49:52.581--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:49:52.581--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPB
[EL Fine]: sql: 2024.04.30 10:49:52.582--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:49:52.582--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:49:52.583--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPA
[EL Fine]: sql: 2024.04.30 10:49:52.584--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:49:52.584--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:49:52.584--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--DROP TABLE COMPC
[EL Fine]: sql: 2024.04.30 10:49:52.585--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:49:52.585--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:49:52.586--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--CREATE TABLE COMPB (CLIENT VARCHAR(255) NOT NULL, FK_ENVIRONME VARCHAR(255) NOT NULL, FK_IDENTIFIE INTEGER NOT NULL, RN INTEGER NOT NULL, PRIMARY KEY (CLIENT, FK_ENVIRONME, FK_IDENTIFIE, RN))
[EL Fine]: sql: 2024.04.30 10:49:52.588--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--CREATE TABLE COMPA (ENVIRONMENT VARCHAR(255) NOT NULL, IDENTIFIER INTEGER NOT NULL, PRIMARY KEY (ENVIRONMENT, IDENTIFIER))
[EL Fine]: sql: 2024.04.30 10:49:52.590--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--CREATE TABLE COMPC (BTI INTEGER NOT NULL, FK_CLIENT VARCHAR(255) NOT NULL, FK_ENVIRONME VARCHAR(255) NOT NULL, FK_IDENTIFIE INTEGER NOT NULL, FK_RELATIVE INTEGER NOT NULL, FK_USER_ID VARCHAR(255) NOT NULL, PRIMARY KEY (BTI, FK_CLIENT, FK_ENVIRONME, FK_IDENTIFIE, FK_RELATIVE, FK_USER_ID))
[EL Fine]: sql: 2024.04.30 10:49:52.592--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--ALTER TABLE COMPB ADD CONSTRAINT COMPB_FK_ENVIRONME FOREIGN KEY (FK_ENVIRONME, FK_IDENTIFIE) REFERENCES COMPA (ENVIRONMENT, IDENTIFIER)
[EL Fine]: sql: 2024.04.30 10:49:52.594--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--ALTER TABLE COMPC ADD CONSTRAINT FK_COMPC_FK_CLIENT FOREIGN KEY (FK_CLIENT, FK_ENVIRONME, FK_IDENTIFIE, FK_RELATIVE) REFERENCES COMPB (CLIENT, FK_ENVIRONME, FK_IDENTIFIE, RN)
Beginning tx
[EL Fine]: sql: 2024.04.30 10:49:52.603--ClientSession(1966670937)--Connection(712410791)--Thread(Thread[#1,main,5,main])--INSERT INTO COMPA (ENVIRONMENT, IDENTIFIER) VALUES (?, ?)
	bind => [1, 1]
[EL Fine]: sql: 2024.04.30 10:49:52.606--ClientSession(1966670937)--Connection(712410791)--Thread(Thread[#1,main,5,main])--INSERT INTO COMPB (CLIENT, RN, FK_ENVIRONME, FK_IDENTIFIE) VALUES (?, ?, ?, ?)
	bind => [1, 1, 1, 1]
[EL Fine]: sql: 2024.04.30 10:49:52.730--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--SELECT CLIENT, FK_ENVIRONME, FK_IDENTIFIE, RN FROM COMPB WHERE (CLIENT = ?)
	bind => [1]
[EL Fine]: sql: 2024.04.30 10:49:52.736--ClientSession(1830969563)--Connection(712410791)--Thread(Thread[#1,main,5,main])--INSERT INTO COMPC (BTI, FK_USER_ID, FK_CLIENT, FK_ENVIRONME, FK_RELATIVE, FK_IDENTIFIE) VALUES (?, ?, ?, ?, ?, ?)
	bind => [3, 4, 1, 1, 1, 1]
[EL Fine]: sql: 2024.04.30 10:49:52.741--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--SELECT BTI, FK_CLIENT, FK_ENVIRONME, FK_IDENTIFIE, FK_RELATIVE, FK_USER_ID FROM COMPC WHERE (FK_USER_ID = ?)
	bind => [4]
[EL Fine]: connection: 2024.04.30 10:49:52.744--ServerSession(350069300)--Connection(712410791)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:49:52.745--ServerSession(350069300)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful
[EL Fine]: connection: 2024.04.30 10:49:52.745--ServerSession(350069300)--Connection(2033268925)--Thread(Thread[#1,main,5,main])--disconnect
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.259 s -- in org.eclipse.persistence.jpa.compositeid.TestCompositeId
[INFO] Running org.eclipse.persistence.jpa.converter.TestAutoApplyConverter
[EL Info]: 2024.04.30 10:49:52.786--ServerSession(291651850)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.310 s -- in org.eclipse.persistence.jpa.converter.TestAutoApplyConverter
[INFO] Running org.eclipse.persistence.jpa.embeddable.TestCollectionTableEmbeddable
[EL Info]: 2024.04.30 10:49:53.079--ServerSession(1476812556)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metadata: 2024.04.30 10:49:53.084--ServerSession(1476812556)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping
[EL Info]: 2024.04.30 10:49:53.141--ServerSession(1792473683)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s -- in org.eclipse.persistence.jpa.embeddable.TestCollectionTableEmbeddable
[INFO] Running org.eclipse.persistence.jpa.embeddable.TestEmbeddable
[EL Info]: 2024.04.30 10:49:53.192--ServerSession(1783463798)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metadata: 2024.04.30 10:49:53.196--ServerSession(1783463798)--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.053 s -- in org.eclipse.persistence.jpa.embeddable.TestEmbeddable
[INFO] Running org.eclipse.persistence.jpa.embeddable.TestNestedEmbeddable
[EL Info]: 2024.04.30 10:49:53.258--ServerSession(2118571592)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metadata: 2024.04.30 10:49:53.262--ServerSession(2118571592)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping
[EL Info]: 2024.04.30 10:49:53.290--ServerSession(1989495347)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.persistence.jpa.embeddable.TestNestedEmbeddable
[INFO] Running org.eclipse.persistence.jpa.json.TestJson
[EL Info]: 2024.04.30 10:49:53.341--ServerSession(1747702724)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.eclipse.persistence.jpa.json.TestJson
[INFO] Running org.eclipse.persistence.jpa.returninsert.TestReturnInsert
[EL Info]: 2024.04.30 10:49:53.549--ServerSession(1061806694)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Severe]: 2024.04.30 10:49:53.559--ServerSession(1061806694)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.IntegrityException
Descriptor Exceptions: 
---------------------------------------------------------

Exception [EclipseLink-193] (Eclipse Persistence Services - 5.0.0.v202404301045): 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 - 5.0.0.v202404301045): 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 - 5.0.0.v202404301045): 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 - 5.0.0.v202404301045): 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 - 5.0.0.v202404301045): 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 - 5.0.0.v202404301045): 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 - 5.0.0.v202404301045): 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 - 5.0.0.v202404301045): 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 - 5.0.0.v202404301045): 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 - 5.0.0.v202404301045): 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: 2024.04.30 10:49:53.564--ServerSession(1061806694)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.IntegrityException
Descriptor Exceptions: 
---------------------------------------------------------

Exception [EclipseLink-193] (Eclipse Persistence Services - 5.0.0.v202404301045): 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 - 5.0.0.v202404301045): 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 - 5.0.0.v202404301045): 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 - 5.0.0.v202404301045): 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 - 5.0.0.v202404301045): 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 - 5.0.0.v202404301045): 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 - 5.0.0.v202404301045): 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 - 5.0.0.v202404301045): 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 - 5.0.0.v202404301045): 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 - 5.0.0.v202404301045): 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.126 s -- in org.eclipse.persistence.jpa.returninsert.TestReturnInsert
[INFO] Running org.eclipse.persistence.jpa.test.basic.TestBasicPersistence
[EL Info]: 2024.04.30 10:49:53.851--ServerSession(1703040426)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
********************
*BEGIN testNonpooledConnection()
initialNonPooledConnections = 0
maxNonPooledConnections = 50
nonPooledConnectionsAfterFlush = 1
nonPooledConnectionsAfterCommit = 0
nonPooledConnectionsAfterFind = 0
*END testNonpooledConnection()
[EL Severe]: 2024.04.30 10:49:53.938--ClientSession(1594857799)--java.lang.RuntimeException: tmpDataSourceImp getConnection called
[EL Warning]: 2024.04.30 10:49:53.938--UnitOfWork(27971761)--java.lang.RuntimeException: tmpDataSourceImp getConnection called
********************
*BEGIN testNonpooledConnectionWithErrorOnReleaseConnection()
[EL Info]: 2024.04.30 10:49:53.944--ServerSession(1703040426)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
initialNonPooledConnections = 1
maxNonPooledConnections = 50
nonPooledConnectionsBeforeFlush = 1
nonPooledConnectionsAfterFlush = 2
[EL Warning]: 2024.04.30 10:49:53.954--ClientSession(1977493952)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
[EL Warning]: 2024.04.30 10:49:53.955--ClientSession(1977493952)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
nonPooledConnectionsAfterCommit = 1
*END testNonpooledConnectionWithErrorOnReleaseConnection()
********************
*BEGIN testNonpooledConnectionWithErrorOnAcquireConnection()
initialNonPooledConnections = 1
maxNonPooledConnections = 50
nonPooledConnectionsBeforePersist = 1
nonPooledConnectionsBeforeFlush = 1
[EL Info]: transaction: 2024.04.30 10:49:53.959--ClientSession(1408549350)--Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken
Error Code: 0.
[EL Info]: transaction: 2024.04.30 10:49:58.961--ClientSession(1408549350)--Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken
Error Code: 0.
[EL Info]: transaction: 2024.04.30 10:50:03.965--ClientSession(1408549350)--Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken
Error Code: 0.
[EL Info]: transaction: 2024.04.30 10:50:08.968--ClientSession(1408549350)--Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: new connections are broken
Error Code: 0.
[EL Warning]: 2024.04.30 10:50:08.968--ClientSession(1408549350)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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.41 s -- in org.eclipse.persistence.jpa.test.basic.TestBasicPersistence
[INFO] Running org.eclipse.persistence.jpa.test.basic.TestEntityManagerInterface
[EL Info]: 2024.04.30 10:50:08.987--ServerSession(319144230)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metamodel: 2024.04.30 10:50:08.991--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]: 2024.04.30 10:50:08.992--ServerSession(1276894402)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metamodel: 2024.04.30 10:50:08.995--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.010 s -- in org.eclipse.persistence.jpa.test.basic.TestEntityManagerInterface
[INFO] Running org.eclipse.persistence.jpa.test.basic.TestNVarChar
[EL Info]: 2024.04.30 10:50:09.003--ServerSession(5563134)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.persistence.jpa.test.basic.TestNVarChar
[INFO] Running org.eclipse.persistence.jpa.test.basic.TestNullByteArrayEntry
[EL Info]: 2024.04.30 10:50:09.053--ServerSession(267533031)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.persistence.jpa.test.basic.TestNullByteArrayEntry
[INFO] Running org.eclipse.persistence.jpa.test.basic.TestSessionCustomizer
[EL Info]: 2024.04.30 10:50:09.103--ServerSession(324158286)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Severe]: ejb: 2024.04.30 10:50:09.140--ServerSession(315998990)--java.lang.ClassCastException: class java.lang.Object cannot be cast to class org.eclipse.persistence.sessions.SessionCustomizer (java.lang.Object is in module java.base of loader 'bootstrap'; org.eclipse.persistence.sessions.SessionCustomizer is in unnamed module of loader 'app')
[EL Info]: 2024.04.30 10:50:09.171--ServerSession(1962586186)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.eclipse.persistence.jpa.test.basic.TestSessionCustomizer
[INFO] Running org.eclipse.persistence.jpa.test.canonical.TestCanonicalMetaModel
[EL Info]: 2024.04.30 10:50:09.200--ServerSession(438263665)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.persistence.jpa.test.canonical.TestCanonicalMetaModel
[INFO] Running org.eclipse.persistence.jpa.test.concurrency.TestConcurrencyPersistence
[EL Info]: 2024.04.30 10:50:09.215--ServerSession(1363715909)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s -- in org.eclipse.persistence.jpa.test.concurrency.TestConcurrencyPersistence
[INFO] Running org.eclipse.persistence.jpa.test.conversion.TestJavaTimeTypeConverter
[INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.persistence.jpa.test.conversion.TestJavaTimeTypeConverter
[INFO] Running org.eclipse.persistence.jpa.test.criteria.TestCoalesceFunction
[EL Info]: 2024.04.30 10:50:09.374--ServerSession(1979825302)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.persistence.jpa.test.criteria.TestCoalesceFunction
[INFO] Running org.eclipse.persistence.jpa.test.criteria.TestCollectionTable
[EL Info]: 2024.04.30 10:50:09.435--ServerSession(2106609649)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.persistence.jpa.test.criteria.TestCollectionTable
[INFO] Running org.eclipse.persistence.jpa.test.criteria.TestCriteriaBuilder
[EL Info]: 2024.04.30 10:50:09.511--ServerSession(232200992)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s -- in org.eclipse.persistence.jpa.test.criteria.TestCriteriaBuilder
[INFO] Running org.eclipse.persistence.jpa.test.criteria.TestDateTimeFunctions
[EL Info]: 2024.04.30 10:50:09.612--ServerSession(1893088773)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s -- in org.eclipse.persistence.jpa.test.criteria.TestDateTimeFunctions
[INFO] Running org.eclipse.persistence.jpa.test.criteria.TestMathFunctions
[EL Info]: 2024.04.30 10:50:09.750--ServerSession(1269749378)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: 2024.04.30 10:50:09.942--UnitOfWork(2066533285)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLDataException: The resulting value is outside the range for the data type DOUBLE.
Error Code: 30000
Call: SELECT LN(DOUBLEVALUE) FROM NUMBERENTITY WHERE (ID = ?)
	bind => [1 parameter bound]
Query: ReportQuery(referenceClass=NumberEntity sql="SELECT LN(DOUBLEVALUE) FROM NUMBERENTITY WHERE (ID = ?)")
[EL Warning]: 2024.04.30 10:50:09.995--UnitOfWork(1714961449)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLDataException: The resulting value is outside the range for the data type DOUBLE.
Error Code: 30000
Call: SELECT LN(DOUBLEVALUE) FROM NUMBERENTITY WHERE (ID = ?)
	bind => [1 parameter bound]
Query: ReportQuery(referenceClass=NumberEntity sql="SELECT LN(DOUBLEVALUE) FROM NUMBERENTITY WHERE (ID = ?)")
[EL Warning]: 2024.04.30 10:50:10.018--UnitOfWork(162320368)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLDataException: The resulting value is outside the range for the data type DOUBLE.
Error Code: 30000
Call: SELECT LN(DOUBLEVALUE) FROM NUMBERENTITY WHERE (ID = ?)
	bind => [1 parameter bound]
Query: ReportQuery(referenceClass=NumberEntity sql="SELECT LN(DOUBLEVALUE) FROM NUMBERENTITY WHERE (ID = ?)")
[WARNING] Tests run: 40, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.306 s -- in org.eclipse.persistence.jpa.test.criteria.TestMathFunctions
[INFO] Running org.eclipse.persistence.jpa.test.criteria.TestNegFunction
[EL Info]: 2024.04.30 10:50:10.055--ServerSession(628402659)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.persistence.jpa.test.criteria.TestNegFunction
[INFO] Running org.eclipse.persistence.jpa.test.criteria.TestSimpleCase
[EL Info]: 2024.04.30 10:50:10.082--ServerSession(1036257977)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.persistence.jpa.test.criteria.TestSimpleCase
[INFO] Running org.eclipse.persistence.jpa.test.ddl.TestDBPlatformDetector
[EL Info]: 2024.04.30 10:50:10.109--ServerSession(718904563)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metamodel: 2024.04.30 10:50:10.120--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]: 2024.04.30 10:50:10.126--ServerSession(1798165471)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.persistence.jpa.test.ddl.TestDBPlatformHelper
[INFO] Running org.eclipse.persistence.jpa.test.ddl.TestDDLGenLineTerminator
[EL Info]: 2024.04.30 10:50:10.146--ServerSession(1497992596)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:50:10.159--ServerSession(345722144)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.persistence.jpa.test.ddl.TestDDLGenLineTerminator
[INFO] Running org.eclipse.persistence.jpa.test.ddl.TestSchemaGen
[EL Warning]: metadata: 2024.04.30 10:50:10.319--ServerSession(1713204150)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.jpa.test.mapping.model.ParentMultitenant] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:50:10.325--ServerSession(1713204150)--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.213 s -- in org.eclipse.persistence.jpa.test.ddl.TestSchemaGen
[INFO] Running org.eclipse.persistence.jpa.test.jpql.TestAggregateFunctions
[EL Info]: 2024.04.30 10:50:10.389--ServerSession(2053481312)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:50:10.430--ServerSession(1274036206)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.eclipse.persistence.jpa.test.jpql.TestAggregateFunctions
[INFO] Running org.eclipse.persistence.jpa.test.jpql.TestCoalesceFunction
[EL Info]: 2024.04.30 10:50:10.481--ServerSession(838301585)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.persistence.jpa.test.jpql.TestCoalesceFunction
[INFO] Running org.eclipse.persistence.jpa.test.jpql.TestComplexJPQL
[EL Info]: 2024.04.30 10:50:10.514--ServerSession(837790893)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:50:10.535--ServerSession(455404074)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:50:10.562--ServerSession(347416758)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.089 s -- in org.eclipse.persistence.jpa.test.jpql.TestComplexJPQL
[INFO] Running org.eclipse.persistence.jpa.test.jpql.TestDateTimeFunctions
[EL Info]: 2024.04.30 10:50:10.599--ServerSession(374585422)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.persistence.jpa.test.jpql.TestDateTimeFunctions
[INFO] Running org.eclipse.persistence.jpa.test.jpql.TestJava8DateTime
[EL Info]: 2024.04.30 10:50:10.667--ServerSession(1014698874)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s -- in org.eclipse.persistence.jpa.test.jpql.TestJava8DateTime
[INFO] Running org.eclipse.persistence.jpa.test.jpql.TestWhiteSpace
[EL Info]: 2024.04.30 10:50:10.840--ServerSession(1891535340)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.persistence.jpa.test.jpql.TestWhiteSpace
[INFO] Running org.eclipse.persistence.jpa.test.lob.TestLobMerge
[EL Info]: 2024.04.30 10:50:10.862--ServerSession(1866191743)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.persistence.jpa.test.lob.TestLobMerge
[INFO] Running org.eclipse.persistence.jpa.test.locking.TestPessimisticLocking
[EL Info]: 2024.04.30 10:50:10.886--ServerSession(716216643)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 3.060 s -- in org.eclipse.persistence.jpa.test.locking.TestPessimisticLocking
[INFO] Running org.eclipse.persistence.jpa.test.locking.TestTimestampVersionLocking
[EL Info]: 2024.04.30 10:50:13.955--ServerSession(715504968)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:50:13.976--ServerSession(1861536737)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:50:20.006--ServerSession(1821310436)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:50:20.023--ServerSession(685438214)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:50:20.042--ServerSession(2052533920)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.111 s -- in org.eclipse.persistence.jpa.test.locking.TestTimestampVersionLocking
[INFO] Running org.eclipse.persistence.jpa.test.mapping.TestAggregateObjectMappings
[EL Info]: 2024.04.30 10:50:20.064--ServerSession(633468398)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:50:20.089--ServerSession(1838584624)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.eclipse.persistence.jpa.test.mapping.TestAggregateObjectMappings
[INFO] Running org.eclipse.persistence.jpa.test.mapping.TestAttributeOverride
[EL Fine]: server: 2024.04.30 10:50:20.118--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:20.121--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEntityA] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:20.121--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--The target class (reference) class for the element collection mapping element [field simpleMappingEmbeddable] is being defaulted to: class org.eclipse.persistence.jpa.test.mapping.model.OverrideEmbeddableA.
[EL Config]: metadata: 2024.04.30 10:50:20.121--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEntityB] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:20.121--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--The target class (reference) class for the element collection mapping element [field simpleMappingEmbeddable] is being defaulted to: class org.eclipse.persistence.jpa.test.mapping.model.OverrideEmbeddableB.
[EL Config]: metadata: 2024.04.30 10:50:20.122--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEmbeddableIdA] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:20.122--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideNestedEmbeddableIdA] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:20.122--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEmbeddableA] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:20.122--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideNestedEmbeddableA] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:20.122--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEmbeddableB] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:20.122--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideNestedEmbeddableB] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:20.122--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEntityA] is being defaulted to: OverrideEntityA.
[EL Config]: metadata: 2024.04.30 10:50:20.123--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.mapping.model.OverrideEntityB] is being defaulted to: OverrideEntityB.
[EL Config]: metadata: 2024.04.30 10:50:20.123--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--The primary key column name for the mapping element [field simpleMappingEmbeddable] is being defaulted to: b_id.
[EL Config]: weaver: 2024.04.30 10:50:20.124--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Class org.eclipse.persistence.jpa.test.mapping.model.OverrideEntityA could not be weaved for change tracking as it is not supported by its mappings.
[EL Config]: weaver: 2024.04.30 10:50:20.124--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Class org.eclipse.persistence.jpa.test.mapping.model.OverrideEntityB could not be weaved for change tracking as it is not supported by its mappings.
[EL Info]: 2024.04.30 10:50:20.126--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:20.128--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:20.128--ServerSession(2069545799)--Connection(1074993056)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:20.129--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:20.132--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful
[EL Fine]: sql: 2024.04.30 10:50:20.133--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--ALTER TABLE CT_OVERRIDE_ENTITY_A DROP CONSTRAINT CTVRRDNTTYCTVRRDVL
[EL Fine]: sql: 2024.04.30 10:50:20.134--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.135--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.135--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--ALTER TABLE ct_override_entity_b DROP CONSTRAINT ctvrrdnttybctnttyb
[EL Fine]: sql: 2024.04.30 10:50:20.136--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.136--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.136--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE OVERRIDE_ENTITY_A
[EL Fine]: sql: 2024.04.30 10:50:20.137--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.137--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.137--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE override_entity_b
[EL Fine]: sql: 2024.04.30 10:50:20.138--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.138--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.139--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A
[EL Fine]: sql: 2024.04.30 10:50:20.139--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.139--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.139--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE ct_override_entity_b
[EL Fine]: sql: 2024.04.30 10:50:20.140--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.140--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.141--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE OVERRIDE_ENTITY_A
[EL Fine]: sql: 2024.04.30 10:50:20.141--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.141--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.142--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE override_entity_b
[EL Fine]: sql: 2024.04.30 10:50:20.142--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.142--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.143--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A
[EL Fine]: sql: 2024.04.30 10:50:20.143--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.143--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.144--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE ct_override_entity_b
[EL Fine]: sql: 2024.04.30 10:50:20.144--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.144--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.145--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE OVERRIDE_ENTITY_A
[EL Fine]: sql: 2024.04.30 10:50:20.145--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.145--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.146--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE override_entity_b
[EL Fine]: sql: 2024.04.30 10:50:20.146--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.147--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.147--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A
[EL Fine]: sql: 2024.04.30 10:50:20.147--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.148--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.148--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE ct_override_entity_b
[EL Fine]: sql: 2024.04.30 10:50:20.149--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.149--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.149--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE OVERRIDE_ENTITY_A
[EL Fine]: sql: 2024.04.30 10:50:20.150--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.150--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.150--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE override_entity_b
[EL Fine]: sql: 2024.04.30 10:50:20.151--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.151--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.151--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A
[EL Fine]: sql: 2024.04.30 10:50:20.152--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.152--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.152--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE ct_override_entity_b
[EL Fine]: sql: 2024.04.30 10:50:20.153--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.153--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.153--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE OVERRIDE_ENTITY_A
[EL Fine]: sql: 2024.04.30 10:50:20.154--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.154--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.154--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE override_entity_b
[EL Fine]: sql: 2024.04.30 10:50:20.155--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.155--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.155--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE CT_OVERRIDE_ENTITY_A
[EL Fine]: sql: 2024.04.30 10:50:20.156--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.156--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.156--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DROP TABLE ct_override_entity_b
[EL Fine]: sql: 2024.04.30 10:50:20.157--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.157--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.158--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--CREATE TABLE OVERRIDE_ENTITY_A (OVERRIDE_VALUE INTEGER, VALUE2 INTEGER, OVERRIDE_NESTED_VALUE INTEGER, VALUE INTEGER NOT NULL, NESTED_VALUE INTEGER NOT NULL, PRIMARY KEY (VALUE, NESTED_VALUE))
[EL Fine]: sql: 2024.04.30 10:50:20.160--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--CREATE TABLE override_entity_b (b_id INTEGER NOT NULL, PRIMARY KEY (b_id))
[EL Fine]: sql: 2024.04.30 10:50:20.162--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--CREATE TABLE CT_OVERRIDE_ENTITY_A (CT_A_OVERRIDE_VALUE INTEGER, VALUE2 INTEGER, CT_A_OVERRIDE_NESTED_VALUE INTEGER, NESTED_VALUE INTEGER  /*  */ )
[EL Fine]: sql: 2024.04.30 10:50:20.163--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--CREATE TABLE ct_override_entity_b (ct_b_override_value INTEGER, value2 INTEGER, ct_b_override_nested_value INTEGER, nested_value2 INTEGER, entity_b_ct_entity_b INTEGER  /*  */ )
[EL Fine]: sql: 2024.04.30 10:50:20.164--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,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: 2024.04.30 10:50:20.167--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,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: 2024.04.30 10:50:20.171--ClientSession(870219581)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--INSERT INTO OVERRIDE_ENTITY_A (VALUE, NESTED_VALUE, OVERRIDE_VALUE, OVERRIDE_NESTED_VALUE) VALUES (1, 1, 1, 1)
[EL Fine]: sql: 2024.04.30 10:50:20.175--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--SELECT OVERRIDE_VALUE, VALUE2, OVERRIDE_NESTED_VALUE, VALUE, NESTED_VALUE FROM OVERRIDE_ENTITY_A WHERE ((NESTED_VALUE = ?) AND (VALUE = ?))
	bind => [1, 1]
[EL Fine]: sql: 2024.04.30 10:50:20.179--ClientSession(976807132)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--UPDATE OVERRIDE_ENTITY_A SET OVERRIDE_VALUE = ?, VALUE2 = ?, OVERRIDE_NESTED_VALUE = ? WHERE ((NESTED_VALUE = ?) AND (VALUE = ?))
	bind => [2, 3, 2, 1, 1]
[EL Fine]: sql: 2024.04.30 10:50:20.183--ClientSession(1075284181)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DELETE FROM OVERRIDE_ENTITY_A
[EL Fine]: sql: 2024.04.30 10:50:20.186--ClientSession(1599488589)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--INSERT INTO OVERRIDE_ENTITY_A (VALUE, NESTED_VALUE, OVERRIDE_VALUE, OVERRIDE_NESTED_VALUE) VALUES (1, 1, 1, 1)
[EL Fine]: sql: 2024.04.30 10:50:20.187--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--select t0.b_id from override_entity_b t0
[EL Fine]: sql: 2024.04.30 10:50:20.189--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--select t0.ct_b_override_value, t0.value2, t0.ct_b_override_nested_value, t0.entity_b_ct_entity_b, t0.nested_value2 from ct_override_entity_b t0
[EL Fine]: sql: 2024.04.30 10:50:20.191--ClientSession(1155337528)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--INSERT INTO override_entity_b (b_id) VALUES (?)
	bind => [41]
[EL Fine]: sql: 2024.04.30 10:50:20.193--ClientSession(1155337528)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--INSERT INTO ct_override_entity_b (entity_b_ct_entity_b, ct_b_override_value, value2, ct_b_override_nested_value, nested_value2) VALUES (?, ?, ?, ?, ?)
	bind => [41, 43, 44, 45, 46]
[EL Fine]: sql: 2024.04.30 10:50:20.195--ClientSession(1155337528)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--INSERT INTO ct_override_entity_b (entity_b_ct_entity_b, ct_b_override_value, value2, ct_b_override_nested_value, nested_value2) VALUES (?, ?, ?, ?, ?)
	bind => [41, 51, 52, 53, 54]
[EL Fine]: sql: 2024.04.30 10:50:20.196--ClientSession(1155337528)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--INSERT INTO ct_override_entity_b (entity_b_ct_entity_b, ct_b_override_value, value2, ct_b_override_nested_value, nested_value2) VALUES (?, ?, ?, ?, ?)
	bind => [41, 47, 48, 49, 50]
[EL Fine]: sql: 2024.04.30 10:50:20.197--ClientSession(2072701904)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--DELETE FROM OVERRIDE_ENTITY_A
[EL Fine]: connection: 2024.04.30 10:50:20.197--ServerSession(2069545799)--Connection(1065774928)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:20.198--ServerSession(2069545799)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful
[EL Fine]: connection: 2024.04.30 10:50:20.198--ServerSession(2069545799)--Connection(1074993056)--Thread(Thread[#1,main,5,main])--disconnect
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.persistence.jpa.test.mapping.TestAttributeOverride
[INFO] Running org.eclipse.persistence.jpa.test.mapping.TestMultitenantOneToMany
[EL Warning]: metadata: 2024.04.30 10:50:20.202--ServerSession(1332009419)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.jpa.test.mapping.model.ParentMultitenant] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:50:20.203--ServerSession(1332009419)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.jpa.test.mapping.model.ChildMultitenant] is being defaulted to: eclipselink.tenant-id.
[EL Info]: 2024.04.30 10:50:20.206--ServerSession(1332009419)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.persistence.jpa.test.mapping.TestMultitenantOneToMany
[INFO] Running org.eclipse.persistence.jpa.test.mapping.TestUnidirectionalOneToMany
[EL Info]: 2024.04.30 10:50:20.225--ServerSession(1692174022)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: sql: 2024.04.30 10:50:20.233--ServerSession(1692174022)--Connection(98995170)--ALTER TABLE COMMENTA DROP CONSTRAINT COMMENTA_POSTA_FK
[EL Fine]: sql: 2024.04.30 10:50:20.235--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.235--ServerSession(1692174022)--Connection(98995170)--ALTER TABLE COMMENTB DROP CONSTRAINT COMMENTBPOSTB_B_FK
[EL Fine]: sql: 2024.04.30 10:50:20.236--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.236--ServerSession(1692174022)--Connection(98995170)--ALTER TABLE COMMENTC DROP CONSTRAINT CMMENTCCOMPLEXIDCA
[EL Fine]: sql: 2024.04.30 10:50:20.237--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.237--ServerSession(1692174022)--Connection(98995170)--ALTER TABLE COMMENTD DROP CONSTRAINT CMMENTDCOMPLEXIDDB
[EL Fine]: sql: 2024.04.30 10:50:20.238--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.238--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTA
[EL Fine]: sql: 2024.04.30 10:50:20.239--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.239--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTB
[EL Fine]: sql: 2024.04.30 10:50:20.240--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.240--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTC
[EL Fine]: sql: 2024.04.30 10:50:20.241--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.241--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTD
[EL Fine]: sql: 2024.04.30 10:50:20.242--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.242--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POST_A
[EL Fine]: sql: 2024.04.30 10:50:20.243--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.243--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTB
[EL Fine]: sql: 2024.04.30 10:50:20.244--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.244--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTC
[EL Fine]: sql: 2024.04.30 10:50:20.245--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.245--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTD
[EL Fine]: sql: 2024.04.30 10:50:20.245--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.246--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTA
[EL Fine]: sql: 2024.04.30 10:50:20.246--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.247--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTB
[EL Fine]: sql: 2024.04.30 10:50:20.247--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.247--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTC
[EL Fine]: sql: 2024.04.30 10:50:20.248--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.248--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTD
[EL Fine]: sql: 2024.04.30 10:50:20.249--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.249--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POST_A
[EL Fine]: sql: 2024.04.30 10:50:20.250--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.250--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTB
[EL Fine]: sql: 2024.04.30 10:50:20.251--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.251--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTC
[EL Fine]: sql: 2024.04.30 10:50:20.251--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.252--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTD
[EL Fine]: sql: 2024.04.30 10:50:20.252--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.253--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTA
[EL Fine]: sql: 2024.04.30 10:50:20.253--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.254--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTB
[EL Fine]: sql: 2024.04.30 10:50:20.254--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.255--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTC
[EL Fine]: sql: 2024.04.30 10:50:20.255--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.256--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTD
[EL Fine]: sql: 2024.04.30 10:50:20.256--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.257--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POST_A
[EL Fine]: sql: 2024.04.30 10:50:20.257--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.258--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTB
[EL Fine]: sql: 2024.04.30 10:50:20.258--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.259--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTC
[EL Fine]: sql: 2024.04.30 10:50:20.259--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.260--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTD
[EL Fine]: sql: 2024.04.30 10:50:20.260--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.261--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTA
[EL Fine]: sql: 2024.04.30 10:50:20.261--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.261--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTB
[EL Fine]: sql: 2024.04.30 10:50:20.262--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.262--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTC
[EL Fine]: sql: 2024.04.30 10:50:20.263--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.263--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTD
[EL Fine]: sql: 2024.04.30 10:50:20.264--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.264--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POST_A
[EL Fine]: sql: 2024.04.30 10:50:20.265--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.265--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTB
[EL Fine]: sql: 2024.04.30 10:50:20.266--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.266--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTC
[EL Fine]: sql: 2024.04.30 10:50:20.266--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.267--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTD
[EL Fine]: sql: 2024.04.30 10:50:20.267--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.268--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTA
[EL Fine]: sql: 2024.04.30 10:50:20.268--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.268--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTB
[EL Fine]: sql: 2024.04.30 10:50:20.269--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.269--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTC
[EL Fine]: sql: 2024.04.30 10:50:20.270--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.270--ServerSession(1692174022)--Connection(98995170)--DROP TABLE COMMENTD
[EL Fine]: sql: 2024.04.30 10:50:20.271--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.271--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POST_A
[EL Fine]: sql: 2024.04.30 10:50:20.271--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.272--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTB
[EL Fine]: sql: 2024.04.30 10:50:20.272--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.273--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTC
[EL Fine]: sql: 2024.04.30 10:50:20.273--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.273--ServerSession(1692174022)--Connection(98995170)--DROP TABLE POSTD
[EL Fine]: sql: 2024.04.30 10:50:20.274--ServerSession(1692174022)--VALUES(1)
[EL Fine]: sql: 2024.04.30 10:50:20.274--ServerSession(1692174022)--Connection(98995170)--CREATE TABLE COMMENTA (ID BIGINT NOT NULL, POSTA_FK BIGINT NOT NULL, PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:20.277--ServerSession(1692174022)--Connection(98995170)--CREATE TABLE COMMENTB (ID BIGINT NOT NULL, CONTENT VARCHAR(255) NOT NULL, POSTB_A_FK BIGINT NOT NULL, POSTB_B_FK BIGINT NOT NULL, PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:20.279--ServerSession(1692174022)--Connection(98995170)--CREATE TABLE COMMENTC (CONTENT VARCHAR(255) NOT NULL, COMPLEXID_C_A BIGINT NOT NULL, TYPE VARCHAR(255) NOT NULL, PRIMARY KEY (COMPLEXID_C_A, TYPE))
[EL Fine]: sql: 2024.04.30 10:50:20.281--ServerSession(1692174022)--Connection(98995170)--CREATE TABLE COMMENTD (CONTENT VARCHAR(255) NOT NULL, COMPLEXID_D_B BIGINT NOT NULL, COMPLEXID_D_A BIGINT NOT NULL, PRIMARY KEY (COMPLEXID_D_B, COMPLEXID_D_A))
[EL Fine]: sql: 2024.04.30 10:50:20.282--ServerSession(1692174022)--Connection(98995170)--CREATE TABLE POST_A (IDA BIGINT NOT NULL, PRIMARY KEY (IDA))
[EL Fine]: sql: 2024.04.30 10:50:20.283--ServerSession(1692174022)--Connection(98995170)--CREATE TABLE POSTB (IDB BIGINT NOT NULL, IDA BIGINT NOT NULL, PRIMARY KEY (IDB, IDA))
[EL Fine]: sql: 2024.04.30 10:50:20.285--ServerSession(1692174022)--Connection(98995170)--CREATE TABLE POSTC (ID BIGINT NOT NULL, PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:20.286--ServerSession(1692174022)--Connection(98995170)--CREATE TABLE POSTD (COMPLEXID_D_B BIGINT NOT NULL, COMPLEXID_D_A BIGINT NOT NULL, PRIMARY KEY (COMPLEXID_D_B, COMPLEXID_D_A))
[EL Fine]: sql: 2024.04.30 10:50:20.287--ServerSession(1692174022)--Connection(98995170)--ALTER TABLE COMMENTA ADD CONSTRAINT COMMENTA_POSTA_FK FOREIGN KEY (POSTA_FK) REFERENCES POST_A (IDA)
[EL Fine]: sql: 2024.04.30 10:50:20.290--ServerSession(1692174022)--Connection(98995170)--ALTER TABLE COMMENTB ADD CONSTRAINT COMMENTBPOSTB_B_FK FOREIGN KEY (POSTB_B_FK, POSTB_A_FK) REFERENCES POSTB (IDB, IDA)
[EL Fine]: sql: 2024.04.30 10:50:20.292--ServerSession(1692174022)--Connection(98995170)--ALTER TABLE COMMENTC ADD CONSTRAINT CMMENTCCOMPLEXIDCA FOREIGN KEY (COMPLEXID_C_A) REFERENCES POSTC (ID)
[EL Fine]: sql: 2024.04.30 10:50:20.294--ServerSession(1692174022)--Connection(98995170)--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: 2024.04.30 10:50:20.296--ServerSession(1692174022)--Connection(98995170)--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[EL Fine]: sql: 2024.04.30 10:50:20.297--ServerSession(1692174022)--Connection(98995170)--INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0)
[EL Fine]: sql: 2024.04.30 10:50:20.300--ClientSession(134708375)--Connection(98995170)--INSERT INTO POSTD (COMPLEXID_D_B, COMPLEXID_D_A) VALUES (?, ?)
	bind => [21, 20]
[EL Fine]: sql: 2024.04.30 10:50:20.302--ClientSession(134708375)--Connection(98995170)--INSERT INTO COMMENTD (COMPLEXID_D_A, COMPLEXID_D_B, CONTENT) VALUES (?, ?, ?)
	bind => [20, 21, a]
[EL Fine]: sql: 2024.04.30 10:50:20.307--ClientSession(2040301400)--Connection(98995170)--INSERT INTO POSTC (ID) VALUES (?)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:20.309--ClientSession(2040301400)--Connection(98995170)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?)
	bind => [5, a, Type1]
[EL Fine]: sql: 2024.04.30 10:50:20.311--ClientSession(2040301400)--Connection(98995170)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?)
	bind => [5, b, Type2]
[EL Fine]: sql: 2024.04.30 10:50:20.312--ClientSession(2040301400)--Connection(98995170)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?)
	bind => [5, c, Type3]
[EL Fine]: sql: 2024.04.30 10:50:20.313--ClientSession(1437454238)--Connection(98995170)--UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ?
	bind => [50, SEQ_GEN]
[EL Fine]: sql: 2024.04.30 10:50:20.314--ClientSession(1437454238)--Connection(98995170)--SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ?
	bind => [SEQ_GEN]
[EL Fine]: sql: 2024.04.30 10:50:20.315--ClientSession(1437454238)--Connection(98995170)--INSERT INTO POSTB (IDB, IDA) VALUES (?, ?)
	bind => [4, 3]
[EL Fine]: sql: 2024.04.30 10:50:20.316--ClientSession(1437454238)--Connection(98995170)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?)
	bind => [3, 4, 1, a]
[EL Fine]: sql: 2024.04.30 10:50:20.318--ClientSession(1437454238)--Connection(98995170)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?)
	bind => [3, 4, 2, b]
[EL Fine]: sql: 2024.04.30 10:50:20.319--ClientSession(1437454238)--Connection(98995170)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?)
	bind => [3, 4, 3, c]
[EL Fine]: sql: 2024.04.30 10:50:20.322--ClientSession(2020725345)--Connection(98995170)--INSERT INTO POSTD (COMPLEXID_D_B, COMPLEXID_D_A) VALUES (?, ?)
	bind => [23, 22]
[EL Fine]: sql: 2024.04.30 10:50:20.323--ClientSession(2020725345)--Connection(98995170)--INSERT INTO COMMENTD (COMPLEXID_D_A, COMPLEXID_D_B, CONTENT) VALUES (?, ?, ?)
	bind => [22, 23, d]
[EL Fine]: sql: 2024.04.30 10:50:20.325--ClientSession(152708419)--Connection(98995170)--INSERT INTO POST_A (IDA) VALUES (?)
	bind => [9]
[EL Fine]: sql: 2024.04.30 10:50:20.327--ClientSession(152708419)--Connection(98995170)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?)
	bind => [9, 4]
[EL Fine]: sql: 2024.04.30 10:50:20.329--ClientSession(152708419)--Connection(98995170)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?)
	bind => [9, 5]
[EL Fine]: sql: 2024.04.30 10:50:20.330--ClientSession(152708419)--Connection(98995170)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?)
	bind => [9, 6]
[EL Fine]: sql: 2024.04.30 10:50:20.331--ClientSession(1731526546)--Connection(98995170)--INSERT INTO POST_A (IDA) VALUES (?)
	bind => [10]
[EL Fine]: sql: 2024.04.30 10:50:20.332--ClientSession(1731526546)--Connection(98995170)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?)
	bind => [10, 7]
[EL Fine]: sql: 2024.04.30 10:50:20.332--ClientSession(1731526546)--Connection(98995170)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?)
	bind => [10, 8]
[EL Fine]: sql: 2024.04.30 10:50:20.332--ClientSession(1731526546)--Connection(98995170)--INSERT INTO COMMENTA (POSTA_FK, ID) VALUES (?, ?)
	bind => [10, 9]
[EL Fine]: sql: 2024.04.30 10:50:20.333--ClientSession(315429532)--Connection(98995170)--INSERT INTO POSTC (ID) VALUES (?)
	bind => [6]
[EL Fine]: sql: 2024.04.30 10:50:20.334--ClientSession(315429532)--Connection(98995170)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?)
	bind => [6, 3, Type5]
[EL Fine]: sql: 2024.04.30 10:50:20.334--ClientSession(315429532)--Connection(98995170)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?)
	bind => [6, f, Type6]
[EL Fine]: sql: 2024.04.30 10:50:20.334--ClientSession(315429532)--Connection(98995170)--INSERT INTO COMMENTC (COMPLEXID_C_A, CONTENT, TYPE) VALUES (?, ?, ?)
	bind => [6, d, Type4]
[EL Fine]: sql: 2024.04.30 10:50:20.335--ClientSession(702340380)--Connection(98995170)--INSERT INTO POSTB (IDB, IDA) VALUES (?, ?)
	bind => [6, 5]
[EL Fine]: sql: 2024.04.30 10:50:20.336--ClientSession(702340380)--Connection(98995170)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?)
	bind => [5, 6, 12, f]
[EL Fine]: sql: 2024.04.30 10:50:20.336--ClientSession(702340380)--Connection(98995170)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?)
	bind => [5, 6, 10, d]
[EL Fine]: sql: 2024.04.30 10:50:20.336--ClientSession(702340380)--Connection(98995170)--INSERT INTO COMMENTB (POSTB_A_FK, POSTB_B_FK, ID, CONTENT) VALUES (?, ?, ?, ?)
	bind => [5, 6, 11, e]
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s -- in org.eclipse.persistence.jpa.test.mapping.TestUnidirectionalOneToMany
[INFO] Running org.eclipse.persistence.jpa.test.oraclefeatures.TestOracleLOBLocatorFeature
[EL Info]: 2024.04.30 10:50:20.346--ServerSession(1805031342)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s -- in org.eclipse.persistence.jpa.test.oraclefeatures.TestOracleLOBLocatorFeature
[INFO] Running org.eclipse.persistence.jpa.test.property.TestParameterBinding
[EL Finest]: properties: 2024.04.30 10:50:20.366--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE
[EL Finest]: properties: 2024.04.30 10:50:20.366--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.parameters; value=true
[EL Fine]: server: 2024.04.30 10:50:20.366--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Finest]: jpa: 2024.04.30 10:50:20.366--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Begin predeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Initial; factoryCount 0
[EL Finest]: properties: 2024.04.30 10:50:20.367--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true
[EL Finest]: properties: 2024.04.30 10:50:20.367--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.changetracking; default value=true
[EL Finest]: properties: 2024.04.30 10:50:20.367--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.lazy; default value=true
[EL Finest]: properties: 2024.04.30 10:50:20.367--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.eager; default value=false
[EL Finest]: properties: 2024.04.30 10:50:20.367--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.fetchgroups; default value=true
[EL Finest]: properties: 2024.04.30 10:50:20.367--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.internal; default value=true
[EL Finest]: properties: 2024.04.30 10:50:20.367--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.rest; default value=false
[EL Finest]: properties: 2024.04.30 10:50:20.367--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.mappedsuperclass; default value=true
[EL Finest]: properties: 2024.04.30 10:50:20.367--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true
[EL Finest]: properties: 2024.04.30 10:50:20.367--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false
[EL Finer]: metadata: 2024.04.30 10:50:20.367--Thread(Thread[#1,main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./].
[EL Finer]: metadata: 2024.04.30 10:50:20.368--Thread(Thread[#1,main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./].
[EL Config]: metadata: 2024.04.30 10:50:20.368--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.property.model.GenericEntity] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:20.369--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.property.model.GenericEntity] is being defaulted to: GenericEntity.
[EL Config]: metadata: 2024.04.30 10:50:20.369--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.property.model.GenericEntity] is being defaulted to: GENERICENTITY.
[EL Finer]: weaver: 2024.04.30 10:50:20.370--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Class [org.eclipse.persistence.jpa.test.property.model.GenericEntity] registered to be processed by weaver.
[EL Finest]: jpa: 2024.04.30 10:50:20.370--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--End predeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Predeployed; factoryCount 0
[EL Finer]: weaver: 2024.04.30 10:50:20.370--Thread(Thread[#1,main,5,main])--JavaSECMPInitializer - global instrumentation is null.
[EL Finest]: jpa: 2024.04.30 10:50:20.370--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Begin predeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Predeployed; factoryCount 0
[EL Finest]: jpa: 2024.04.30 10:50:20.371--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--End predeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Predeployed; factoryCount 1
[EL Finer]: metamodel: 2024.04.30 10:50:20.371--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Canonical Metamodel class [org.eclipse.persistence.jpa.test.property.model.GenericEntity_] not found during initialization.
[EL Finest]: jpa: 2024.04.30 10:50:20.371--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Begin deploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Predeployed; factoryCount 1
[EL Finest]: jpa: 2024.04.30 10:50:20.372--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Bean Validation Factory was not initialized: [jakarta/validation/Validation].
[EL Finest]: properties: 2024.04.30 10:50:20.372--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL
[EL Finest]: properties: 2024.04.30 10:50:20.372--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE
[EL Finest]: properties: 2024.04.30 10:50:20.372--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.parameters; value=true
[EL Finest]: properties: 2024.04.30 10:50:20.372--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL
[EL Finest]: properties: 2024.04.30 10:50:20.372--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE
[EL Finest]: properties: 2024.04.30 10:50:20.372--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.parameters; value=true
[EL Finest]: properties: 2024.04.30 10:50:20.372--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=eclipselink.jdbc.force-bind-parameters; value=true
[EL Finest]: properties: 2024.04.30 10:50:20.372--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.jdbc.user; value=root
[EL Finest]: properties: 2024.04.30 10:50:20.372--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.jdbc.password; value=xxxxxx
[EL Finest]: properties: 2024.04.30 10:50:20.373--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.jdbc.driver; value=org.apache.derby.client.ClientAutoloadedDriver
[EL Finest]: properties: 2024.04.30 10:50:20.373--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.jdbc.url; value=jdbc:derby://localhost/memory:ecltests;create=true
[EL Finest]: properties: 2024.04.30 10:50:20.373--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.query.timeout; value=1000
[EL Info]: 2024.04.30 10:50:20.373--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Finest]: connection: 2024.04.30 10:50:20.375--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle23Platform, regular expression: (?is)oracle.*23.*
[EL Finest]: connection: 2024.04.30 10:50:20.375--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle21Platform, regular expression: (?is)oracle.*21.*
[EL Finest]: connection: 2024.04.30 10:50:20.375--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle19Platform, regular expression: (?is)oracle.*19.*
[EL Finest]: connection: 2024.04.30 10:50:20.375--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle18Platform, regular expression: (?is)oracle.*18.*
[EL Finest]: connection: 2024.04.30 10:50:20.375--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle12Platform, regular expression: (?is)oracle.*12.*
[EL Finest]: connection: 2024.04.30 10:50:20.375--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle11Platform, regular expression: (?is)oracle.*11.*
[EL Finest]: connection: 2024.04.30 10:50:20.375--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle10Platform, regular expression: (?is)oracle.*10.*
[EL Finest]: connection: 2024.04.30 10:50:20.375--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle9Platform, regular expression: (?is)oracle.*9.*
[EL Finest]: connection: 2024.04.30 10:50:20.375--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle23Platform, regular expression: (?is)core.oracle.*23.*
[EL Finest]: connection: 2024.04.30 10:50:20.375--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle21Platform, regular expression: (?is)core.oracle.*21.*
[EL Finest]: connection: 2024.04.30 10:50:20.375--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle19Platform, regular expression: (?is)core.oracle.*19.*
[EL Finest]: connection: 2024.04.30 10:50:20.375--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle18Platform, regular expression: (?is)core.oracle.*18.*
[EL Finest]: connection: 2024.04.30 10:50:20.375--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle12Platform, regular expression: (?is)core.oracle.*12.*
[EL Finest]: connection: 2024.04.30 10:50:20.375--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle11Platform, regular expression: (?is)core.oracle.*11.*
[EL Finest]: connection: 2024.04.30 10:50:20.375--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle10Platform, regular expression: (?is)core.oracle.*10.*
[EL Finest]: connection: 2024.04.30 10:50:20.375--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle9Platform, regular expression: (?is)core.oracle.*9.*
[EL Finest]: connection: 2024.04.30 10:50:20.375--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.OraclePlatform, regular expression: (?is)oracle.*
[EL Finest]: connection: 2024.04.30 10:50:20.375--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLAnywherePlatform, regular expression: SQL\ Anywhere.*
[EL Finest]: connection: 2024.04.30 10:50:20.375--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.SybasePlatform, regular expression: (?i)(sybase.*)|(adaptive\ server\ enterprise.*)|(SQL\ Server.*)
[EL Finest]: connection: 2024.04.30 10:50:20.375--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLServerPlatform, regular expression: (?i)microsoft.*
[EL Finest]: connection: 2024.04.30 10:50:20.375--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.JavaDBPlatform, regular expression: (?i).*derby.*
[EL Fine]: connection: 2024.04.30 10:50:20.375--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:20.375--ServerSession(1538456363)--Connection(1583992583)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:20.377--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Finest]: connection: 2024.04.30 10:50:20.377--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Finest]: connection: 2024.04.30 10:50:20.377--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Fine]: connection: 2024.04.30 10:50:20.378--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF login successful
[EL Finest]: query: 2024.04.30 10:50:20.378--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY")
[EL Finest]: connection: 2024.04.30 10:50:20.379--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.379--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--DROP TABLE GENERICENTITY
[EL Finest]: connection: 2024.04.30 10:50:20.380--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2024.04.30 10:50:20.380--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.380--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY")
[EL Finest]: connection: 2024.04.30 10:50:20.380--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.380--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--DROP TABLE GENERICENTITY
[EL Fine]: sql: 2024.04.30 10:50:20.381--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Finest]: connection: 2024.04.30 10:50:20.381--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2024.04.30 10:50:20.381--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.381--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY")
[EL Finest]: connection: 2024.04.30 10:50:20.381--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.382--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--DROP TABLE GENERICENTITY
[EL Fine]: sql: 2024.04.30 10:50:20.382--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Finest]: connection: 2024.04.30 10:50:20.383--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2024.04.30 10:50:20.383--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.383--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY")
[EL Finest]: connection: 2024.04.30 10:50:20.383--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.383--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--DROP TABLE GENERICENTITY
[EL Fine]: sql: 2024.04.30 10:50:20.383--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Finest]: connection: 2024.04.30 10:50:20.383--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2024.04.30 10:50:20.384--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.384--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE GENERICENTITY")
[EL Finest]: connection: 2024.04.30 10:50:20.384--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.384--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--DROP TABLE GENERICENTITY
[EL Fine]: sql: 2024.04.30 10:50:20.384--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Finest]: connection: 2024.04.30 10:50:20.384--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2024.04.30 10:50:20.384--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.385--ServerSession(1538456363)--Thread(Thread[#1,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: 2024.04.30 10:50:20.385--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.385--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,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: 2024.04.30 10:50:20.388--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finest]: ddl: 2024.04.30 10:50:20.388--Thread(Thread[#1,main,5,main])--The table (GENERICENTITY) is created.
[EL Finer]: metamodel: 2024.04.30 10:50:20.388--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Canonical Metamodel class [org.eclipse.persistence.jpa.test.property.model.GenericEntity_] not found during initialization.
[EL Finest]: jpa: 2024.04.30 10:50:20.388--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--End deploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Deployed; factoryCount 1
[EL Finer]: connection: 2024.04.30 10:50:20.390--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1587020590
[EL Finer]: transaction: 2024.04.30 10:50:20.390--ClientSession(1587020590)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1340666542
[EL Finest]: query: 2024.04.30 10:50:20.390--UnitOfWork(1340666542)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 2, COUNT(ABS(?)) FROM GENERICENTITY WHERE (ITEM_INTEGER1 = ABS(?))")
[EL Finest]: connection: 2024.04.30 10:50:20.390--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.390--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--SELECT 2, COUNT(ABS(?)) FROM GENERICENTITY WHERE (ITEM_INTEGER1 = ABS(?))
	bind => [-3, -3]
[EL Finest]: connection: 2024.04.30 10:50:20.395--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:50:20.395--UnitOfWork(1340666542)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:20.395--ClientSession(1587020590)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:20.396--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1625094636
[EL Finer]: transaction: 2024.04.30 10:50:20.396--ClientSession(1625094636)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1980153091
[EL Finest]: query: 2024.04.30 10:50:20.396--UnitOfWork(1980153091)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 2, COUNT(ABS(?)) FROM GENERICENTITY WHERE (ITEM_INTEGER1 = ABS(?))")
[EL Finest]: connection: 2024.04.30 10:50:20.396--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.396--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--SELECT 2, COUNT(ABS(?)) FROM GENERICENTITY WHERE (ITEM_INTEGER1 = ABS(?))
	bind => [-3, -3]
[EL Finest]: connection: 2024.04.30 10:50:20.397--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:50:20.397--UnitOfWork(1980153091)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:20.397--ClientSession(1625094636)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:20.399--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1675326525
[EL Finer]: transaction: 2024.04.30 10:50:20.399--ClientSession(1675326525)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1231875515
[EL Finest]: query: 2024.04.30 10:50:20.399--UnitOfWork(1231875515)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT (ITEM_INTEGER1 + ?) FROM GENERICENTITY WHERE ((ITEM_INTEGER1 + ?) > ?)")
[EL Finest]: connection: 2024.04.30 10:50:20.399--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.399--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--SELECT (ITEM_INTEGER1 + ?) FROM GENERICENTITY WHERE ((ITEM_INTEGER1 + ?) > ?)
	bind => [2, 2, 1]
[EL Finest]: connection: 2024.04.30 10:50:20.401--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:50:20.401--UnitOfWork(1231875515)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:20.401--ClientSession(1675326525)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:20.402--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 622955085
[EL Finer]: transaction: 2024.04.30 10:50:20.402--ClientSession(622955085)--Thread(Thread[#1,main,5,main])--acquire unit of work: 200452658
[EL Finest]: query: 2024.04.30 10:50:20.402--UnitOfWork(200452658)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT (? + ?) FROM GENERICENTITY WHERE ((? + ?) > ?)")
[EL Finest]: connection: 2024.04.30 10:50:20.402--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.402--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--SELECT (? + ?) FROM GENERICENTITY WHERE ((? + ?) > ?)
	bind => [2, 2, 2, 2, 1]
[EL Finest]: connection: 2024.04.30 10:50:20.404--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2024.04.30 10:50:20.404--UnitOfWork(200452658)--Thread(Thread[#1,main,5,main])--Local Exception Stack: 
Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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 ((? + ?) > ?)
	bind => [2, 2, 2, 2, 1]
Query: ReportQuery(referenceClass=GenericEntity sql="SELECT (? + ?) FROM GENERICENTITY WHERE ((? + ?) > ?)")
	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:346)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:702)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:569)
	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2046)
	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:282)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:268)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:354)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:794)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2836)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllReportQueryRows(ExpressionQueryMechanism.java:2772)
	at org.eclipse.persistence.queries.ReportQuery.executeDatabaseQuery(ReportQuery.java:936)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:480)
	at org.eclipse.persistence.jpa.test.property.TestParameterBinding.testNUMERICALEXPRESSION_ForceBindJPQLParameters(TestParameterBinding.java:449)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.sql.SQLSyntaxErrorException: It is not allowed for both operands of '+' to be ? parameters.
	at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:94)
	at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:325)
	at org.apache.derby.client.am.ClientConnection.prepareStatement(ClientConnection.java:448)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1751)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1698)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:766)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:630)
	... 48 more
Caused by: ERROR 42X35: It is not allowed for both operands of '+' to be ? parameters.
	at org.apache.derby.client.am.ClientStatement.completeSqlca(ClientStatement.java:2116)
	at org.apache.derby.client.net.NetStatementReply.parsePrepareError(NetStatementReply.java:579)
	at org.apache.derby.client.net.NetStatementReply.parsePRPSQLSTTreply(NetStatementReply.java:145)
	at org.apache.derby.client.net.NetStatementReply.readPrepareDescribeOutput(NetStatementReply.java:54)
	at org.apache.derby.client.net.StatementReply.readPrepareDescribeOutput(StatementReply.java:41)
	at org.apache.derby.client.net.NetStatement.readPrepareDescribeOutput_(NetStatement.java:156)
	at org.apache.derby.client.am.ClientStatement.readPrepareDescribeOutput(ClientStatement.java:1702)
	at org.apache.derby.client.am.ClientPreparedStatement.readPrepareDescribeInputOutput(ClientPreparedStatement.java:1914)
	at org.apache.derby.client.am.ClientPreparedStatement.flowPrepareDescribeInputOutput(ClientPreparedStatement.java:1977)
	at org.apache.derby.client.am.ClientPreparedStatement.prepare(ClientPreparedStatement.java:315)
	at org.apache.derby.client.am.ClientConnection.prepareStatementX(ClientConnection.java:1956)
	at org.apache.derby.client.am.ClientConnection.prepareStatement(ClientConnection.java:435)
	... 52 more

[EL Finer]: transaction: 2024.04.30 10:50:20.405--UnitOfWork(200452658)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:20.405--ClientSession(622955085)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:20.406--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 46727015
[EL Finer]: transaction: 2024.04.30 10:50:20.406--ClientSession(46727015)--Thread(Thread[#1,main,5,main])--acquire unit of work: 561200318
[EL Finest]: query: 2024.04.30 10:50:20.407--UnitOfWork(561200318)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT (ITEM_INTEGER1 + ?) FROM GENERICENTITY WHERE (ABS((ITEM_INTEGER1 + ?)) > ?)")
[EL Finest]: connection: 2024.04.30 10:50:20.407--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.407--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--SELECT (ITEM_INTEGER1 + ?) FROM GENERICENTITY WHERE (ABS((ITEM_INTEGER1 + ?)) > ?)
	bind => [4, 4, 1]
[EL Finest]: connection: 2024.04.30 10:50:20.409--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:50:20.409--UnitOfWork(561200318)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:20.409--ClientSession(46727015)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:20.410--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1950069658
[EL Finer]: transaction: 2024.04.30 10:50:20.410--ClientSession(1950069658)--Thread(Thread[#1,main,5,main])--acquire unit of work: 769896530
[EL Finest]: query: 2024.04.30 10:50:20.410--UnitOfWork(769896530)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 1 FROM GENERICENTITY WHERE (TRIM(ITEM_STRING1) = TRIM(SUBSTR(?, ?, ?)))")
[EL Finest]: connection: 2024.04.30 10:50:20.410--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.410--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM GENERICENTITY WHERE (TRIM(ITEM_STRING1) = TRIM(SUBSTR(?, ?, ?)))
	bind => [HELLO WORLD, 1, 5]
[EL Finest]: connection: 2024.04.30 10:50:20.413--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:50:20.413--UnitOfWork(769896530)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:20.413--ClientSession(1950069658)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:20.414--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1256142210
[EL Finer]: transaction: 2024.04.30 10:50:20.414--ClientSession(1256142210)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1474607212
[EL Finest]: query: 2024.04.30 10:50:20.414--UnitOfWork(1474607212)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 1 FROM GENERICENTITY WHERE (TRIM(ITEM_STRING1) = TRIM(SUBSTR(?, ?, ?)))")
[EL Finest]: connection: 2024.04.30 10:50:20.414--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.414--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM GENERICENTITY WHERE (TRIM(ITEM_STRING1) = TRIM(SUBSTR(?, ?, ?)))
	bind => [HELLO WORLD, 1, 5]
[EL Finest]: connection: 2024.04.30 10:50:20.415--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:50:20.415--UnitOfWork(1474607212)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:20.415--ClientSession(1256142210)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:20.415--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1871079355
[EL Finer]: transaction: 2024.04.30 10:50:20.415--ClientSession(1871079355)--Thread(Thread[#1,main,5,main])--acquire unit of work: 269287960
[EL Finest]: query: 2024.04.30 10:50:20.415--UnitOfWork(269287960)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 1 FROM GENERICENTITY WHERE (ITEM_STRING1 = SUBSTR(?, ?, ?))")
[EL Finest]: connection: 2024.04.30 10:50:20.415--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.415--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM GENERICENTITY WHERE (ITEM_STRING1 = SUBSTR(?, ?, ?))
	bind => [HELLO WORLD, 1, 5]
[EL Finest]: connection: 2024.04.30 10:50:20.418--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:50:20.418--UnitOfWork(269287960)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:20.418--ClientSession(1871079355)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:20.419--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 2101082331
[EL Finer]: transaction: 2024.04.30 10:50:20.419--ClientSession(2101082331)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1239935217
[EL Finest]: query: 2024.04.30 10:50:20.420--UnitOfWork(1239935217)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 1 FROM GENERICENTITY WHERE (SUBSTR(ITEM_STRING1, ?, ?) NOT IN (?, ?, ?, ?))")
[EL Finest]: connection: 2024.04.30 10:50:20.420--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.420--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM GENERICENTITY WHERE (SUBSTR(ITEM_STRING1, ?, ?) NOT IN (?, ?, ?, ?))
	bind => [1, 5, TEST1, TEST2, HELLO, TEST3]
[EL Finest]: connection: 2024.04.30 10:50:20.422--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:50:20.422--UnitOfWork(1239935217)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:20.422--ClientSession(2101082331)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:20.423--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 26428217
[EL Finer]: transaction: 2024.04.30 10:50:20.423--ClientSession(26428217)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1257319011
[EL Finest]: query: 2024.04.30 10:50:20.423--UnitOfWork(1257319011)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 2 FROM GENERICENTITY WHERE (? IN (?, ?, ?))")
[EL Finest]: connection: 2024.04.30 10:50:20.423--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.423--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--SELECT 2 FROM GENERICENTITY WHERE (? IN (?, ?, ?))
	bind => [4, 4, 5, 6]
[EL Finest]: connection: 2024.04.30 10:50:20.424--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2024.04.30 10:50:20.424--UnitOfWork(1257319011)--Thread(Thread[#1,main,5,main])--Local Exception Stack: 
Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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:346)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:702)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:569)
	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2046)
	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:282)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:268)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:354)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:794)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2836)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllReportQueryRows(ExpressionQueryMechanism.java:2772)
	at org.eclipse.persistence.queries.ReportQuery.executeDatabaseQuery(ReportQuery.java:936)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:480)
	at org.eclipse.persistence.jpa.test.property.TestParameterBinding.testIN_ForceBindJPQLParameters(TestParameterBinding.java:519)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
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(SQLExceptionFactory.java:94)
	at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:325)
	at org.apache.derby.client.am.ClientConnection.prepareStatement(ClientConnection.java:448)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1751)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1698)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:766)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:630)
	... 48 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(ClientStatement.java:2116)
	at org.apache.derby.client.net.NetStatementReply.parsePrepareError(NetStatementReply.java:579)
	at org.apache.derby.client.net.NetStatementReply.parsePRPSQLSTTreply(NetStatementReply.java:145)
	at org.apache.derby.client.net.NetStatementReply.readPrepareDescribeOutput(NetStatementReply.java:54)
	at org.apache.derby.client.net.StatementReply.readPrepareDescribeOutput(StatementReply.java:41)
	at org.apache.derby.client.net.NetStatement.readPrepareDescribeOutput_(NetStatement.java:156)
	at org.apache.derby.client.am.ClientStatement.readPrepareDescribeOutput(ClientStatement.java:1702)
	at org.apache.derby.client.am.ClientPreparedStatement.readPrepareDescribeInputOutput(ClientPreparedStatement.java:1914)
	at org.apache.derby.client.am.ClientPreparedStatement.flowPrepareDescribeInputOutput(ClientPreparedStatement.java:1977)
	at org.apache.derby.client.am.ClientPreparedStatement.prepare(ClientPreparedStatement.java:315)
	at org.apache.derby.client.am.ClientConnection.prepareStatementX(ClientConnection.java:1956)
	at org.apache.derby.client.am.ClientConnection.prepareStatement(ClientConnection.java:435)
	... 52 more

[EL Finer]: transaction: 2024.04.30 10:50:20.425--UnitOfWork(1257319011)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:20.425--ClientSession(26428217)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:20.426--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1826705682
[EL Finer]: transaction: 2024.04.30 10:50:20.426--ClientSession(1826705682)--Thread(Thread[#1,main,5,main])--acquire unit of work: 195359600
[EL Finest]: query: 2024.04.30 10:50:20.426--UnitOfWork(195359600)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 2 FROM GENERICENTITY WHERE (? IN (?, ?, ?))")
[EL Finest]: connection: 2024.04.30 10:50:20.426--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.426--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--SELECT 2 FROM GENERICENTITY WHERE (? IN (?, ?, ?))
	bind => [a, a, b, c]
[EL Fine]: sql: 2024.04.30 10:50:20.427--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Finest]: connection: 2024.04.30 10:50:20.428--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2024.04.30 10:50:20.428--UnitOfWork(195359600)--Thread(Thread[#1,main,5,main])--Local Exception Stack: 
Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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 => [a, a, b, c]
Query: ReportQuery(referenceClass=GenericEntity sql="SELECT 2 FROM GENERICENTITY WHERE (? IN (?, ?, ?))")
	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:346)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:702)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:569)
	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2046)
	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:282)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:268)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:354)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:794)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2836)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllReportQueryRows(ExpressionQueryMechanism.java:2772)
	at org.eclipse.persistence.queries.ReportQuery.executeDatabaseQuery(ReportQuery.java:936)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:480)
	at org.eclipse.persistence.jpa.test.property.TestParameterBinding.testIN_ForceBindJPQLParameters(TestParameterBinding.java:567)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
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(SQLExceptionFactory.java:94)
	at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:325)
	at org.apache.derby.client.am.ClientConnection.prepareStatement(ClientConnection.java:448)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1751)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1698)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:766)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:630)
	... 48 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(ClientStatement.java:2116)
	at org.apache.derby.client.net.NetStatementReply.parsePrepareError(NetStatementReply.java:579)
	at org.apache.derby.client.net.NetStatementReply.parsePRPSQLSTTreply(NetStatementReply.java:145)
	at org.apache.derby.client.net.NetStatementReply.readPrepareDescribeOutput(NetStatementReply.java:54)
	at org.apache.derby.client.net.StatementReply.readPrepareDescribeOutput(StatementReply.java:41)
	at org.apache.derby.client.net.NetStatement.readPrepareDescribeOutput_(NetStatement.java:156)
	at org.apache.derby.client.am.ClientStatement.readPrepareDescribeOutput(ClientStatement.java:1702)
	at org.apache.derby.client.am.ClientPreparedStatement.readPrepareDescribeInputOutput(ClientPreparedStatement.java:1914)
	at org.apache.derby.client.am.ClientPreparedStatement.flowPrepareDescribeInputOutput(ClientPreparedStatement.java:1977)
	at org.apache.derby.client.am.ClientPreparedStatement.prepare(ClientPreparedStatement.java:315)
	at org.apache.derby.client.am.ClientConnection.prepareStatementX(ClientConnection.java:1956)
	at org.apache.derby.client.am.ClientConnection.prepareStatement(ClientConnection.java:435)
	... 52 more

[EL Finer]: transaction: 2024.04.30 10:50:20.428--UnitOfWork(195359600)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:20.428--ClientSession(1826705682)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:20.429--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1848568533
[EL Finer]: transaction: 2024.04.30 10:50:20.429--ClientSession(1848568533)--Thread(Thread[#1,main,5,main])--acquire unit of work: 299004234
[EL Finest]: query: 2024.04.30 10:50:20.429--UnitOfWork(299004234)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 2 FROM GENERICENTITY WHERE (? IN (?, ?, ?))")
[EL Finest]: connection: 2024.04.30 10:50:20.429--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.429--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--SELECT 2 FROM GENERICENTITY WHERE (? IN (?, ?, ?))
	bind => [4, 5, 4, 6]
[EL Fine]: sql: 2024.04.30 10:50:20.430--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Finest]: connection: 2024.04.30 10:50:20.431--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2024.04.30 10:50:20.431--UnitOfWork(299004234)--Thread(Thread[#1,main,5,main])--Local Exception Stack: 
Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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, 5, 4, 6]
Query: ReportQuery(referenceClass=GenericEntity sql="SELECT 2 FROM GENERICENTITY WHERE (? IN (?, ?, ?))")
	at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:346)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:702)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:569)
	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2046)
	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:282)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:268)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:354)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:794)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2836)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllReportQueryRows(ExpressionQueryMechanism.java:2772)
	at org.eclipse.persistence.queries.ReportQuery.executeDatabaseQuery(ReportQuery.java:936)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:480)
	at org.eclipse.persistence.jpa.test.property.TestParameterBinding.testIN_ForceBindJPQLParameters(TestParameterBinding.java:615)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
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(SQLExceptionFactory.java:94)
	at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:325)
	at org.apache.derby.client.am.ClientConnection.prepareStatement(ClientConnection.java:448)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1751)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1698)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:766)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:630)
	... 48 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(ClientStatement.java:2116)
	at org.apache.derby.client.net.NetStatementReply.parsePrepareError(NetStatementReply.java:579)
	at org.apache.derby.client.net.NetStatementReply.parsePRPSQLSTTreply(NetStatementReply.java:145)
	at org.apache.derby.client.net.NetStatementReply.readPrepareDescribeOutput(NetStatementReply.java:54)
	at org.apache.derby.client.net.StatementReply.readPrepareDescribeOutput(StatementReply.java:41)
	at org.apache.derby.client.net.NetStatement.readPrepareDescribeOutput_(NetStatement.java:156)
	at org.apache.derby.client.am.ClientStatement.readPrepareDescribeOutput(ClientStatement.java:1702)
	at org.apache.derby.client.am.ClientPreparedStatement.readPrepareDescribeInputOutput(ClientPreparedStatement.java:1914)
	at org.apache.derby.client.am.ClientPreparedStatement.flowPrepareDescribeInputOutput(ClientPreparedStatement.java:1977)
	at org.apache.derby.client.am.ClientPreparedStatement.prepare(ClientPreparedStatement.java:315)
	at org.apache.derby.client.am.ClientConnection.prepareStatementX(ClientConnection.java:1956)
	at org.apache.derby.client.am.ClientConnection.prepareStatement(ClientConnection.java:435)
	... 52 more

[EL Finer]: transaction: 2024.04.30 10:50:20.431--UnitOfWork(299004234)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:20.431--ClientSession(1848568533)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:20.432--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 181022659
[EL Finer]: transaction: 2024.04.30 10:50:20.432--ClientSession(181022659)--Thread(Thread[#1,main,5,main])--acquire unit of work: 920603686
[EL Finest]: query: 2024.04.30 10:50:20.432--UnitOfWork(920603686)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 2 FROM GENERICENTITY WHERE (ITEM_STRING1 IN (?, ?, ?))")
[EL Finest]: connection: 2024.04.30 10:50:20.432--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.432--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--SELECT 2 FROM GENERICENTITY WHERE (ITEM_STRING1 IN (?, ?, ?))
	bind => [a, b, c]
[EL Finest]: connection: 2024.04.30 10:50:20.435--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:50:20.435--UnitOfWork(920603686)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:20.435--ClientSession(181022659)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:20.436--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1090191122
[EL Finer]: transaction: 2024.04.30 10:50:20.436--ClientSession(1090191122)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1934605027
[EL Finest]: query: 2024.04.30 10:50:20.436--UnitOfWork(1934605027)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 1 FROM GENERICENTITY WHERE (ABS(COALESCE(ITEM_INTEGER1, ?)) >= ?)")
[EL Finest]: connection: 2024.04.30 10:50:20.436--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.437--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM GENERICENTITY WHERE (ABS(COALESCE(ITEM_INTEGER1, ?)) >= ?)
	bind => [0, 99]
[EL Finest]: connection: 2024.04.30 10:50:20.439--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:50:20.439--UnitOfWork(1934605027)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:20.439--ClientSession(1090191122)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:20.440--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1806062974
[EL Finer]: transaction: 2024.04.30 10:50:20.440--ClientSession(1806062974)--Thread(Thread[#1,main,5,main])--acquire unit of work: 521611410
[EL Finest]: query: 2024.04.30 10:50:20.440--UnitOfWork(521611410)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 1 FROM GENERICENTITY WHERE (ABS(COALESCE(ITEM_INTEGER1, ?)) >= ?)")
[EL Finest]: connection: 2024.04.30 10:50:20.440--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.440--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM GENERICENTITY WHERE (ABS(COALESCE(ITEM_INTEGER1, ?)) >= ?)
	bind => [0, 99]
[EL Finest]: connection: 2024.04.30 10:50:20.441--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:50:20.441--UnitOfWork(521611410)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:20.441--ClientSession(1806062974)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:20.442--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1590842898
[EL Finer]: transaction: 2024.04.30 10:50:20.442--ClientSession(1590842898)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1159206653
[EL Finest]: query: 2024.04.30 10:50:20.442--UnitOfWork(1159206653)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 1 FROM GENERICENTITY WHERE (ABS(COALESCE(?, ?)) >= ?)")
[EL Finest]: connection: 2024.04.30 10:50:20.442--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.442--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM GENERICENTITY WHERE (ABS(COALESCE(?, ?)) >= ?)
	bind => [1, 20, 300]
[EL Finest]: connection: 2024.04.30 10:50:20.444--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2024.04.30 10:50:20.444--UnitOfWork(1159206653)--Thread(Thread[#1,main,5,main])--Local Exception Stack: 
Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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:346)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:702)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:569)
	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2046)
	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:282)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:268)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:354)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:794)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2836)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllReportQueryRows(ExpressionQueryMechanism.java:2772)
	at org.eclipse.persistence.queries.ReportQuery.executeDatabaseQuery(ReportQuery.java:936)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:480)
	at org.eclipse.persistence.jpa.test.property.TestParameterBinding.testCOALESCE_ForceBindJPQLParameters(TestParameterBinding.java:128)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
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(SQLExceptionFactory.java:94)
	at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:325)
	at org.apache.derby.client.am.ClientConnection.prepareStatement(ClientConnection.java:448)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1751)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1698)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:766)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:630)
	... 48 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(ClientStatement.java:2116)
	at org.apache.derby.client.net.NetStatementReply.parsePrepareError(NetStatementReply.java:579)
	at org.apache.derby.client.net.NetStatementReply.parsePRPSQLSTTreply(NetStatementReply.java:145)
	at org.apache.derby.client.net.NetStatementReply.readPrepareDescribeOutput(NetStatementReply.java:54)
	at org.apache.derby.client.net.StatementReply.readPrepareDescribeOutput(StatementReply.java:41)
	at org.apache.derby.client.net.NetStatement.readPrepareDescribeOutput_(NetStatement.java:156)
	at org.apache.derby.client.am.ClientStatement.readPrepareDescribeOutput(ClientStatement.java:1702)
	at org.apache.derby.client.am.ClientPreparedStatement.readPrepareDescribeInputOutput(ClientPreparedStatement.java:1914)
	at org.apache.derby.client.am.ClientPreparedStatement.flowPrepareDescribeInputOutput(ClientPreparedStatement.java:1977)
	at org.apache.derby.client.am.ClientPreparedStatement.prepare(ClientPreparedStatement.java:315)
	at org.apache.derby.client.am.ClientConnection.prepareStatementX(ClientConnection.java:1956)
	at org.apache.derby.client.am.ClientConnection.prepareStatement(ClientConnection.java:435)
	... 52 more

[EL Finer]: transaction: 2024.04.30 10:50:20.445--UnitOfWork(1159206653)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:20.445--ClientSession(1590842898)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:20.446--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 591902639
[EL Finer]: transaction: 2024.04.30 10:50:20.446--ClientSession(591902639)--Thread(Thread[#1,main,5,main])--acquire unit of work: 677705863
[EL Finest]: query: 2024.04.30 10:50:20.446--UnitOfWork(677705863)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 1 FROM GENERICENTITY WHERE ? LIKE ? ESCAPE ?")
[EL Finest]: connection: 2024.04.30 10:50:20.446--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.446--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM GENERICENTITY WHERE ? LIKE ? ESCAPE ?
	bind => [HELLO_WORLD, HELLO%, _]
[EL Finest]: connection: 2024.04.30 10:50:20.449--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:50:20.449--UnitOfWork(677705863)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:20.449--ClientSession(591902639)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:20.450--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 800097023
[EL Finer]: transaction: 2024.04.30 10:50:20.450--ClientSession(800097023)--Thread(Thread[#1,main,5,main])--acquire unit of work: 1514969303
[EL Finest]: query: 2024.04.30 10:50:20.450--UnitOfWork(1514969303)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=GenericEntity sql="SELECT 1 FROM GENERICENTITY WHERE ITEM_STRING1 LIKE ?")
[EL Finest]: connection: 2024.04.30 10:50:20.450--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.450--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM GENERICENTITY WHERE ITEM_STRING1 LIKE ?
	bind => [HELLO%]
[EL Finest]: connection: 2024.04.30 10:50:20.453--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:50:20.453--UnitOfWork(1514969303)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:20.453--ClientSession(800097023)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:20.456--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 51362851
[EL Finer]: transaction: 2024.04.30 10:50:20.456--ClientSession(51362851)--Thread(Thread[#1,main,5,main])--acquire unit of work: 762629053
[EL Finest]: query: 2024.04.30 10:50:20.456--UnitOfWork(762629053)--Thread(Thread[#1,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: 2024.04.30 10:50:20.456--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.456--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,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: 2024.04.30 10:50:20.459--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:50:20.459--UnitOfWork(762629053)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:20.459--ClientSession(51362851)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:20.460--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1694355353
[EL Finer]: transaction: 2024.04.30 10:50:20.460--ClientSession(1694355353)--Thread(Thread[#1,main,5,main])--acquire unit of work: 166788150
[EL Finest]: query: 2024.04.30 10:50:20.460--UnitOfWork(166788150)--Thread(Thread[#1,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: 2024.04.30 10:50:20.461--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.461--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,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: 2024.04.30 10:50:20.461--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:50:20.461--UnitOfWork(166788150)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:20.461--ClientSession(1694355353)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:20.463--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1717104778
[EL Finer]: transaction: 2024.04.30 10:50:20.463--ClientSession(1717104778)--Thread(Thread[#1,main,5,main])--acquire unit of work: 935522484
[EL Finest]: query: 2024.04.30 10:50:20.463--UnitOfWork(935522484)--Thread(Thread[#1,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: 2024.04.30 10:50:20.463--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.463--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--SELECT 2 FROM GENERICENTITY WHERE ((ITEM_STRING1 = TRIM(VARCHAR(? || ?))) AND (ITEM_STRING1 = TRIM(VARCHAR(? || ?))))
	bind => [1, -, 99, -]
[EL Finest]: connection: 2024.04.30 10:50:20.464--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2024.04.30 10:50:20.464--UnitOfWork(935522484)--Thread(Thread[#1,main,5,main])--Local Exception Stack: 
Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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, -, 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:346)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:702)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:569)
	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2046)
	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:282)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:268)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:354)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:794)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2836)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllReportQueryRows(ExpressionQueryMechanism.java:2772)
	at org.eclipse.persistence.queries.ReportQuery.executeDatabaseQuery(ReportQuery.java:936)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:480)
	at org.eclipse.persistence.jpa.test.property.TestParameterBinding.testCONCAT_ForceBindJPQLParameters(TestParameterBinding.java:259)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.sql.SQLSyntaxErrorException: It is not allowed for both operands of '||' to be ? parameters.
	at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:94)
	at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:325)
	at org.apache.derby.client.am.ClientConnection.prepareStatement(ClientConnection.java:448)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1751)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1698)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:766)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:630)
	... 48 more
Caused by: ERROR 42X35: It is not allowed for both operands of '||' to be ? parameters.
	at org.apache.derby.client.am.ClientStatement.completeSqlca(ClientStatement.java:2116)
	at org.apache.derby.client.net.NetStatementReply.parsePrepareError(NetStatementReply.java:579)
	at org.apache.derby.client.net.NetStatementReply.parsePRPSQLSTTreply(NetStatementReply.java:145)
	at org.apache.derby.client.net.NetStatementReply.readPrepareDescribeOutput(NetStatementReply.java:54)
	at org.apache.derby.client.net.StatementReply.readPrepareDescribeOutput(StatementReply.java:41)
	at org.apache.derby.client.net.NetStatement.readPrepareDescribeOutput_(NetStatement.java:156)
	at org.apache.derby.client.am.ClientStatement.readPrepareDescribeOutput(ClientStatement.java:1702)
	at org.apache.derby.client.am.ClientPreparedStatement.readPrepareDescribeInputOutput(ClientPreparedStatement.java:1914)
	at org.apache.derby.client.am.ClientPreparedStatement.flowPrepareDescribeInputOutput(ClientPreparedStatement.java:1977)
	at org.apache.derby.client.am.ClientPreparedStatement.prepare(ClientPreparedStatement.java:315)
	at org.apache.derby.client.am.ClientConnection.prepareStatementX(ClientConnection.java:1956)
	at org.apache.derby.client.am.ClientConnection.prepareStatement(ClientConnection.java:435)
	... 52 more

[EL Finer]: transaction: 2024.04.30 10:50:20.465--UnitOfWork(935522484)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:20.465--ClientSession(1717104778)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:20.466--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--client acquired: 1186361374
[EL Finer]: transaction: 2024.04.30 10:50:20.466--ClientSession(1186361374)--Thread(Thread[#1,main,5,main])--acquire unit of work: 57172873
[EL Finest]: query: 2024.04.30 10:50:20.466--UnitOfWork(57172873)--Thread(Thread[#1,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: 2024.04.30 10:50:20.466--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:20.466--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--SELECT 2 FROM GENERICENTITY WHERE ((ITEM_STRING1 = TRIM(VARCHAR(? || ?))) AND (ITEM_STRING1 = TRIM(VARCHAR(? || ?))))
	bind => [1, 1, 99, 99]
[EL Fine]: sql: 2024.04.30 10:50:20.468--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Finest]: connection: 2024.04.30 10:50:20.468--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2024.04.30 10:50:20.468--UnitOfWork(57172873)--Thread(Thread[#1,main,5,main])--Local Exception Stack: 
Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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:346)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:702)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:569)
	at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2046)
	at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:611)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:282)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:268)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:354)
	at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:794)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2836)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllReportQueryRows(ExpressionQueryMechanism.java:2772)
	at org.eclipse.persistence.queries.ReportQuery.executeDatabaseQuery(ReportQuery.java:936)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
	at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:480)
	at org.eclipse.persistence.jpa.test.property.TestParameterBinding.testCONCAT_ForceBindJPQLParameters(TestParameterBinding.java:308)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	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:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.sql.SQLSyntaxErrorException: It is not allowed for both operands of '||' to be ? parameters.
	at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(SQLExceptionFactory.java:94)
	at org.apache.derby.client.am.SqlException.getSQLException(SqlException.java:325)
	at org.apache.derby.client.am.ClientConnection.prepareStatement(ClientConnection.java:448)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1751)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1698)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:766)
	at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:630)
	... 48 more
Caused by: ERROR 42X35: It is not allowed for both operands of '||' to be ? parameters.
	at org.apache.derby.client.am.ClientStatement.completeSqlca(ClientStatement.java:2116)
	at org.apache.derby.client.net.NetStatementReply.parsePrepareError(NetStatementReply.java:579)
	at org.apache.derby.client.net.NetStatementReply.parsePRPSQLSTTreply(NetStatementReply.java:145)
	at org.apache.derby.client.net.NetStatementReply.readPrepareDescribeOutput(NetStatementReply.java:54)
	at org.apache.derby.client.net.StatementReply.readPrepareDescribeOutput(StatementReply.java:41)
	at org.apache.derby.client.net.NetStatement.readPrepareDescribeOutput_(NetStatement.java:156)
	at org.apache.derby.client.am.ClientStatement.readPrepareDescribeOutput(ClientStatement.java:1702)
	at org.apache.derby.client.am.ClientPreparedStatement.readPrepareDescribeInputOutput(ClientPreparedStatement.java:1914)
	at org.apache.derby.client.am.ClientPreparedStatement.flowPrepareDescribeInputOutput(ClientPreparedStatement.java:1977)
	at org.apache.derby.client.am.ClientPreparedStatement.prepare(ClientPreparedStatement.java:315)
	at org.apache.derby.client.am.ClientConnection.prepareStatementX(ClientConnection.java:1956)
	at org.apache.derby.client.am.ClientConnection.prepareStatement(ClientConnection.java:435)
	... 52 more

[EL Finer]: transaction: 2024.04.30 10:50:20.469--UnitOfWork(57172873)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:20.469--ClientSession(1186361374)--Thread(Thread[#1,main,5,main])--client released
[EL Finest]: jpa: 2024.04.30 10:50:20.469--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--Begin undeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF; state Deployed; factoryCount 1
[EL Fine]: connection: 2024.04.30 10:50:20.469--ServerSession(1538456363)--Connection(1028728402)--Thread(Thread[#1,main,5,main])--disconnect
[EL Finer]: cache: 2024.04.30 10:50:20.469--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--initialize identitymaps
[EL Fine]: connection: 2024.04.30 10:50:20.469--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_forceBindEMF logout successful
[EL Fine]: connection: 2024.04.30 10:50:20.469--ServerSession(1538456363)--Connection(1583992583)--Thread(Thread[#1,main,5,main])--disconnect
[EL Finest]: jpa: 2024.04.30 10:50:20.469--ServerSession(1538456363)--Thread(Thread[#1,main,5,main])--End undeploying Persistence Unit forceBindEMF; session /file:/home/jenkins/agent/workspace/eclipselink-cb-master/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.104 s -- in org.eclipse.persistence.jpa.test.property.TestParameterBinding
[INFO] Running org.eclipse.persistence.jpa.test.property.TestSQLCallDeferall
[EL Finer]: jpa: 2024.04.30 10:50:20.472--Thread(Thread[#1,main,5,main])--JavaSECMPInitializer - predeploying default-pu-name.
[EL Info]: 2024.04.30 10:50:20.477--ServerSession(594043354)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.eclipse.persistence.jpa.test.property.TestSQLCallDeferall
[INFO] Running org.eclipse.persistence.jpa.test.property.TestSQLCast
[EL Info]: 2024.04.30 10:50:20.535--ServerSession(555390535)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.persistence.jpa.test.property.TestSQLCast
[INFO] Running org.eclipse.persistence.jpa.test.query.model.TestQueryEqualTo
[EL Fine]: server: 2024.04.30 10:50:20.561--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:20.562--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:20.563--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01.
[EL Info]: 2024.04.30 10:50:20.564--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:20.566--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:20.566--ServerSession(583593544)--Connection(1567719193)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:20.567--ServerSession(583593544)--Connection(25630139)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:20.568--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful
[EL Fine]: sql: 2024.04.30 10:50:20.568--ServerSession(583593544)--Connection(25630139)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01
[EL Fine]: sql: 2024.04.30 10:50:20.569--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.570--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.570--ServerSession(583593544)--Connection(25630139)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01
[EL Fine]: sql: 2024.04.30 10:50:20.570--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.571--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.571--ServerSession(583593544)--Connection(25630139)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01
[EL Fine]: sql: 2024.04.30 10:50:20.571--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.572--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.572--ServerSession(583593544)--Connection(25630139)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01
[EL Fine]: sql: 2024.04.30 10:50:20.572--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.572--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.572--ServerSession(583593544)--Connection(25630139)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01
[EL Fine]: sql: 2024.04.30 10:50:20.573--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:20.573--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:20.573--ServerSession(583593544)--Connection(25630139)--Thread(Thread[#1,main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR))
[EL Fine]: sql: 2024.04.30 10:50:20.576--ClientSession(2041386868)--Connection(25630139)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [EqualTo_3, 17, null, B, C, D]
[EL Fine]: sql: 2024.04.30 10:50:20.578--ClientSession(2041386868)--Connection(25630139)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [EqualTo_4, 29, A, B, C, null]
[EL Fine]: sql: 2024.04.30 10:50:20.578--ClientSession(2041386868)--Connection(25630139)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [EqualTo_2, 83, A, B, C, null]
[EL Fine]: sql: 2024.04.30 10:50:20.578--ClientSession(2041386868)--Connection(25630139)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [EqualTo_1, 45, A, null, C, D]
[EL Fine]: sql: 2024.04.30 10:50:20.580--ServerSession(583593544)--Connection(25630139)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR FROM SIMPLE_TBL01 WHERE (KEY_CHAR <> ?)
	bind => [EqualTo_4]
[EL Fine]: sql: 2024.04.30 10:50:20.584--ServerSession(583593544)--Connection(25630139)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR FROM SIMPLE_TBL01 WHERE (KEY_CHAR <> ?)
	bind => [EqualTo_4]
[EL Fine]: sql: 2024.04.30 10:50:20.587--ServerSession(583593544)--Connection(25630139)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR FROM SIMPLE_TBL01 WHERE (KEY_CHAR = ?)
	bind => [EqualTo_1]
[EL Fine]: sql: 2024.04.30 10:50:20.590--ServerSession(583593544)--Connection(25630139)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR FROM SIMPLE_TBL01 WHERE (KEY_CHAR = ?)
	bind => [EqualTo_1]
[EL Fine]: sql: 2024.04.30 10:50:20.591--ServerSession(583593544)--Connection(25630139)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR FROM SIMPLE_TBL01 WHERE (KEY_CHAR <> ?)
	bind => [EqualTo_3]
[EL Fine]: sql: 2024.04.30 10:50:20.592--ServerSession(583593544)--Connection(25630139)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR FROM SIMPLE_TBL01 WHERE (KEY_CHAR <> ?)
	bind => [EqualTo_3]
[EL Fine]: sql: 2024.04.30 10:50:20.593--ServerSession(583593544)--Connection(25630139)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR FROM SIMPLE_TBL01 WHERE (KEY_CHAR = ?)
	bind => [EqualTo_2]
[EL Fine]: sql: 2024.04.30 10:50:20.594--ServerSession(583593544)--Connection(25630139)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR FROM SIMPLE_TBL01 WHERE (KEY_CHAR = ?)
	bind => [EqualTo_2]
[EL Fine]: connection: 2024.04.30 10:50:20.594--ServerSession(583593544)--Connection(25630139)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:20.595--ServerSession(583593544)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful
[EL Fine]: connection: 2024.04.30 10:50:20.595--ServerSession(583593544)--Connection(1567719193)--Thread(Thread[#1,main,5,main])--disconnect
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.persistence.jpa.test.query.model.TestQueryEqualTo
[INFO] Running org.eclipse.persistence.jpa.test.query.TestDateTimeFunctions
[EL Info]: 2024.04.30 10:50:20.603--ServerSession(654299840)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[WARNING] Tests run: 22, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.158 s -- in org.eclipse.persistence.jpa.test.query.TestDateTimeFunctions
[INFO] Running org.eclipse.persistence.jpa.test.query.TestMathFunctions
[EL Info]: 2024.04.30 10:50:20.761--ServerSession(62087921)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
RESULT LIST: 44.754238
RESULT LIST: -214.245732
[EL Warning]: 2024.04.30 10:50:20.899--UnitOfWork(355677068)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLDataException: The resulting value is outside the range for the data type DOUBLE.
Error Code: 30000
Call: SELECT LN(DOUBLEVALUE) FROM NUMBERENTITY WHERE (ID = ?)
	bind => [1 parameter bound]
Query: ReportQuery(referenceClass=NumberEntity sql="SELECT LN(DOUBLEVALUE) FROM NUMBERENTITY WHERE (ID = ?)")
RESULT LIST: 44.75424
RESULT LIST: -214.24573
[EL Warning]: 2024.04.30 10:50:20.952--UnitOfWork(1018125462)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLDataException: The resulting value is outside the range for the data type DOUBLE.
Error Code: 30000
Call: SELECT LN(DOUBLEVALUE) FROM NUMBERENTITY WHERE (ID = ?)
	bind => [1 parameter bound]
Query: ReportQuery(referenceClass=NumberEntity sql="SELECT LN(DOUBLEVALUE) FROM NUMBERENTITY WHERE (ID = ?)")
[EL Warning]: 2024.04.30 10:50:20.976--UnitOfWork(266374831)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLDataException: The resulting value is outside the range for the data type DOUBLE.
Error Code: 30000
Call: SELECT LN(DOUBLEVALUE) FROM NUMBERENTITY WHERE (ID = ?)
	bind => [1 parameter bound]
Query: ReportQuery(referenceClass=NumberEntity sql="SELECT LN(DOUBLEVALUE) FROM NUMBERENTITY WHERE (ID = ?)")
[WARNING] Tests run: 41, Failures: 0, Errors: 0, Skipped: 9, Time elapsed: 0.247 s -- in org.eclipse.persistence.jpa.test.query.TestMathFunctions
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryCase
[EL Fine]: server: 2024.04.30 10:50:21.007--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:21.008--ServerSession(1974690755)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:21.009--ServerSession(1974690755)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01.
[EL Info]: 2024.04.30 10:50:21.010--ServerSession(1974690755)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:21.012--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:21.012--ServerSession(1974690755)--Connection(628142870)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:21.014--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:21.014--ServerSession(1974690755)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful
[EL Fine]: sql: 2024.04.30 10:50:21.015--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01
[EL Fine]: sql: 2024.04.30 10:50:21.018--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR))
[EL Fine]: sql: 2024.04.30 10:50:21.020--ClientSession(1746150957)--Connection(1451757974)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key01, 1, A, B, C, D]
[EL Fine]: sql: 2024.04.30 10:50:21.023--ClientSession(1746150957)--Connection(1451757974)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key02, 2, A, B, C, D]
[EL Fine]: sql: 2024.04.30 10:50:21.024--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,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: 2024.04.30 10:50:21.027--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,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: 2024.04.30 10:50:21.031--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,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: 2024.04.30 10:50:21.033--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,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: 2024.04.30 10:50:21.038--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,main,5,main])--SELECT CASE ITEM_STRING2 WHEN 'A' THEN 42 WHEN 'B' THEN 100 ELSE 0 END FROM SIMPLE_TBL01
[EL Fine]: sql: 2024.04.30 10:50:21.040--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,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: 2024.04.30 10:50:21.044--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,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: 2024.04.30 10:50:21.045--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,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: 2024.04.30 10:50:21.046--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,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: 2024.04.30 10:50:21.048--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,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: 2024.04.30 10:50:21.051--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,main,5,main])--SELECT CASE ITEM_STRING2 WHEN 'A' THEN 42 WHEN 'B' THEN 100 ELSE 0 END FROM SIMPLE_TBL01
[EL Fine]: sql: 2024.04.30 10:50:21.053--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,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: 2024.04.30 10:50:21.056--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,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: 2024.04.30 10:50:21.058--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,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: 2024.04.30 10:50:21.059--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,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: 2024.04.30 10:50:21.060--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,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: 2024.04.30 10:50:21.062--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,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: 2024.04.30 10:50:21.067--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,main,5,main])--SELECT CASE ITEM_STRING2 WHEN 'A' THEN 42 WHEN 'B' THEN 100 ELSE 0 END FROM SIMPLE_TBL01
[EL Fine]: sql: 2024.04.30 10:50:21.068--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,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: 2024.04.30 10:50:21.069--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,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: 2024.04.30 10:50:21.070--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,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: 2024.04.30 10:50:21.072--ServerSession(1974690755)--Connection(1451757974)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:21.072--ServerSession(1974690755)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful
[EL Fine]: connection: 2024.04.30 10:50:21.072--ServerSession(1974690755)--Connection(628142870)--Thread(Thread[#1,main,5,main])--disconnect
[WARNING] Tests run: 21, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.063 s -- in org.eclipse.persistence.jpa.test.query.TestQueryCase
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryCoalesce
[EL Fine]: server: 2024.04.30 10:50:21.074--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:21.075--ServerSession(1994143461)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:21.076--ServerSession(1994143461)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01.
[EL Info]: 2024.04.30 10:50:21.078--ServerSession(1994143461)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:21.080--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:21.080--ServerSession(1994143461)--Connection(147550597)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:21.082--ServerSession(1994143461)--Connection(81445899)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:21.082--ServerSession(1994143461)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful
[EL Fine]: sql: 2024.04.30 10:50:21.083--ServerSession(1994143461)--Connection(81445899)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01
[EL Fine]: sql: 2024.04.30 10:50:21.085--ServerSession(1994143461)--Connection(81445899)--Thread(Thread[#1,main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR))
[EL Fine]: sql: 2024.04.30 10:50:21.087--ClientSession(632583498)--Connection(81445899)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key04, 4, A, B, C, null]
[EL Fine]: sql: 2024.04.30 10:50:21.090--ClientSession(632583498)--Connection(81445899)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key03, 3, A, null, C, D]
[EL Fine]: sql: 2024.04.30 10:50:21.091--ServerSession(1994143461)--Connection(81445899)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = COALESCE(ITEM_STRING1, ?))
	bind => [Sample]
[EL Fine]: sql: 2024.04.30 10:50:21.094--ServerSession(1994143461)--Connection(81445899)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(ITEM_STRING2, ?) FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC
	bind => [Sample]
[EL Fine]: sql: 2024.04.30 10:50:21.097--ServerSession(1994143461)--Connection(81445899)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = COALESCE(ITEM_STRING1, ?))
	bind => [Sample]
[EL Fine]: sql: 2024.04.30 10:50:21.097--ServerSession(1994143461)--Connection(81445899)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(ITEM_STRING2, ?) FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC
	bind => [Sample]
[EL Fine]: sql: 2024.04.30 10:50:21.099--ServerSession(1994143461)--Connection(81445899)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = COALESCE(ITEM_STRING1, ?))
	bind => [Sample]
[EL Fine]: sql: 2024.04.30 10:50:21.100--ServerSession(1994143461)--Connection(81445899)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(ITEM_STRING2, ?) FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC
	bind => [Sample]
[EL Fine]: sql: 2024.04.30 10:50:21.101--ServerSession(1994143461)--Connection(81445899)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = COALESCE(ITEM_STRING1, ?))
	bind => [Sample]
[EL Fine]: sql: 2024.04.30 10:50:21.101--ServerSession(1994143461)--Connection(81445899)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(ITEM_STRING2, ?) FROM SIMPLE_TBL01 ORDER BY ITEM_INTEGER1 ASC
	bind => [Sample]
[EL Fine]: connection: 2024.04.30 10:50:21.102--ServerSession(1994143461)--Connection(81445899)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:21.102--ServerSession(1994143461)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful
[EL Fine]: connection: 2024.04.30 10:50:21.102--ServerSession(1994143461)--Connection(147550597)--Thread(Thread[#1,main,5,main])--disconnect
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.eclipse.persistence.jpa.test.query.TestQueryCoalesce
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryHaving
[EL Fine]: server: 2024.04.30 10:50:21.104--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:21.105--ServerSession(639224694)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:21.105--ServerSession(639224694)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01.
[EL Info]: 2024.04.30 10:50:21.107--ServerSession(639224694)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:21.109--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:21.109--ServerSession(639224694)--Connection(1563000141)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:21.111--ServerSession(639224694)--Connection(500449929)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:21.112--ServerSession(639224694)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful
[EL Fine]: sql: 2024.04.30 10:50:21.112--ServerSession(639224694)--Connection(500449929)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01
[EL Fine]: sql: 2024.04.30 10:50:21.114--ServerSession(639224694)--Connection(500449929)--Thread(Thread[#1,main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR))
[EL Fine]: sql: 2024.04.30 10:50:21.117--ClientSession(894780981)--Connection(500449929)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key10, 3, A, null, C, D]
[EL Fine]: sql: 2024.04.30 10:50:21.120--ClientSession(894780981)--Connection(500449929)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key12, 3, null, B, C, D]
[EL Fine]: sql: 2024.04.30 10:50:21.120--ClientSession(894780981)--Connection(500449929)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key11, 4, A, B, C, null]
[EL Fine]: sql: 2024.04.30 10:50:21.120--ClientSession(894780981)--Connection(500449929)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key13, 4, A, B, C, null]
[EL Fine]: sql: 2024.04.30 10:50:21.122--ServerSession(639224694)--Connection(500449929)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 GROUP BY ITEM_STRING1 HAVING (COUNT(ITEM_STRING1) > ?)
	bind => [2]
[EL Fine]: sql: 2024.04.30 10:50:21.126--ServerSession(639224694)--Connection(500449929)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 GROUP BY ITEM_STRING1 HAVING (COUNT(ITEM_STRING1) > ?)
	bind => [2]
[EL Fine]: sql: 2024.04.30 10:50:21.127--ServerSession(639224694)--Connection(500449929)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 GROUP BY ITEM_STRING1 HAVING (COUNT(ITEM_STRING1) > ?)
	bind => [2]
[EL Fine]: sql: 2024.04.30 10:50:21.128--ServerSession(639224694)--Connection(500449929)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 GROUP BY ITEM_STRING1 HAVING (COUNT(ITEM_STRING1) > ?)
	bind => [2]
[EL Fine]: connection: 2024.04.30 10:50:21.129--ServerSession(639224694)--Connection(500449929)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:21.129--ServerSession(639224694)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful
[EL Fine]: connection: 2024.04.30 10:50:21.129--ServerSession(639224694)--Connection(1563000141)--Thread(Thread[#1,main,5,main])--disconnect
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.persistence.jpa.test.query.TestQueryHaving
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryHints
[EL Info]: 2024.04.30 10:50:21.138--ServerSession(1126853225)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.eclipse.persistence.jpa.test.query.TestQueryHints
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryIN
[EL Fine]: server: 2024.04.30 10:50:21.225--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:21.226--ServerSession(1956095316)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:21.227--ServerSession(1956095316)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01.
[EL Info]: 2024.04.30 10:50:21.229--ServerSession(1956095316)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:21.230--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:21.231--ServerSession(1956095316)--Connection(694103323)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:21.232--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:21.232--ServerSession(1956095316)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful
[EL Fine]: sql: 2024.04.30 10:50:21.233--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01
[EL Fine]: sql: 2024.04.30 10:50:21.235--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR))
[EL Fine]: sql: 2024.04.30 10:50:21.238--ClientSession(1235247239)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key05, 1, ONE, TWO, THREE, FIVE]
[EL Fine]: sql: 2024.04.30 10:50:21.240--ClientSession(1235247239)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key06, 2, SIX, SEVEN, EIGHT, NINE]
[EL Fine]: sql: 2024.04.30 10:50:21.242--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = ?))
	bind => [SEVEN]
[EL Fine]: sql: 2024.04.30 10:50:21.245--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = ?))
	bind => [SEVEN]
[EL Fine]: sql: 2024.04.30 10:50:21.247--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 IN (?, ?, ?)))
	bind => [TEN, SEVEN, ELEVEN]
[EL Fine]: sql: 2024.04.30 10:50:21.250--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 IN (?, ?, ?)))
	bind => [TEN, SEVEN, ELEVEN]
[EL Fine]: sql: 2024.04.30 10:50:21.252--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = ?))
	bind => [SEVEN]
[EL Fine]: sql: 2024.04.30 10:50:21.254--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 IN (?, ?, ?)))
	bind => [TEN, SEVEN, ELEVEN]
[EL Fine]: sql: 2024.04.30 10:50:21.255--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?))
	bind => [HELLO, ONE, WORLD, PEOPLE]
[EL Fine]: sql: 2024.04.30 10:50:21.258--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?))
	bind => [HELLO, ONE, WORLD, PEOPLE]
[EL Fine]: sql: 2024.04.30 10:50:21.258--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?,?,?,?))
	bind => [HELLO, ONE, WORLD, PEOPLE]
[EL Fine]: sql: 2024.04.30 10:50:21.261--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?))
	bind => [HELLO, ONE, WORLD, PEOPLE]
[EL Fine]: sql: 2024.04.30 10:50:21.262--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?))
	bind => [HELLO, ONE, WORLD, PEOPLE]
[EL Fine]: sql: 2024.04.30 10:50:21.262--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?))
	bind => [HELLO, ONE, WORLD, PEOPLE]
[EL Fine]: sql: 2024.04.30 10:50:21.263--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?))
	bind => [HELLO, ONE, WORLD, PEOPLE]
[EL Fine]: sql: 2024.04.30 10:50:21.265--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?, ?, ?, ?))
	bind => [HELLO, ONE, WORLD, PEOPLE]
[EL Fine]: sql: 2024.04.30 10:50:21.266--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--SELECT KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4 FROM SIMPLE_TBL01 WHERE (ITEM_STRING1 IN (?,?,?,?))
	bind => [HELLO, ONE, WORLD, PEOPLE]
[EL Fine]: sql: 2024.04.30 10:50:21.267--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = ?))
	bind => [SEVEN]
[EL Fine]: sql: 2024.04.30 10:50:21.268--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = ?))
	bind => [SEVEN]
[EL Fine]: sql: 2024.04.30 10:50:21.269--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t0.ITEM_STRING2 IN (?, ?, ?)))
	bind => [TEN, SEVEN, ELEVEN]
[EL Fine]: sql: 2024.04.30 10:50:21.272--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 IN (?, ?, ?)))
	bind => [TEN, SEVEN, ELEVEN]
[EL Fine]: sql: 2024.04.30 10:50:21.274--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = ?))
	bind => [SEVEN]
[EL Fine]: sql: 2024.04.30 10:50:21.276--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 IN (?, ?, ?)))
	bind => [TEN, SEVEN, ELEVEN]
[EL Fine]: connection: 2024.04.30 10:50:21.277--ServerSession(1956095316)--Connection(1694587465)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:21.277--ServerSession(1956095316)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful
[EL Fine]: connection: 2024.04.30 10:50:21.277--ServerSession(1956095316)--Connection(694103323)--Thread(Thread[#1,main,5,main])--disconnect
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s -- in org.eclipse.persistence.jpa.test.query.TestQueryIN
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryIsNull
[EL Fine]: server: 2024.04.30 10:50:21.278--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:21.280--ServerSession(1799049015)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:21.280--ServerSession(1799049015)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01.
[EL Info]: 2024.04.30 10:50:21.282--ServerSession(1799049015)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:21.284--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:21.284--ServerSession(1799049015)--Connection(1911725457)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:21.285--ServerSession(1799049015)--Connection(1631826609)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:21.286--ServerSession(1799049015)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful
[EL Fine]: sql: 2024.04.30 10:50:21.286--ServerSession(1799049015)--Connection(1631826609)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01
[EL Fine]: sql: 2024.04.30 10:50:21.289--ServerSession(1799049015)--Connection(1631826609)--Thread(Thread[#1,main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR))
[EL Fine]: sql: 2024.04.30 10:50:21.291--ClientSession(1166259735)--Connection(1631826609)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key53, 4, A, B, C, null]
[EL Fine]: sql: 2024.04.30 10:50:21.293--ClientSession(1166259735)--Connection(1631826609)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key51, 4, A, B, C, null]
[EL Fine]: sql: 2024.04.30 10:50:21.294--ClientSession(1166259735)--Connection(1631826609)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key50, 3, A, null, C, D]
[EL Fine]: sql: 2024.04.30 10:50:21.294--ClientSession(1166259735)--Connection(1631826609)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key52, 3, null, B, C, D]
[EL Fine]: sql: 2024.04.30 10:50:21.296--ServerSession(1799049015)--Connection(1631826609)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NULL)
[EL Fine]: sql: 2024.04.30 10:50:21.298--ServerSession(1799049015)--Connection(1631826609)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NULL)
[EL Fine]: sql: 2024.04.30 10:50:21.299--ServerSession(1799049015)--Connection(1631826609)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NULL)
[EL Fine]: sql: 2024.04.30 10:50:21.301--ServerSession(1799049015)--Connection(1631826609)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NOT NULL)
[EL Fine]: sql: 2024.04.30 10:50:21.303--ServerSession(1799049015)--Connection(1631826609)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NOT NULL)
[EL Fine]: sql: 2024.04.30 10:50:21.304--ServerSession(1799049015)--Connection(1631826609)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NOT NULL)
[EL Fine]: sql: 2024.04.30 10:50:21.305--ServerSession(1799049015)--Connection(1631826609)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NOT NULL)
[EL Fine]: sql: 2024.04.30 10:50:21.305--ServerSession(1799049015)--Connection(1631826609)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NOT NULL)
[EL Fine]: sql: 2024.04.30 10:50:21.306--ServerSession(1799049015)--Connection(1631826609)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NOT NULL)
[EL Fine]: sql: 2024.04.30 10:50:21.307--ServerSession(1799049015)--Connection(1631826609)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NULL)
[EL Fine]: sql: 2024.04.30 10:50:21.307--ServerSession(1799049015)--Connection(1631826609)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NULL)
[EL Fine]: sql: 2024.04.30 10:50:21.308--ServerSession(1799049015)--Connection(1631826609)--Thread(Thread[#1,main,5,main])--SELECT ITEM_STRING1 FROM SIMPLE_TBL01 WHERE ('HELLO' IS NULL)
[EL Fine]: connection: 2024.04.30 10:50:21.308--ServerSession(1799049015)--Connection(1631826609)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:21.308--ServerSession(1799049015)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful
[EL Fine]: connection: 2024.04.30 10:50:21.308--ServerSession(1799049015)--Connection(1911725457)--Thread(Thread[#1,main,5,main])--disconnect
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.eclipse.persistence.jpa.test.query.TestQueryIsNull
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryOrderBy
[EL Fine]: server: 2024.04.30 10:50:21.312--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:21.312--ServerSession(547964633)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:21.313--ServerSession(547964633)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01.
[EL Info]: 2024.04.30 10:50:21.315--ServerSession(547964633)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:21.316--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:21.316--ServerSession(547964633)--Connection(525193238)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:21.318--ServerSession(547964633)--Connection(963585828)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:21.318--ServerSession(547964633)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_DefaultPersistenceUnit login successful
[EL Fine]: sql: 2024.04.30 10:50:21.319--ServerSession(547964633)--Connection(963585828)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01
[EL Fine]: sql: 2024.04.30 10:50:21.322--ServerSession(547964633)--Connection(963585828)--Thread(Thread[#1,main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR))
[EL Fine]: server: 2024.04.30 10:50:21.325--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:21.326--ServerSession(535517293)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:21.326--ServerSession(535517293)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01.
[EL Info]: 2024.04.30 10:50:21.328--ServerSession(535517293)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:21.330--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:21.330--ServerSession(535517293)--Connection(1735717476)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:21.332--ServerSession(535517293)--Connection(580515543)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:21.332--ServerSession(535517293)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_BindLiteralsPersistenceUnit login successful
[EL Fine]: sql: 2024.04.30 10:50:21.362--ClientSession(693317265)--Connection(963585828)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key14, 45, A, null, C, D]
[EL Fine]: sql: 2024.04.30 10:50:21.365--ClientSession(693317265)--Connection(963585828)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key16, 17, null, B, C, D]
[EL Fine]: sql: 2024.04.30 10:50:21.366--ClientSession(693317265)--Connection(963585828)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key15, 83, A, B, C, null]
[EL Fine]: sql: 2024.04.30 10:50:21.366--ClientSession(693317265)--Connection(963585828)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key17, 29, A, B, C, null]
[EL Fine]: sql: 2024.04.30 10:50:21.368--ServerSession(547964633)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY 1
[EL Fine]: sql: 2024.04.30 10:50:21.370--ServerSession(547964633)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY 1 ASC
[EL Fine]: sql: 2024.04.30 10:50:21.372--ServerSession(547964633)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 ORDER BY 1 ASC
[EL Fine]: sql: 2024.04.30 10:50:21.374--ServerSession(547964633)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = 'B') ORDER BY 1
[EL Fine]: sql: 2024.04.30 10:50:21.377--ServerSession(547964633)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = 'B') ORDER BY 1 ASC
[EL Fine]: sql: 2024.04.30 10:50:21.379--ServerSession(547964633)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = 'B') ORDER BY 1 ASC
[EL Fine]: sql: 2024.04.30 10:50:21.381--ServerSession(547964633)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = 'B') ORDER BY 1
[EL Fine]: sql: 2024.04.30 10:50:21.382--ServerSession(547964633)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = 'B') ORDER BY 1 ASC
[EL Fine]: sql: 2024.04.30 10:50:21.382--ServerSession(547964633)--Connection(963585828)--Thread(Thread[#1,main,5,main])--SELECT ITEM_INTEGER1 FROM SIMPLE_TBL01 WHERE (ITEM_STRING2 = 'B') ORDER BY 1 ASC
[EL Fine]: connection: 2024.04.30 10:50:21.383--ServerSession(547964633)--Connection(963585828)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:21.384--ServerSession(547964633)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_DefaultPersistenceUnit logout successful
[EL Fine]: connection: 2024.04.30 10:50:21.384--ServerSession(547964633)--Connection(525193238)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:21.384--ServerSession(535517293)--Connection(580515543)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:21.384--ServerSession(535517293)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_BindLiteralsPersistenceUnit logout successful
[EL Fine]: connection: 2024.04.30 10:50:21.384--ServerSession(535517293)--Connection(1735717476)--Thread(Thread[#1,main,5,main])--disconnect
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.persistence.jpa.test.query.TestQueryOrderBy
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryProperties
[EL Info]: 2024.04.30 10:50:21.391--ServerSession(859137638)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:50:21.406--ServerSession(52544167)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:50:21.419--ServerSession(1003412230)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.eclipse.persistence.jpa.test.query.TestQueryProperties
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxAggregateTests
[EL Fine]: server: 2024.04.30 10:50:21.433--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:21.434--ServerSession(798259)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:21.435--ServerSession(798259)--Thread(Thread[#1,main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2024.04.30 10:50:21.435--ServerSession(798259)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2024.04.30 10:50:21.435--ServerSession(798259)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2024.04.30 10:50:21.435--ServerSession(798259)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2024.04.30 10:50:21.435--ServerSession(798259)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:21.435--ServerSession(798259)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2024.04.30 10:50:21.435--ServerSession(798259)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2024.04.30 10:50:21.435--ServerSession(798259)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2024.04.30 10:50:21.435--ServerSession(798259)--Thread(Thread[#1,main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:21.435--ServerSession(798259)--Thread(Thread[#1,main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2024.04.30 10:50:21.437--ServerSession(798259)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:21.438--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:21.439--ServerSession(798259)--Connection(357532288)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:21.440--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:21.441--ServerSession(798259)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful
[EL Fine]: sql: 2024.04.30 10:50:21.441--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2024.04.30 10:50:21.443--ServerSession(798259)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:21.443--ServerSession(798259)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'COLTABLE1' because it 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: 2024.04.30 10:50:21.443--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.444--ServerSession(798259)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:21.444--ServerSession(798259)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'QUERYSYNTAXENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE QUERYSYNTAXENTITY
Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY")
[EL Fine]: sql: 2024.04.30 10:50:21.445--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2024.04.30 10:50:21.445--ServerSession(798259)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:21.445--ServerSession(798259)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COLTABLE1' because it does not exist.
Error Code: 30000
Call: DROP TABLE COLTABLE1
Query: DataModifyQuery(sql="DROP TABLE COLTABLE1")
[EL Fine]: sql: 2024.04.30 10:50:21.445--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.446--ServerSession(798259)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:21.446--ServerSession(798259)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'QUERYSYNTAXENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE QUERYSYNTAXENTITY
Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY")
[EL Fine]: sql: 2024.04.30 10:50:21.447--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2024.04.30 10:50:21.448--ServerSession(798259)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:21.448--ServerSession(798259)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COLTABLE1' because it does not exist.
Error Code: 30000
Call: DROP TABLE COLTABLE1
Query: DataModifyQuery(sql="DROP TABLE COLTABLE1")
[EL Fine]: sql: 2024.04.30 10:50:21.448--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.449--ServerSession(798259)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:21.449--ServerSession(798259)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'QUERYSYNTAXENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE QUERYSYNTAXENTITY
Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY")
[EL Fine]: sql: 2024.04.30 10:50:21.449--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2024.04.30 10:50:21.450--ServerSession(798259)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:21.450--ServerSession(798259)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COLTABLE1' because it does not exist.
Error Code: 30000
Call: DROP TABLE COLTABLE1
Query: DataModifyQuery(sql="DROP TABLE COLTABLE1")
[EL Fine]: sql: 2024.04.30 10:50:21.450--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.451--ServerSession(798259)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:21.451--ServerSession(798259)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'QUERYSYNTAXENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE QUERYSYNTAXENTITY
Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY")
[EL Fine]: sql: 2024.04.30 10:50:21.451--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2024.04.30 10:50:21.452--ServerSession(798259)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:21.452--ServerSession(798259)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COLTABLE1' because it does not exist.
Error Code: 30000
Call: DROP TABLE COLTABLE1
Query: DataModifyQuery(sql="DROP TABLE COLTABLE1")
[EL Fine]: sql: 2024.04.30 10:50:21.452--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.453--ServerSession(798259)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:21.453--ServerSession(798259)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'QUERYSYNTAXENTITY' because it does not exist.
Error Code: 30000
Call: DROP TABLE QUERYSYNTAXENTITY
Query: DataModifyQuery(sql="DROP TABLE QUERYSYNTAXENTITY")
[EL Fine]: sql: 2024.04.30 10:50:21.453--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2024.04.30 10:50:21.454--ServerSession(798259)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:21.454--ServerSession(798259)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COLTABLE1' because it does not exist.
Error Code: 30000
Call: DROP TABLE COLTABLE1
Query: DataModifyQuery(sql="DROP TABLE COLTABLE1")
[EL Fine]: sql: 2024.04.30 10:50:21.454--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:21.457--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT  /*  */ , COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2024.04.30 10:50:21.458--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2024.04.30 10:50:21.461--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:21.462--ServerSession(902556500)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:21.463--ServerSession(902556500)--Thread(Thread[#1,main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2024.04.30 10:50:21.463--ServerSession(902556500)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2024.04.30 10:50:21.463--ServerSession(902556500)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2024.04.30 10:50:21.463--ServerSession(902556500)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2024.04.30 10:50:21.463--ServerSession(902556500)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:21.463--ServerSession(902556500)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2024.04.30 10:50:21.463--ServerSession(902556500)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2024.04.30 10:50:21.463--ServerSession(902556500)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2024.04.30 10:50:21.464--ServerSession(902556500)--Thread(Thread[#1,main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:21.464--ServerSession(902556500)--Thread(Thread[#1,main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2024.04.30 10:50:21.465--ServerSession(902556500)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:21.467--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:21.467--ServerSession(902556500)--Connection(861500069)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:21.469--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:21.470--ServerSession(902556500)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful
[EL Fine]: sql: 2024.04.30 10:50:21.470--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2024.04.30 10:50:21.473--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.475--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2024.04.30 10:50:21.477--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:21.479--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT  /*  */ , COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2024.04.30 10:50:21.480--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2024.04.30 10:50:21.483--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:21.484--ServerSession(1952551539)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:21.485--ServerSession(1952551539)--Thread(Thread[#1,main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2024.04.30 10:50:21.485--ServerSession(1952551539)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2024.04.30 10:50:21.485--ServerSession(1952551539)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2024.04.30 10:50:21.485--ServerSession(1952551539)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2024.04.30 10:50:21.485--ServerSession(1952551539)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:21.485--ServerSession(1952551539)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2024.04.30 10:50:21.485--ServerSession(1952551539)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2024.04.30 10:50:21.485--ServerSession(1952551539)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2024.04.30 10:50:21.485--ServerSession(1952551539)--Thread(Thread[#1,main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:21.485--ServerSession(1952551539)--Thread(Thread[#1,main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2024.04.30 10:50:21.487--ServerSession(1952551539)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:21.489--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:21.489--ServerSession(1952551539)--Connection(852612805)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:21.490--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:21.491--ServerSession(1952551539)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful
[EL Fine]: sql: 2024.04.30 10:50:21.492--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2024.04.30 10:50:21.494--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.496--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2024.04.30 10:50:21.497--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:21.499--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT  /*  */ , COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2024.04.30 10:50:21.500--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: sql: 2024.04.30 10:50:21.504--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.508--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.509--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.510--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.511--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.512--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.513--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.517--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.518--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.518--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1))
	bind => [0.0]
[EL Fine]: sql: 2024.04.30 10:50:21.519--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1))
	bind => [0.0]
[EL Fine]: sql: 2024.04.30 10:50:21.520--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1))
	bind => [0.0]
[EL Fine]: sql: 2024.04.30 10:50:21.521--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.524--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.524--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.525--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.526--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.527--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.527--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.528--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.529--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.531--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.531--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.532--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.533--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?)
	bind => [WORLD]
[EL Fine]: sql: 2024.04.30 10:50:21.536--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?)
	bind => [WORLD]
[EL Fine]: sql: 2024.04.30 10:50:21.537--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?)
	bind => [WORLD]
[EL Fine]: sql: 2024.04.30 10:50:21.537--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?)
	bind => [WORLD]
[EL Fine]: sql: 2024.04.30 10:50:21.538--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.539--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.540--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.541--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1))
	bind => [0.0]
[EL Fine]: sql: 2024.04.30 10:50:21.541--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1))
	bind => [0.0]
[EL Fine]: sql: 2024.04.30 10:50:21.542--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(1))
	bind => [0.0]
[EL Fine]: sql: 2024.04.30 10:50:21.543--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0 < AVG(DISTINCT(1)))
[EL Fine]: sql: 2024.04.30 10:50:21.546--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0 < AVG(DISTINCT(1)))
[EL Fine]: sql: 2024.04.30 10:50:21.547--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0 < AVG(DISTINCT(1)))
[EL Fine]: sql: 2024.04.30 10:50:21.548--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.551--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.552--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.553--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.553--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.554--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.555--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.558--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.559--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.560--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.561--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.562--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (? < AVG(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.563--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.566--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.567--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.567--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.569--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.571--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.572--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.572--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.573--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.576--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.576--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.577--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.578--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.579--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.579--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.580--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.581--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT AVG(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.583--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT AVG(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.585--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.585--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.586--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.586--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.587--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.588--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.589--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.590--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.590--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.591--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (? < MIN(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.592--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.595--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.596--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.596--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.597--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.598--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.599--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.602--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.603--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.603--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.604--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.604--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.605--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.606--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.607--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.608--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.608--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.609--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (? < MAX(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.610--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.611--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.611--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.612--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.613--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.615--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.616--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.616--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.617--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?)
	bind => [WORLD]
[EL Fine]: sql: 2024.04.30 10:50:21.618--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?)
	bind => [WORLD]
[EL Fine]: sql: 2024.04.30 10:50:21.619--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?)
	bind => [WORLD]
[EL Fine]: sql: 2024.04.30 10:50:21.619--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = ?)
	bind => [WORLD]
[EL Fine]: sql: 2024.04.30 10:50:21.620--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(1))
[EL Fine]: sql: 2024.04.30 10:50:21.623--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(1))
[EL Fine]: sql: 2024.04.30 10:50:21.624--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(1))
[EL Fine]: sql: 2024.04.30 10:50:21.624--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(1))
[EL Fine]: sql: 2024.04.30 10:50:21.625--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(1))
[EL Fine]: sql: 2024.04.30 10:50:21.625--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(1))
[EL Fine]: sql: 2024.04.30 10:50:21.626--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.627--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.628--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.628--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.629--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.629--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.631--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (0 < SUM(1))
[EL Fine]: sql: 2024.04.30 10:50:21.633--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (0 < SUM(1))
[EL Fine]: sql: 2024.04.30 10:50:21.634--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (0 < SUM(1))
[EL Fine]: sql: 2024.04.30 10:50:21.635--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (0 < SUM(1))
[EL Fine]: sql: 2024.04.30 10:50:21.635--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (0 < SUM(1))
[EL Fine]: sql: 2024.04.30 10:50:21.636--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (0 < SUM(1))
[EL Fine]: sql: 2024.04.30 10:50:21.637--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.638--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.638--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.639--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MIN(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.640--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT AVG(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.640--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT AVG(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.641--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.642--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.643--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.643--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.644--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(DISTINCT(1)))
[EL Fine]: sql: 2024.04.30 10:50:21.647--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(DISTINCT(1)))
[EL Fine]: sql: 2024.04.30 10:50:21.647--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(DISTINCT(1)))
[EL Fine]: sql: 2024.04.30 10:50:21.648--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(DISTINCT(1)))
[EL Fine]: sql: 2024.04.30 10:50:21.648--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(DISTINCT(1)))
[EL Fine]: sql: 2024.04.30 10:50:21.649--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (0 < COUNT(DISTINCT(1)))
[EL Fine]: sql: 2024.04.30 10:50:21.650--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (0 < MAX(1))
[EL Fine]: sql: 2024.04.30 10:50:21.653--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (0 < MAX(1))
[EL Fine]: sql: 2024.04.30 10:50:21.653--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (0 < MAX(1))
[EL Fine]: sql: 2024.04.30 10:50:21.654--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (0 < MAX(1))
[EL Fine]: sql: 2024.04.30 10:50:21.654--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (0 < MAX(1))
[EL Fine]: sql: 2024.04.30 10:50:21.655--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT MAX(1) FROM QUERYSYNTAXENTITY HAVING (0 < MAX(1))
[EL Fine]: sql: 2024.04.30 10:50:21.656--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT AVG(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.657--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT AVG(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.658--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (0 < MIN(1))
[EL Fine]: sql: 2024.04.30 10:50:21.660--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (0 < MIN(1))
[EL Fine]: sql: 2024.04.30 10:50:21.661--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (0 < MIN(1))
[EL Fine]: sql: 2024.04.30 10:50:21.662--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (0 < MIN(1))
[EL Fine]: sql: 2024.04.30 10:50:21.662--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (0 < MIN(1))
[EL Fine]: sql: 2024.04.30 10:50:21.663--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT MIN(1) FROM QUERYSYNTAXENTITY HAVING (0 < MIN(1))
[EL Fine]: sql: 2024.04.30 10:50:21.664--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.664--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.665--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.665--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT COUNT(DISTINCT(1)) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.666--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = 'WORLD')
[EL Fine]: sql: 2024.04.30 10:50:21.669--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = 'WORLD')
[EL Fine]: sql: 2024.04.30 10:50:21.670--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = 'WORLD')
[EL Fine]: sql: 2024.04.30 10:50:21.670--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT DISTINCT 'HELLO' FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = 'WORLD')
[EL Fine]: sql: 2024.04.30 10:50:21.672--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.673--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.673--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.674--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (MAX(INTVAL1) > ?)
	bind => [8]
[EL Fine]: sql: 2024.04.30 10:50:21.675--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.678--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.679--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.680--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.680--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.681--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.682--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0 < AVG(1))
[EL Fine]: sql: 2024.04.30 10:50:21.685--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0 < AVG(1))
[EL Fine]: sql: 2024.04.30 10:50:21.685--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0 < AVG(1))
[EL Fine]: sql: 2024.04.30 10:50:21.686--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0.0 < AVG(1))
[EL Fine]: sql: 2024.04.30 10:50:21.688--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0.0 < AVG(1))
[EL Fine]: sql: 2024.04.30 10:50:21.689--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT AVG(1) FROM QUERYSYNTAXENTITY HAVING (0.0 < AVG(1))
[EL Fine]: sql: 2024.04.30 10:50:21.690--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.690--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.691--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.691--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.692--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.693--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.694--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.694--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.695--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.695--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY HAVING (? < SUM(1))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.696--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.697--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.697--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.698--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.698--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.699--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.699--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.700--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.700--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.701--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.701--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.702--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--SELECT SUM(1) FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.703--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.704--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.704--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.705--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.705--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1)))
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:21.706--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--SELECT COUNT(1) FROM QUERYSYNTAXENTITY HAVING (? < COUNT(DISTINCT(1)))
	bind => [0]
[EL Fine]: connection: 2024.04.30 10:50:21.706--ServerSession(902556500)--Connection(1503837905)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:21.707--ServerSession(902556500)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful
[EL Fine]: connection: 2024.04.30 10:50:21.707--ServerSession(902556500)--Connection(861500069)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:21.707--ServerSession(1952551539)--Connection(1247492326)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:21.707--ServerSession(1952551539)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful
[EL Fine]: connection: 2024.04.30 10:50:21.707--ServerSession(1952551539)--Connection(852612805)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:21.707--ServerSession(798259)--Connection(620301055)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:21.707--ServerSession(798259)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful
[EL Fine]: connection: 2024.04.30 10:50:21.707--ServerSession(798259)--Connection(357532288)--Thread(Thread[#1,main,5,main])--disconnect
[INFO] Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxAggregateTests
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxArithmeticTests
[EL Fine]: server: 2024.04.30 10:50:21.709--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:21.710--ServerSession(1414727236)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:21.710--ServerSession(1414727236)--Thread(Thread[#1,main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2024.04.30 10:50:21.711--ServerSession(1414727236)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2024.04.30 10:50:21.711--ServerSession(1414727236)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2024.04.30 10:50:21.711--ServerSession(1414727236)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2024.04.30 10:50:21.711--ServerSession(1414727236)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:21.711--ServerSession(1414727236)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2024.04.30 10:50:21.711--ServerSession(1414727236)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2024.04.30 10:50:21.711--ServerSession(1414727236)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2024.04.30 10:50:21.711--ServerSession(1414727236)--Thread(Thread[#1,main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:21.711--ServerSession(1414727236)--Thread(Thread[#1,main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2024.04.30 10:50:21.712--ServerSession(1414727236)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:21.714--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:21.714--ServerSession(1414727236)--Connection(1019746237)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:21.715--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:21.716--ServerSession(1414727236)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful
[EL Fine]: sql: 2024.04.30 10:50:21.717--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2024.04.30 10:50:21.720--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.722--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2024.04.30 10:50:21.723--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:21.725--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT  /*  */ , COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2024.04.30 10:50:21.726--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2024.04.30 10:50:21.729--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:21.730--ServerSession(1351307120)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:21.730--ServerSession(1351307120)--Thread(Thread[#1,main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2024.04.30 10:50:21.731--ServerSession(1351307120)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2024.04.30 10:50:21.731--ServerSession(1351307120)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2024.04.30 10:50:21.731--ServerSession(1351307120)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2024.04.30 10:50:21.731--ServerSession(1351307120)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:21.731--ServerSession(1351307120)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2024.04.30 10:50:21.731--ServerSession(1351307120)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2024.04.30 10:50:21.731--ServerSession(1351307120)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2024.04.30 10:50:21.731--ServerSession(1351307120)--Thread(Thread[#1,main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:21.731--ServerSession(1351307120)--Thread(Thread[#1,main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2024.04.30 10:50:21.732--ServerSession(1351307120)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:21.734--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:21.734--ServerSession(1351307120)--Connection(210158726)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:21.736--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:21.737--ServerSession(1351307120)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful
[EL Fine]: sql: 2024.04.30 10:50:21.737--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2024.04.30 10:50:21.740--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.741--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2024.04.30 10:50:21.742--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:21.744--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT  /*  */ , COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2024.04.30 10:50:21.745--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2024.04.30 10:50:21.747--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:21.748--ServerSession(1576976929)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:21.749--ServerSession(1576976929)--Thread(Thread[#1,main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2024.04.30 10:50:21.749--ServerSession(1576976929)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2024.04.30 10:50:21.749--ServerSession(1576976929)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2024.04.30 10:50:21.749--ServerSession(1576976929)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2024.04.30 10:50:21.749--ServerSession(1576976929)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:21.749--ServerSession(1576976929)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2024.04.30 10:50:21.749--ServerSession(1576976929)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2024.04.30 10:50:21.749--ServerSession(1576976929)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2024.04.30 10:50:21.750--ServerSession(1576976929)--Thread(Thread[#1,main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:21.750--ServerSession(1576976929)--Thread(Thread[#1,main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2024.04.30 10:50:21.751--ServerSession(1576976929)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:21.753--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:21.753--ServerSession(1576976929)--Connection(2037929227)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:21.754--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:21.757--ServerSession(1576976929)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful
[EL Fine]: sql: 2024.04.30 10:50:21.758--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2024.04.30 10:50:21.761--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.762--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2024.04.30 10:50:21.764--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:21.765--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT  /*  */ , COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2024.04.30 10:50:21.766--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: sql: 2024.04.30 10:50:21.771--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(36))
[EL Fine]: sql: 2024.04.30 10:50:21.774--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(36))
[EL Fine]: sql: 2024.04.30 10:50:21.775--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(36))
[EL Fine]: sql: 2024.04.30 10:50:21.776--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(36))
[EL Fine]: sql: 2024.04.30 10:50:21.777--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, 10))
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:21.781--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, 10))
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:21.781--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, 10))
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:21.782--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, 10))
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:21.784--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2))
	bind => [4, 4]
[EL Fine]: sql: 2024.04.30 10:50:21.787--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2))
	bind => [4, 4]
[EL Fine]: sql: 2024.04.30 10:50:21.787--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 4))
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:21.790--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2))
	bind => [4, 4]
[EL Fine]: sql: 2024.04.30 10:50:21.790--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2))
	bind => [4, 4]
[EL Fine]: sql: 2024.04.30 10:50:21.791--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 4) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2))
	bind => [2, 4]
[EL Fine]: sql: 2024.04.30 10:50:21.793--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1)
	bind => [-36]
[EL Fine]: sql: 2024.04.30 10:50:21.796--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1)
	bind => [-36]
[EL Fine]: sql: 2024.04.30 10:50:21.797--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1)
	bind => [-36]
[EL Fine]: sql: 2024.04.30 10:50:21.797--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1)
	bind => [-36]
[EL Fine]: sql: 2024.04.30 10:50:21.799--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (4 - 2))
[EL Fine]: sql: 2024.04.30 10:50:21.802--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (4 - 2))
[EL Fine]: sql: 2024.04.30 10:50:21.803--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (4 - 2))
[EL Fine]: sql: 2024.04.30 10:50:21.803--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (4 - 2))
[EL Fine]: sql: 2024.04.30 10:50:21.810--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (4 - 2))
[EL Fine]: sql: 2024.04.30 10:50:21.810--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (4 - 2))
[EL Fine]: sql: 2024.04.30 10:50:21.811--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?))
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:21.814--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?))
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:21.815--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?))
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:21.815--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?))
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:21.816--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(36, 10))
[EL Fine]: sql: 2024.04.30 10:50:21.819--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(36, 10))
[EL Fine]: sql: 2024.04.30 10:50:21.820--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(36, 10))
[EL Fine]: sql: 2024.04.30 10:50:21.820--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(36, 10))
[EL Fine]: sql: 2024.04.30 10:50:21.821--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?))
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:21.823--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?))
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:21.823--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?))
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:21.824--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = SQRT(?))
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:21.825--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2))
	bind => [4, 4]
[EL Fine]: sql: 2024.04.30 10:50:21.826--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2))
	bind => [4, 4]
[EL Fine]: sql: 2024.04.30 10:50:21.827--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 4))
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:21.827--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2))
	bind => [4, 4]
[EL Fine]: sql: 2024.04.30 10:50:21.828--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2))
	bind => [4, 4]
[EL Fine]: sql: 2024.04.30 10:50:21.828--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + 4) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (? + 2))
	bind => [2, 4]
[EL Fine]: sql: 2024.04.30 10:50:21.829--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2))
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:21.833--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2))
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:21.833--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2))
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:21.834--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2))
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:21.834--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2))
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:21.835--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2))
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:21.836--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (4 + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (4 + 2))
[EL Fine]: sql: 2024.04.30 10:50:21.839--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (4 + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (4 + 2))
[EL Fine]: sql: 2024.04.30 10:50:21.840--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (4 + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (2 + 4))
[EL Fine]: sql: 2024.04.30 10:50:21.843--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (4 + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (4 + 2))
[EL Fine]: sql: 2024.04.30 10:50:21.843--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (4 + 2) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (4 + 2))
[EL Fine]: sql: 2024.04.30 10:50:21.843--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (2 + 4) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = (4 + 2))
[EL Fine]: sql: 2024.04.30 10:50:21.846--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1)
	bind => [-36]
[EL Fine]: sql: 2024.04.30 10:50:21.847--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1)
	bind => [-36]
[EL Fine]: sql: 2024.04.30 10:50:21.848--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1)
	bind => [-36]
[EL Fine]: sql: 2024.04.30 10:50:21.848--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(?) = INTVAL1)
	bind => [-36]
[EL Fine]: sql: 2024.04.30 10:50:21.849--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2))
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:21.850--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2))
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:21.851--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2))
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:21.851--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2))
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:21.852--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2))
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:21.852--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1, 2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 <> (? - 2))
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:21.853--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, 10))
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:21.854--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, 10))
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:21.855--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, 10))
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:21.855--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = MOD(?, 10))
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:21.856--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(-36) = INTVAL1)
[EL Fine]: sql: 2024.04.30 10:50:21.859--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(-36) = INTVAL1)
[EL Fine]: sql: 2024.04.30 10:50:21.859--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(-36) = INTVAL1)
[EL Fine]: sql: 2024.04.30 10:50:21.860--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (ABS(-36) = INTVAL1)
[EL Fine]: connection: 2024.04.30 10:50:21.860--ServerSession(1351307120)--Connection(108849833)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:21.861--ServerSession(1351307120)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful
[EL Fine]: connection: 2024.04.30 10:50:21.861--ServerSession(1351307120)--Connection(210158726)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:21.861--ServerSession(1576976929)--Connection(1388081103)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:21.861--ServerSession(1576976929)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful
[EL Fine]: connection: 2024.04.30 10:50:21.861--ServerSession(1576976929)--Connection(2037929227)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:21.861--ServerSession(1414727236)--Connection(1689840534)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:21.861--ServerSession(1414727236)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful
[EL Fine]: connection: 2024.04.30 10:50:21.861--ServerSession(1414727236)--Connection(1019746237)--Thread(Thread[#1,main,5,main])--disconnect
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxArithmeticTests
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxComparisonTests
[EL Fine]: server: 2024.04.30 10:50:21.867--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:21.869--ServerSession(1392429120)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:21.870--ServerSession(1392429120)--Thread(Thread[#1,main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2024.04.30 10:50:21.870--ServerSession(1392429120)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2024.04.30 10:50:21.870--ServerSession(1392429120)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2024.04.30 10:50:21.871--ServerSession(1392429120)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2024.04.30 10:50:21.871--ServerSession(1392429120)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:21.871--ServerSession(1392429120)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2024.04.30 10:50:21.871--ServerSession(1392429120)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2024.04.30 10:50:21.871--ServerSession(1392429120)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2024.04.30 10:50:21.871--ServerSession(1392429120)--Thread(Thread[#1,main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:21.871--ServerSession(1392429120)--Thread(Thread[#1,main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2024.04.30 10:50:21.873--ServerSession(1392429120)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:21.876--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:21.876--ServerSession(1392429120)--Connection(412494235)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:21.877--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:21.878--ServerSession(1392429120)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful
[EL Fine]: sql: 2024.04.30 10:50:21.878--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2024.04.30 10:50:21.881--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.883--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2024.04.30 10:50:21.884--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:21.886--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT  /*  */ , COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2024.04.30 10:50:21.887--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2024.04.30 10:50:21.890--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:21.891--ServerSession(1633979858)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:21.891--ServerSession(1633979858)--Thread(Thread[#1,main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2024.04.30 10:50:21.891--ServerSession(1633979858)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2024.04.30 10:50:21.891--ServerSession(1633979858)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2024.04.30 10:50:21.892--ServerSession(1633979858)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2024.04.30 10:50:21.892--ServerSession(1633979858)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:21.892--ServerSession(1633979858)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2024.04.30 10:50:21.892--ServerSession(1633979858)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2024.04.30 10:50:21.892--ServerSession(1633979858)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2024.04.30 10:50:21.892--ServerSession(1633979858)--Thread(Thread[#1,main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:21.892--ServerSession(1633979858)--Thread(Thread[#1,main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2024.04.30 10:50:21.893--ServerSession(1633979858)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:21.895--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:21.895--ServerSession(1633979858)--Connection(1526894424)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:21.897--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:21.897--ServerSession(1633979858)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful
[EL Fine]: sql: 2024.04.30 10:50:21.898--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2024.04.30 10:50:21.900--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.902--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2024.04.30 10:50:21.903--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:21.904--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT  /*  */ , COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2024.04.30 10:50:21.905--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2024.04.30 10:50:21.907--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:21.908--ServerSession(1496536314)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:21.909--ServerSession(1496536314)--Thread(Thread[#1,main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2024.04.30 10:50:21.909--ServerSession(1496536314)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2024.04.30 10:50:21.909--ServerSession(1496536314)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2024.04.30 10:50:21.909--ServerSession(1496536314)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2024.04.30 10:50:21.909--ServerSession(1496536314)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:21.909--ServerSession(1496536314)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2024.04.30 10:50:21.909--ServerSession(1496536314)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2024.04.30 10:50:21.909--ServerSession(1496536314)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2024.04.30 10:50:21.909--ServerSession(1496536314)--Thread(Thread[#1,main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:21.909--ServerSession(1496536314)--Thread(Thread[#1,main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2024.04.30 10:50:21.911--ServerSession(1496536314)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:21.912--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:21.913--ServerSession(1496536314)--Connection(464583224)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:21.914--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:21.915--ServerSession(1496536314)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful
[EL Fine]: sql: 2024.04.30 10:50:21.915--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2024.04.30 10:50:21.918--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:21.920--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2024.04.30 10:50:21.921--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:21.923--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT  /*  */ , COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2024.04.30 10:50:21.924--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: sql: 2024.04.30 10:50:21.928--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO'))
[EL Fine]: sql: 2024.04.30 10:50:21.934--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO'))
[EL Fine]: sql: 2024.04.30 10:50:21.935--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)))
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:21.938--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)))
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:21.940--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:21.944--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:21.945--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:21.945--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:21.946--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:21.946--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:21.948--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:21.952--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:21.953--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:21.953--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:21.954--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:21.954--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:21.955--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:21.958--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:21.959--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:21.959--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:21.961--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:21.965--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:21.966--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:21.966--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:21.968--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:21.971--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:21.971--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:21.972--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:21.973--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:21.976--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:21.977--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:21.980--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:21.981--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:21.984--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:21.985--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:21.985--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:21.986--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:21.986--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:21.987--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:21.990--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:21.990--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:21.991--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:21.991--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:21.992--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:21.993--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:21.996--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:21.997--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:21.997--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?)))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:21.999--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?)))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.000--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?)))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.001--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.002--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.002--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.003--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.003--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.003--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT NULLIF(?, 'WORLD') FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.004--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.005--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.005--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.006--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.006--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.006--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.007--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.010--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.013--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.014--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?,?,?,?,?,?,?)))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.016--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.018--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (NOT ((INTVAL1 IN (?, ?, ?, ?))) OR NOT ((INTVAL1 IN (?,?,?))))
	bind => [1, 3, 5, 8, 2, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.021--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.023--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.024--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.024--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.025--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.025--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.026--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL)
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.029--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL)
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.029--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL)
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.030--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL)
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.031--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.034--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.035--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.035--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.035--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.036--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.037--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.040--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.040--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.041--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.043--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.043--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.044--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.047--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.047--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.047--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.048--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?)
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.051--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?)
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.051--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.053--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.054--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT EXP(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3)
[EL Fine]: sql: 2024.04.30 10:50:22.058--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT EXP(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3)
[EL Fine]: sql: 2024.04.30 10:50:22.059--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT EXP(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3)
[EL Fine]: sql: 2024.04.30 10:50:22.059--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT EXP(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3)
[EL Fine]: sql: 2024.04.30 10:50:22.060--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL)
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.062--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL)
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.063--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL)
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.063--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL)
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.064--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.065--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.066--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.066--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.067--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.070--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.071--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.071--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.072--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ?
	bind => [HELLO, R]
[EL Fine]: sql: 2024.04.30 10:50:22.076--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ?
	bind => [HELLO, R]
[EL Fine]: sql: 2024.04.30 10:50:22.077--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ?
	bind => [HELLO, R]
[EL Fine]: sql: 2024.04.30 10:50:22.077--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ?
	bind => [HELLO, R]
[EL Fine]: sql: 2024.04.30 10:50:22.078--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3)
[EL Fine]: sql: 2024.04.30 10:50:22.081--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3)
[EL Fine]: sql: 2024.04.30 10:50:22.082--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3)
[EL Fine]: sql: 2024.04.30 10:50:22.082--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3)
[EL Fine]: sql: 2024.04.30 10:50:22.083--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ?
	bind => [WORLD, %ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.085--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ?
	bind => [WORLD, %ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.086--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ?
	bind => [WORLD, %ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.086--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ?
	bind => [WORLD, %ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.087--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ?
	bind => [WORLD, %ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.087--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ?
	bind => [WORLD, %ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.088--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.089--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.089--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.090--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(STRVAL1, ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.090--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.093--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.094--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.094--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.094--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.095--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.096--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.099--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.100--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.100--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.101--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF('WORLD', STRVAL1))
[EL Fine]: sql: 2024.04.30 10:50:22.104--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF('WORLD', STRVAL1))
[EL Fine]: sql: 2024.04.30 10:50:22.104--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF('WORLD', STRVAL1))
[EL Fine]: sql: 2024.04.30 10:50:22.105--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF('WORLD', STRVAL1))
[EL Fine]: sql: 2024.04.30 10:50:22.106--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE 'HELLO' ESCAPE 'R'
[EL Fine]: sql: 2024.04.30 10:50:22.108--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE 'HELLO' ESCAPE 'R'
[EL Fine]: sql: 2024.04.30 10:50:22.108--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE 'HELLO' ESCAPE 'R'
[EL Fine]: sql: 2024.04.30 10:50:22.109--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE 'HELLO' ESCAPE 'R'
[EL Fine]: sql: 2024.04.30 10:50:22.110--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.113--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.114--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.115--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.117--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.118--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.119--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.122--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.123--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.123--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.124--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.127--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.127--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.128--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.129--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9))
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.130--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9))
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.131--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9))
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.131--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9))
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.132--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9))
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.132--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9))
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.134--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.138--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.138--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.141--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.142--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((5 + 10) < INTVAL1)
[EL Fine]: sql: 2024.04.30 10:50:22.145--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((5 + 10) < INTVAL1)
[EL Fine]: sql: 2024.04.30 10:50:22.146--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((5 + 10) < INTVAL1)
[EL Fine]: sql: 2024.04.30 10:50:22.146--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((5 + 10) < INTVAL1)
[EL Fine]: sql: 2024.04.30 10:50:22.147--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((5 + 10) < INTVAL1)
[EL Fine]: sql: 2024.04.30 10:50:22.147--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((5 + 10) < INTVAL1)
[EL Fine]: sql: 2024.04.30 10:50:22.148--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.148--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.149--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.149--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.150--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.150--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.151--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.152--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.153--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.153--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.154--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.158--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.158--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.159--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?)))))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.162--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?)))))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.162--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?)))))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.163--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.166--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.167--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.168--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.168--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.168--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.169--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT CEIL(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3)
[EL Fine]: sql: 2024.04.30 10:50:22.172--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT CEIL(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3)
[EL Fine]: sql: 2024.04.30 10:50:22.173--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT CEIL(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3)
[EL Fine]: sql: 2024.04.30 10:50:22.173--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT CEIL(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3)
[EL Fine]: sql: 2024.04.30 10:50:22.174--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.175--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.175--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.176--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.176--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.176--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.177--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.178--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.179--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.179--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.180--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.182--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.183--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.183--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.185--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.185--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.186--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.187--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.187--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.188--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.189--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.189--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.190--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.190--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.191--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.191--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.192--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (4 + -2) FROM QUERYSYNTAXENTITY WHERE (4 = (INTVAL1 + ABS(-2)))
[EL Fine]: sql: 2024.04.30 10:50:22.196--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (4 + -2) FROM QUERYSYNTAXENTITY WHERE (4 = (INTVAL1 + ABS(-2)))
[EL Fine]: sql: 2024.04.30 10:50:22.197--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (4 + -2) FROM QUERYSYNTAXENTITY WHERE (4 = (INTVAL1 + ABS(-2)))
[EL Fine]: sql: 2024.04.30 10:50:22.197--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (4 + -2) FROM QUERYSYNTAXENTITY WHERE (4 = (INTVAL1 + ABS(-2)))
[EL Fine]: sql: 2024.04.30 10:50:22.198--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (4 + -2) FROM QUERYSYNTAXENTITY WHERE (4 = (INTVAL1 + ABS(-2)))
[EL Fine]: sql: 2024.04.30 10:50:22.198--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (4 + -2) FROM QUERYSYNTAXENTITY WHERE (4 = (INTVAL1 + ABS(-2)))
[EL Fine]: sql: 2024.04.30 10:50:22.199--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9)
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.202--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9)
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.203--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9)
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.204--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9)
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.204--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9)
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.204--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9)
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.206--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9)
[EL Fine]: sql: 2024.04.30 10:50:22.209--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9)
[EL Fine]: sql: 2024.04.30 10:50:22.210--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9)
[EL Fine]: sql: 2024.04.30 10:50:22.210--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9)
[EL Fine]: sql: 2024.04.30 10:50:22.211--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9)
[EL Fine]: sql: 2024.04.30 10:50:22.211--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9)
[EL Fine]: sql: 2024.04.30 10:50:22.213--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.214--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.214--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.215--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.215--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.216--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.217--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.220--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.221--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.221--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.222--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9)
[EL Fine]: sql: 2024.04.30 10:50:22.223--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9)
[EL Fine]: sql: 2024.04.30 10:50:22.224--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9)
[EL Fine]: sql: 2024.04.30 10:50:22.224--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9)
[EL Fine]: sql: 2024.04.30 10:50:22.225--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9)
[EL Fine]: sql: 2024.04.30 10:50:22.225--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9)
[EL Fine]: sql: 2024.04.30 10:50:22.226--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.229--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.229--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.230--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.230--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.231--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.232--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL)
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.232--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL)
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.233--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL)
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.233--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NOT NULL)
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.234--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.235--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.236--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.237--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.237--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.238--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.238--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.239--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.240--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.240--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.241--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.241--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.242--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.243--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.243--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.244--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.244--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.245--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.246--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ?
	bind => [HELLO, WORLD, A]
[EL Fine]: sql: 2024.04.30 10:50:22.248--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ?
	bind => [HELLO, WORLD, A]
[EL Fine]: sql: 2024.04.30 10:50:22.249--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ?
	bind => [HELLO, WORLD, A]
[EL Fine]: sql: 2024.04.30 10:50:22.249--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ?
	bind => [HELLO, WORLD, A]
[EL Fine]: sql: 2024.04.30 10:50:22.250--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ?
	bind => [HELLO, WORLD, A]
[EL Fine]: sql: 2024.04.30 10:50:22.250--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ?
	bind => [HELLO, WORLD, A]
[EL Fine]: sql: 2024.04.30 10:50:22.251--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.255--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.256--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.256--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.257--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.257--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.259--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.260--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.261--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.261--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?)))))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.262--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?)))))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.262--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?)))))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.263--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9))
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.264--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9))
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.264--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9))
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.265--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9))
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.265--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9))
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.265--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN ? AND 9))
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.266--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.267--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.267--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.268--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.268--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.269--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.270--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY HAVING (? < FLOOR((9.9)*1e2+0.5)/1e2)
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:22.274--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY HAVING (? < FLOOR((9.9)*1e2+0.5)/1e2)
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:22.274--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY HAVING (? < FLOOR((9.9)*1e2+0.5)/1e2)
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:22.275--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY HAVING (? < FLOOR((9.9)*1e2+0.5)/1e2)
	bind => [0.0]
[EL Fine]: sql: 2024.04.30 10:50:22.276--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY HAVING (? < FLOOR((9.9)*1e2+0.5)/1e2)
	bind => [0.0]
[EL Fine]: sql: 2024.04.30 10:50:22.276--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY HAVING (? < FLOOR((9.9)*1e2+0.5)/1e2)
	bind => [0.0]
[EL Fine]: sql: 2024.04.30 10:50:22.277--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.278--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.278--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.279--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.280--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.281--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.281--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.282--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?,?,?,?,?,?,?)))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.282--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.283--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (NOT ((INTVAL1 IN (?, ?, ?, ?))) OR NOT ((INTVAL1 IN (?,?,?))))
	bind => [1, 3, 5, 8, 2, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.284--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.287--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.287--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.288--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.289--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.292--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.293--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.293--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.293--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.294--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.295--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.296--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.296--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.297--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.297--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.298--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.298--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.299--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.299--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.300--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.300--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.300--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 BETWEEN ? AND ?))
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.301--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.301--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.302--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.303--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.303--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.303--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.304--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ?
	bind => [HELLO, R]
[EL Fine]: sql: 2024.04.30 10:50:22.305--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ?
	bind => [HELLO, R]
[EL Fine]: sql: 2024.04.30 10:50:22.306--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ?
	bind => [HELLO, R]
[EL Fine]: sql: 2024.04.30 10:50:22.306--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ? ESCAPE ?
	bind => [HELLO, R]
[EL Fine]: sql: 2024.04.30 10:50:22.307--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NULL)
[EL Fine]: sql: 2024.04.30 10:50:22.309--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NULL)
[EL Fine]: sql: 2024.04.30 10:50:22.309--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NULL)
[EL Fine]: sql: 2024.04.30 10:50:22.310--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NULL)
[EL Fine]: sql: 2024.04.30 10:50:22.310--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.311--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.311--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.312--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT LN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.313--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.313--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.314--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.314--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.314--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.315--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.316--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.319--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.319--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.322--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.323--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.327--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.328--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.328--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.329--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.329--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.330--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9)
[EL Fine]: sql: 2024.04.30 10:50:22.331--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9)
[EL Fine]: sql: 2024.04.30 10:50:22.332--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9)
[EL Fine]: sql: 2024.04.30 10:50:22.332--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9)
[EL Fine]: sql: 2024.04.30 10:50:22.333--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9)
[EL Fine]: sql: 2024.04.30 10:50:22.333--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = FLOOR((3.3)*1e9+0.5)/1e9)
[EL Fine]: sql: 2024.04.30 10:50:22.334--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.334--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.335--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.336--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?)))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.336--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?)))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.336--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?)))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.337--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.338--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.338--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.339--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE (? = NULLIF(?, STRVAL1))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.340--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, 12) = INTVAL2)
	bind => [2, 7, 5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.342--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, 12) = INTVAL2)
	bind => [null, 7, 5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.343--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, 12) = INTVAL2)
	bind => [null, 7, 5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.343--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, 12) = INTVAL2)
	bind => [null, 7, 5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.344--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.347--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.348--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.348--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.349--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'WORLD' LIKE '%ORL%'
[EL Fine]: sql: 2024.04.30 10:50:22.351--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'WORLD' LIKE '%ORL%'
[EL Fine]: sql: 2024.04.30 10:50:22.351--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'WORLD' LIKE '%ORL%'
[EL Fine]: sql: 2024.04.30 10:50:22.352--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'WORLD' LIKE '%ORL%'
[EL Fine]: sql: 2024.04.30 10:50:22.352--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'WORLD' LIKE '%ORL%'
[EL Fine]: sql: 2024.04.30 10:50:22.352--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'WORLD' LIKE '%ORL%'
[EL Fine]: sql: 2024.04.30 10:50:22.354--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.356--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.357--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.359--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.361--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.362--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.363--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.363--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?)))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.363--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?)))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.364--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?)))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.365--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [9]
[EL Fine]: sql: 2024.04.30 10:50:22.368--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [9]
[EL Fine]: sql: 2024.04.30 10:50:22.369--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [9]
[EL Fine]: sql: 2024.04.30 10:50:22.369--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [9]
[EL Fine]: sql: 2024.04.30 10:50:22.370--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [9]
[EL Fine]: sql: 2024.04.30 10:50:22.370--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [9]
[EL Fine]: sql: 2024.04.30 10:50:22.371--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.372--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.372--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 NOT IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.373--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?,?,?,?,?,?,?)))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.373--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((INTVAL1 IN (?, ?, ?, ?, ?, ?, ?)))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.373--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (NOT ((INTVAL1 IN (?, ?, ?, ?))) OR NOT ((INTVAL1 IN (?,?,?))))
	bind => [1, 3, 5, 8, 2, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.374--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.377--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.378--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.378--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.380--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.381--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.381--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?)
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.382--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?)
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.383--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.383--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.384--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF(STRVAL1, 'WORLD'))
[EL Fine]: sql: 2024.04.30 10:50:22.386--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF(STRVAL1, 'WORLD'))
[EL Fine]: sql: 2024.04.30 10:50:22.386--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF(STRVAL1, 'WORLD'))
[EL Fine]: sql: 2024.04.30 10:50:22.387--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' = NULLIF(STRVAL1, 'WORLD'))
[EL Fine]: sql: 2024.04.30 10:50:22.388--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, 12) = INTVAL2)
	bind => [2, 7, 5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.388--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, 12) = INTVAL2)
	bind => [null, 7, 5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.389--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, 12) = INTVAL2)
	bind => [null, 7, 5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.389--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, 12) = INTVAL2)
	bind => [null, 7, 5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.390--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.391--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.391--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.392--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.393--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.393--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.394--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.395--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.395--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.395--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE ((? + 10) < INTVAL1)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.397--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.400--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.401--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.403--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.405--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2)
	bind => [2, 7, 5, 9, 12]
[EL Fine]: sql: 2024.04.30 10:50:22.409--ServerSession(1392429120)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:22.410--UnitOfWork(305492781)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:22.411--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2)
	bind => [null, 7, 5, 9, 12]
[EL Fine]: sql: 2024.04.30 10:50:22.413--ServerSession(1392429120)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:22.413--UnitOfWork(305492781)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:22.413--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2)
	bind => [null, 7, 5, 9, 12]
[EL Fine]: sql: 2024.04.30 10:50:22.414--ServerSession(1392429120)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:22.414--UnitOfWork(305492781)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:22.415--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(?, ?, ?, ?, ?) = INTVAL2)
	bind => [null, 7, 5, 9, 12]
[EL Fine]: sql: 2024.04.30 10:50:22.415--ServerSession(1392429120)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:22.416--UnitOfWork(305492781)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:22.417--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN 2 AND 9))
[EL Fine]: sql: 2024.04.30 10:50:22.419--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN 2 AND 9))
[EL Fine]: sql: 2024.04.30 10:50:22.419--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN 2 AND 9))
[EL Fine]: sql: 2024.04.30 10:50:22.420--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN 2 AND 9))
[EL Fine]: sql: 2024.04.30 10:50:22.420--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN 2 AND 9))
[EL Fine]: sql: 2024.04.30 10:50:22.420--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((4 BETWEEN 2 AND 9))
[EL Fine]: sql: 2024.04.30 10:50:22.421--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.421--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.422--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.422--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.423--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.423--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.424--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.425--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.426--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.426--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.427--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.427--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.428--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL)
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.428--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL)
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.429--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL)
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.429--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? IS NULL)
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.430--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ?
	bind => [HELLO, WORLD, A]
[EL Fine]: sql: 2024.04.30 10:50:22.431--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ?
	bind => [HELLO, WORLD, A]
[EL Fine]: sql: 2024.04.30 10:50:22.431--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ?
	bind => [HELLO, WORLD, A]
[EL Fine]: sql: 2024.04.30 10:50:22.431--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ?
	bind => [HELLO, WORLD, A]
[EL Fine]: sql: 2024.04.30 10:50:22.432--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ?
	bind => [HELLO, WORLD, A]
[EL Fine]: sql: 2024.04.30 10:50:22.432--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ? ESCAPE ?
	bind => [HELLO, WORLD, A]
[EL Fine]: sql: 2024.04.30 10:50:22.433--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.433--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.434--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.434--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.435--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.435--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 BETWEEN ? AND ?)
	bind => [0, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.436--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.437--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.437--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.437--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.438--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.438--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT COALESCE(INTVAL1, ?) FROM QUERYSYNTAXENTITY
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.439--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.442--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.444--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.444--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.445--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.445--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ((INTVAL1 IN (?, ?, ?, ?)) OR (INTVAL1 IN (?,?,?)))
	bind => [1, 3, 5, 8, 2, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.448--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?)))
	bind => [4, 4, -2]
[EL Fine]: sql: 2024.04.30 10:50:22.451--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?)))
	bind => [4, 4, -2]
[EL Fine]: sql: 2024.04.30 10:50:22.452--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?)))
	bind => [4, 4, -2]
[EL Fine]: sql: 2024.04.30 10:50:22.453--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?)))
	bind => [4, 4, -2]
[EL Fine]: sql: 2024.04.30 10:50:22.453--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?)))
	bind => [4, 4, -2]
[EL Fine]: sql: 2024.04.30 10:50:22.454--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?)))
	bind => [4, 4, -2]
[EL Fine]: sql: 2024.04.30 10:50:22.455--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NOT NULL)
[EL Fine]: sql: 2024.04.30 10:50:22.457--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NOT NULL)
[EL Fine]: sql: 2024.04.30 10:50:22.457--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NOT NULL)
[EL Fine]: sql: 2024.04.30 10:50:22.458--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ('HELLO' IS NOT NULL)
[EL Fine]: sql: 2024.04.30 10:50:22.459--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.460--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.467--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.468--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.468--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.468--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.469--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?)
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.470--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT (STRVAL1 LIKE ?)
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.471--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.471--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 NOT LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.472--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.475--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.477--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.478--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.478--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.479--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING ((INTVAL1 IN (?, ?, ?, ?)) OR (INTVAL1 IN (?,?,?)))
	bind => [1, 3, 5, 8, 2, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.481--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.482--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.482--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.483--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.483--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.484--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.485--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.488--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.488--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)))
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.489--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)))
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.490--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.490--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.491--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.491--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.492--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.492--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.493--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.493--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT CEIL(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.494--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.497--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.497--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.498--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.499--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.500--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.500--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.500--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.501--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.501--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT STRVAL2 FROM QUERYSYNTAXENTITY WHERE (COALESCE(INTVAL1, ?) = INTVAL2)
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:22.502--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.505--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.506--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.506--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.509--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.509--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,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: 2024.04.30 10:50:22.510--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.511--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.512--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.512--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.513--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT SIGN(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3)
[EL Fine]: sql: 2024.04.30 10:50:22.516--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT SIGN(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3)
[EL Fine]: sql: 2024.04.30 10:50:22.517--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT SIGN(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3)
[EL Fine]: sql: 2024.04.30 10:50:22.517--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT SIGN(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3)
[EL Fine]: sql: 2024.04.30 10:50:22.518--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT NULLIF('HELLO', 'WORLD') FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:22.520--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT NULLIF('HELLO', 'WORLD') FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:22.521--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT NULLIF('HELLO', 'WORLD') FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:22.521--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT NULLIF('HELLO', 'WORLD') FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:22.521--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT NULLIF('HELLO', 'WORLD') FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:22.522--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT NULLIF('HELLO', 'WORLD') FROM QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:22.523--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.523--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.524--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.524--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.525--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.525--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.526--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 9)
[EL Fine]: sql: 2024.04.30 10:50:22.529--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 9)
[EL Fine]: sql: 2024.04.30 10:50:22.530--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 9)
[EL Fine]: sql: 2024.04.30 10:50:22.530--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 9)
[EL Fine]: sql: 2024.04.30 10:50:22.530--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 9)
[EL Fine]: sql: 2024.04.30 10:50:22.531--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 9)
[EL Fine]: sql: 2024.04.30 10:50:22.532--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT LN(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3)
[EL Fine]: sql: 2024.04.30 10:50:22.534--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT LN(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3)
[EL Fine]: sql: 2024.04.30 10:50:22.535--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT LN(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3)
[EL Fine]: sql: 2024.04.30 10:50:22.535--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT LN(1.1) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 3)
[EL Fine]: sql: 2024.04.30 10:50:22.536--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.537--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.538--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.539--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.539--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.540--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.540--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.541--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.542--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.542--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.542--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.543--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.544--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'HELLO' LIKE 'WORLD' ESCAPE 'A'
[EL Fine]: sql: 2024.04.30 10:50:22.546--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'HELLO' LIKE 'WORLD' ESCAPE 'A'
[EL Fine]: sql: 2024.04.30 10:50:22.547--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'HELLO' LIKE 'WORLD' ESCAPE 'A'
[EL Fine]: sql: 2024.04.30 10:50:22.547--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'HELLO' LIKE 'WORLD' ESCAPE 'A'
[EL Fine]: sql: 2024.04.30 10:50:22.547--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'HELLO' LIKE 'WORLD' ESCAPE 'A'
[EL Fine]: sql: 2024.04.30 10:50:22.548--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE 'HELLO' LIKE 'WORLD' ESCAPE 'A'
[EL Fine]: sql: 2024.04.30 10:50:22.549--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.550--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.550--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.551--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?)))))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.551--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?)))))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.552--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE NOT ((t1.INTVAL2 IN (?, ?, ?)))))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.553--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.553--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.554--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.554--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.554--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.555--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN INTVAL1 AND ?)
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.556--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.559--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.559--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.560--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.562--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.562--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,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: 2024.04.30 10:50:22.565--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [9]
[EL Fine]: sql: 2024.04.30 10:50:22.566--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [9]
[EL Fine]: sql: 2024.04.30 10:50:22.566--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [9]
[EL Fine]: sql: 2024.04.30 10:50:22.567--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [9]
[EL Fine]: sql: 2024.04.30 10:50:22.568--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [9]
[EL Fine]: sql: 2024.04.30 10:50:22.568--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT FLOOR((1.1)*1e3+0.5)/1e3 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [9]
[EL Fine]: sql: 2024.04.30 10:50:22.569--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?)))
	bind => [4, 4, -2]
[EL Fine]: sql: 2024.04.30 10:50:22.570--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?)))
	bind => [4, 4, -2]
[EL Fine]: sql: 2024.04.30 10:50:22.571--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?)))
	bind => [4, 4, -2]
[EL Fine]: sql: 2024.04.30 10:50:22.571--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?)))
	bind => [4, 4, -2]
[EL Fine]: sql: 2024.04.30 10:50:22.571--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?)))
	bind => [4, 4, -2]
[EL Fine]: sql: 2024.04.30 10:50:22.572--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, (? + -2) FROM QUERYSYNTAXENTITY WHERE (? = (INTVAL1 + ABS(?)))
	bind => [4, 4, -2]
[EL Fine]: sql: 2024.04.30 10:50:22.573--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN 2 AND 9)
[EL Fine]: sql: 2024.04.30 10:50:22.576--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN 2 AND 9)
[EL Fine]: sql: 2024.04.30 10:50:22.577--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN 2 AND 9)
[EL Fine]: sql: 2024.04.30 10:50:22.577--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN 2 AND 9)
[EL Fine]: sql: 2024.04.30 10:50:22.577--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN 2 AND 9)
[EL Fine]: sql: 2024.04.30 10:50:22.578--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (4 BETWEEN 2 AND 9)
[EL Fine]: sql: 2024.04.30 10:50:22.578--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.581--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.582--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.582--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.583--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.584--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.584--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.585--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT EXP(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.585--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY HAVING (? < FLOOR((9.9)*1e2+0.5)/1e2)
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:22.586--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY HAVING (? < FLOOR((9.9)*1e2+0.5)/1e2)
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:22.587--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY HAVING (? < FLOOR((9.9)*1e2+0.5)/1e2)
	bind => [0]
[EL Fine]: sql: 2024.04.30 10:50:22.587--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY HAVING (? < FLOOR((9.9)*1e2+0.5)/1e2)
	bind => [0.0]
[EL Fine]: sql: 2024.04.30 10:50:22.588--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY HAVING (? < FLOOR((9.9)*1e2+0.5)/1e2)
	bind => [0.0]
[EL Fine]: sql: 2024.04.30 10:50:22.588--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY HAVING (? < FLOOR((9.9)*1e2+0.5)/1e2)
	bind => [0.0]
[EL Fine]: sql: 2024.04.30 10:50:22.589--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.590--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.591--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.591--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.592--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.592--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING ((INTVAL1 IN (?, ?, ?, ?)) OR (INTVAL1 IN (?,?,?)))
	bind => [1, 3, 5, 8, 2, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.593--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.593--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.594--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.595--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.595--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.595--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.596--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.597--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.597--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.598--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.598--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.599--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ((INTVAL1 IN (?, ?, ?, ?)) OR (INTVAL1 IN (?,?,?)))
	bind => [1, 3, 5, 8, 2, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.599--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.600--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.601--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.601--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.602--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.603--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.603--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.603--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE STRVAL1 LIKE ?
	bind => [%ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.604--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.605--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.606--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.606--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.607--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.607--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 IN (?, ?, ?)))
	bind => [5, 6, 7, 8]
[EL Fine]: sql: 2024.04.30 10:50:22.608--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.609--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.609--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.610--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 = ?)
	bind => [4]
[EL Fine]: sql: 2024.04.30 10:50:22.611--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.611--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.612--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE ? NOT IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.612--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.613--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.613--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (? IN (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.614--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.615--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.615--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.616--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.616--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.616--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE NOT ((? BETWEEN INTVAL1 AND ?))
	bind => [4, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.617--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9)
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.618--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9)
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.619--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9)
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.619--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9)
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.620--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9)
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.620--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? BETWEEN ? AND 9)
	bind => [4, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.621--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.622--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.623--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.623--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.623--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.624--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ((INTVAL1 IN (?, ?, ?, ?)) OR (INTVAL1 IN (?,?,?)))
	bind => [1, 3, 5, 8, 2, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.625--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO'))
[EL Fine]: sql: 2024.04.30 10:50:22.628--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT 1 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = 'HELLO'))
[EL Fine]: sql: 2024.04.30 10:50:22.628--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.629--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?))
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.630--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.631--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.631--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)))
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.632--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE NOT (EXISTS (SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.STRVAL1 = ?)))
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.633--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY HAVING (0 < FLOOR((9.9)*1e2+0.5)/1e2)
[EL Fine]: sql: 2024.04.30 10:50:22.636--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY HAVING (0 < FLOOR((9.9)*1e2+0.5)/1e2)
[EL Fine]: sql: 2024.04.30 10:50:22.637--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY HAVING (0 < FLOOR((9.9)*1e2+0.5)/1e2)
[EL Fine]: sql: 2024.04.30 10:50:22.637--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY HAVING (0.0 < FLOOR((9.9)*1e2+0.5)/1e2)
[EL Fine]: sql: 2024.04.30 10:50:22.640--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY HAVING (0.0 < FLOOR((9.9)*1e2+0.5)/1e2)
[EL Fine]: sql: 2024.04.30 10:50:22.641--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--SELECT 1 FROM QUERYSYNTAXENTITY HAVING (0.0 < FLOOR((9.9)*1e2+0.5)/1e2)
[EL Fine]: sql: 2024.04.30 10:50:22.642--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.643--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.643--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.644--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.644--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.645--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.646--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.647--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.647--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.648--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,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: 2024.04.30 10:50:22.649--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.650--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.651--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.652--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?,?,?,?,?,?,?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.652--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING (INTVAL1 IN (?, ?, ?, ?, ?, ?, ?))
	bind => [1, 2, 3, 5, 8, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.653--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY GROUP BY INTVAL1 HAVING ((INTVAL1 IN (?, ?, ?, ?)) OR (INTVAL1 IN (?,?,?)))
	bind => [1, 3, 5, 8, 2, 13, 21]
[EL Fine]: sql: 2024.04.30 10:50:22.654--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ?
	bind => [WORLD, %ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.654--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ?
	bind => [WORLD, %ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.655--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ?
	bind => [WORLD, %ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.655--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ?
	bind => [WORLD, %ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.656--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ?
	bind => [WORLD, %ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.656--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE ? LIKE ?
	bind => [WORLD, %ORL%]
[EL Fine]: sql: 2024.04.30 10:50:22.657--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.658--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.658--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.659--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--SELECT SIGN(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.659--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.660--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.661--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.661--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--SELECT FLOOR(?) FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [1.1, 3]
[EL Fine]: connection: 2024.04.30 10:50:22.662--ServerSession(1633979858)--Connection(508400631)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:22.662--ServerSession(1633979858)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful
[EL Fine]: connection: 2024.04.30 10:50:22.662--ServerSession(1633979858)--Connection(1526894424)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:22.662--ServerSession(1496536314)--Connection(1491597616)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:22.662--ServerSession(1496536314)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful
[EL Fine]: connection: 2024.04.30 10:50:22.662--ServerSession(1496536314)--Connection(464583224)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:22.662--ServerSession(1392429120)--Connection(1121446076)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:22.662--ServerSession(1392429120)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful
[EL Fine]: connection: 2024.04.30 10:50:22.662--ServerSession(1392429120)--Connection(412494235)--Thread(Thread[#1,main,5,main])--disconnect
[INFO] Tests run: 153, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.795 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxComparisonTests
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxFunctionTests
[EL Fine]: server: 2024.04.30 10:50:22.665--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:22.666--ServerSession(2113971262)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:22.667--ServerSession(2113971262)--Thread(Thread[#1,main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2024.04.30 10:50:22.667--ServerSession(2113971262)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2024.04.30 10:50:22.667--ServerSession(2113971262)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2024.04.30 10:50:22.667--ServerSession(2113971262)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2024.04.30 10:50:22.667--ServerSession(2113971262)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:22.668--ServerSession(2113971262)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2024.04.30 10:50:22.668--ServerSession(2113971262)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2024.04.30 10:50:22.668--ServerSession(2113971262)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2024.04.30 10:50:22.668--ServerSession(2113971262)--Thread(Thread[#1,main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:22.668--ServerSession(2113971262)--Thread(Thread[#1,main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2024.04.30 10:50:22.669--ServerSession(2113971262)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:22.672--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:22.672--ServerSession(2113971262)--Connection(939556525)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:22.673--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:22.674--ServerSession(2113971262)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful
[EL Fine]: sql: 2024.04.30 10:50:22.674--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2024.04.30 10:50:22.678--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:22.681--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2024.04.30 10:50:22.682--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:22.684--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT  /*  */ , COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2024.04.30 10:50:22.685--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2024.04.30 10:50:22.688--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:22.690--ServerSession(905289214)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:22.690--ServerSession(905289214)--Thread(Thread[#1,main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2024.04.30 10:50:22.690--ServerSession(905289214)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2024.04.30 10:50:22.690--ServerSession(905289214)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2024.04.30 10:50:22.690--ServerSession(905289214)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2024.04.30 10:50:22.691--ServerSession(905289214)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:22.691--ServerSession(905289214)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2024.04.30 10:50:22.691--ServerSession(905289214)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2024.04.30 10:50:22.691--ServerSession(905289214)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2024.04.30 10:50:22.691--ServerSession(905289214)--Thread(Thread[#1,main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:22.691--ServerSession(905289214)--Thread(Thread[#1,main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2024.04.30 10:50:22.692--ServerSession(905289214)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:22.694--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:22.694--ServerSession(905289214)--Connection(721258866)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:22.695--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:22.696--ServerSession(905289214)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful
[EL Fine]: sql: 2024.04.30 10:50:22.696--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2024.04.30 10:50:22.699--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:22.700--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2024.04.30 10:50:22.701--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:22.703--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT  /*  */ , COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2024.04.30 10:50:22.704--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2024.04.30 10:50:22.706--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:22.707--ServerSession(1299269484)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:22.708--ServerSession(1299269484)--Thread(Thread[#1,main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2024.04.30 10:50:22.708--ServerSession(1299269484)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2024.04.30 10:50:22.708--ServerSession(1299269484)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2024.04.30 10:50:22.708--ServerSession(1299269484)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2024.04.30 10:50:22.708--ServerSession(1299269484)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:22.708--ServerSession(1299269484)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2024.04.30 10:50:22.708--ServerSession(1299269484)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2024.04.30 10:50:22.708--ServerSession(1299269484)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2024.04.30 10:50:22.708--ServerSession(1299269484)--Thread(Thread[#1,main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:22.708--ServerSession(1299269484)--Thread(Thread[#1,main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2024.04.30 10:50:22.710--ServerSession(1299269484)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:22.712--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:22.712--ServerSession(1299269484)--Connection(1841866242)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:22.713--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:22.714--ServerSession(1299269484)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful
[EL Fine]: sql: 2024.04.30 10:50:22.715--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2024.04.30 10:50:22.717--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:22.719--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2024.04.30 10:50:22.720--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:22.721--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT  /*  */ , COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2024.04.30 10:50:22.722--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: sql: 2024.04.30 10:50:22.725--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.728--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.729--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.729--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.730--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD')
[EL Fine]: sql: 2024.04.30 10:50:22.733--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD')
[EL Fine]: sql: 2024.04.30 10:50:22.734--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') DESC
[EL Fine]: sql: 2024.04.30 10:50:22.735--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') DESC
[EL Fine]: sql: 2024.04.30 10:50:22.736--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.738--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.739--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.739--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.740--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.744--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.745--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.745--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.746--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH('HELLO WORLD'))
	bind => [11]
[EL Fine]: sql: 2024.04.30 10:50:22.749--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH('HELLO WORLD'))
	bind => [11]
[EL Fine]: sql: 2024.04.30 10:50:22.749--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH('HELLO WORLD'))
	bind => [11]
[EL Fine]: sql: 2024.04.30 10:50:22.750--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH('HELLO WORLD'))
	bind => [11]
[EL Fine]: sql: 2024.04.30 10:50:22.750--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.753--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.753--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(VARCHAR(STRVAL1 || ?) || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.755--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.755--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.756--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(VARCHAR(STRVAL1 || ?) || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.760--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.762--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.763--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.763--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.764--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.764--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.765--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?))
	bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.768--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?))
	bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.768--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?))
	bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.769--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?))
	bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.769--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?))
	bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.770--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?))
	bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.771--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?))
	bind => [X, OXOOOOOXXOOOOOOXX, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.773--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?))
	bind => [X, OXOOOOOXXOOOOOOXX, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.773--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?))
	bind => [X, OXOOOOOXXOOOOOOXX, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.774--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?))
	bind => [X, OXOOOOOXXOOOOOOXX, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.774--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?))
	bind => [X, OXOOOOOXXOOOOOOXX, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.774--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?))
	bind => [X, OXOOOOOXXOOOOOOXX, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.775--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('  HELLO WORD '))
[EL Fine]: sql: 2024.04.30 10:50:22.777--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('  HELLO WORD '))
[EL Fine]: sql: 2024.04.30 10:50:22.778--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('  HELLO WORD '))
[EL Fine]: sql: 2024.04.30 10:50:22.778--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('  HELLO WORD '))
[EL Fine]: sql: 2024.04.30 10:50:22.779--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.781--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.782--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.783--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.783--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.784--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.785--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.787--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.787--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || STRVAL2))
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.789--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.789--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.790--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(? || VARCHAR(? || STRVAL2)))
	bind => [HELLO,  ]
[EL Fine]: sql: 2024.04.30 10:50:22.792--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT SUBSTR('HELLO WORLD', 1, 5), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, 1, 5), 1, 2))
[EL Fine]: sql: 2024.04.30 10:50:22.794--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT SUBSTR('HELLO WORLD', 1, 5), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, 1, 5), 1, 2))
[EL Fine]: sql: 2024.04.30 10:50:22.795--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT SUBSTR('HELLO WORLD', 1, 5), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, 1, 5), 1, 2))
[EL Fine]: sql: 2024.04.30 10:50:22.795--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT SUBSTR('HELLO WORLD', 1, 5), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, 1, 5), 1, 2))
[EL Fine]: sql: 2024.04.30 10:50:22.795--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT SUBSTR('HELLO WORLD', 1, 5), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, 1, 5), 1, 2))
[EL Fine]: sql: 2024.04.30 10:50:22.796--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT SUBSTR('HELLO WORLD', 1, 5), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, 1, 5), 1, 2))
[EL Fine]: sql: 2024.04.30 10:50:22.797--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.798--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.799--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.799--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.800--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,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: 2024.04.30 10:50:22.804--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,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: 2024.04.30 10:50:22.805--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,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: 2024.04.30 10:50:22.805--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,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: 2024.04.30 10:50:22.806--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2024.04.30 10:50:22.808--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2024.04.30 10:50:22.809--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2024.04.30 10:50:22.809--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2024.04.30 10:50:22.809--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2024.04.30 10:50:22.810--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2024.04.30 10:50:22.810--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.813--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.813--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.814--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.814--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.814--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.815--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2024.04.30 10:50:22.817--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2024.04.30 10:50:22.818--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2024.04.30 10:50:22.818--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2024.04.30 10:50:22.819--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD')
[EL Fine]: sql: 2024.04.30 10:50:22.820--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD')
[EL Fine]: sql: 2024.04.30 10:50:22.820--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') DESC
[EL Fine]: sql: 2024.04.30 10:50:22.820--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') DESC
[EL Fine]: sql: 2024.04.30 10:50:22.825--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY
	bind => [65]
[EL Fine]: sql: 2024.04.30 10:50:22.827--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY
	bind => [65]
[EL Fine]: sql: 2024.04.30 10:50:22.828--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2024.04.30 10:50:22.830--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2024.04.30 10:50:22.831--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2024.04.30 10:50:22.831--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2024.04.30 10:50:22.831--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2024.04.30 10:50:22.832--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAAHELLO WORDAA'))
[EL Fine]: sql: 2024.04.30 10:50:22.832--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE('HELLO WORLD'))
[EL Fine]: sql: 2024.04.30 10:50:22.834--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE('HELLO WORLD'))
[EL Fine]: sql: 2024.04.30 10:50:22.835--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE('HELLO WORLD'))
[EL Fine]: sql: 2024.04.30 10:50:22.835--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE('HELLO WORLD'))
[EL Fine]: sql: 2024.04.30 10:50:22.836--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [  HELLO WORD , 23]
[EL Fine]: sql: 2024.04.30 10:50:22.839--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [  HELLO WORD , 23]
[EL Fine]: sql: 2024.04.30 10:50:22.839--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [  HELLO WORD , 23]
[EL Fine]: sql: 2024.04.30 10:50:22.840--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [  HELLO WORD , 23]
[EL Fine]: sql: 2024.04.30 10:50:22.840--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH('HELLO WORLD'))
	bind => [11]
[EL Fine]: sql: 2024.04.30 10:50:22.841--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH('HELLO WORLD'))
	bind => [11]
[EL Fine]: sql: 2024.04.30 10:50:22.842--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH('HELLO WORLD'))
	bind => [11]
[EL Fine]: sql: 2024.04.30 10:50:22.842--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (? = LENGTH('HELLO WORLD'))
	bind => [11]
[EL Fine]: sql: 2024.04.30 10:50:22.843--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.844--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.844--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.845--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.845--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.846--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.847--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.849--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.849--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.850--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.850--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.850--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.851--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.852--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.852--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.852--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = UCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.853--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR('HELLO' || ' ') || 'WORLD'))
[EL Fine]: sql: 2024.04.30 10:50:22.856--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR('HELLO' || ' ') || 'WORLD'))
[EL Fine]: sql: 2024.04.30 10:50:22.856--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR('HELLO' || ' ') || STRVAL2))
[EL Fine]: sql: 2024.04.30 10:50:22.858--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR('HELLO' || ' ') || 'WORLD'))
[EL Fine]: sql: 2024.04.30 10:50:22.859--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR('HELLO' || ' ') || 'WORLD'))
[EL Fine]: sql: 2024.04.30 10:50:22.859--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(? || VARCHAR(? || STRVAL2)))
	bind => [HELLO,  ]
[EL Fine]: sql: 2024.04.30 10:50:22.860--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY
	bind => [65]
[EL Fine]: sql: 2024.04.30 10:50:22.861--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY
	bind => [65]
[EL Fine]: sql: 2024.04.30 10:50:22.862--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.863--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.864--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.864--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.865--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY
	bind => [65]
[EL Fine]: sql: 2024.04.30 10:50:22.866--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT CAST(? AS CHAR(2)) FROM QUERYSYNTAXENTITY
	bind => [65]
[EL Fine]: sql: 2024.04.30 10:50:22.867--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.867--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.868--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.868--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.868--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.869--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.870--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.872--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.872--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.873--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.873--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.874--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.875--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (11 = LENGTH('HELLO WORLD'))
[EL Fine]: sql: 2024.04.30 10:50:22.877--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (11 = LENGTH('HELLO WORLD'))
[EL Fine]: sql: 2024.04.30 10:50:22.877--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (11 = LENGTH('HELLO WORLD'))
[EL Fine]: sql: 2024.04.30 10:50:22.878--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (11 = LENGTH('HELLO WORLD'))
[EL Fine]: sql: 2024.04.30 10:50:22.879--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.879--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.880--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || STRVAL2))
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.880--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.881--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(VARCHAR(? || ' ') || ?))
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.881--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = VARCHAR(? || VARCHAR(? || STRVAL2)))
	bind => [HELLO,  ]
[EL Fine]: sql: 2024.04.30 10:50:22.882--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('X', 'OXOOOOOXXOOOOOOXX', 3))
[EL Fine]: sql: 2024.04.30 10:50:22.884--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('X', 'OXOOOOOXXOOOOOOXX', 3))
[EL Fine]: sql: 2024.04.30 10:50:22.884--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('X', 'OXOOOOOXXOOOOOOXX', 3))
[EL Fine]: sql: 2024.04.30 10:50:22.885--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('X', 'OXOOOOOXXOOOOOOXX', 3))
[EL Fine]: sql: 2024.04.30 10:50:22.885--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('X', 'OXOOOOOXXOOOOOOXX', 3))
[EL Fine]: sql: 2024.04.30 10:50:22.885--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('X', 'OXOOOOOXXOOOOOOXX', 3))
[EL Fine]: sql: 2024.04.30 10:50:22.886--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?))
	bind => [X, OXOOOOOXXOOOOOOXX, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.887--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?))
	bind => [X, OXOOOOOXXOOOOOOXX, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.888--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?))
	bind => [X, OXOOOOOXXOOOOOOXX, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.888--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?))
	bind => [X, OXOOOOOXXOOOOOOXX, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.888--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?))
	bind => [X, OXOOOOOXXOOOOOOXX, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.889--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?, ?))
	bind => [X, OXOOOOOXXOOOOOOXX, 3]
[EL Fine]: sql: 2024.04.30 10:50:22.889--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM('  HELLO WORD '))
[EL Fine]: sql: 2024.04.30 10:50:22.891--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM('  HELLO WORD '))
[EL Fine]: sql: 2024.04.30 10:50:22.892--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM('  HELLO WORD '))
[EL Fine]: sql: 2024.04.30 10:50:22.892--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM('  HELLO WORD '))
[EL Fine]: sql: 2024.04.30 10:50:22.893--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD')
[EL Fine]: sql: 2024.04.30 10:50:22.894--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD')
[EL Fine]: sql: 2024.04.30 10:50:22.894--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') DESC
[EL Fine]: sql: 2024.04.30 10:50:22.895--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, 'HELLO WORLD' FROM QUERYSYNTAXENTITY ORDER BY LENGTH('HELLO WORLD') DESC
[EL Fine]: sql: 2024.04.30 10:50:22.895--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR('HELLO WORLD', 1, 5))
[EL Fine]: sql: 2024.04.30 10:50:22.898--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR('HELLO WORLD', 1, 5))
[EL Fine]: sql: 2024.04.30 10:50:22.898--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR('HELLO WORLD', 1, 5))
[EL Fine]: sql: 2024.04.30 10:50:22.899--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR('HELLO WORLD', 1, 5))
[EL Fine]: sql: 2024.04.30 10:50:22.899--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR('HELLO WORLD', 1, 5))
[EL Fine]: sql: 2024.04.30 10:50:22.899--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR('HELLO WORLD', 1, 5))
[EL Fine]: sql: 2024.04.30 10:50:22.900--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?))
	bind => [HI, ABCDEFGHIJKLMNOP]
[EL Fine]: sql: 2024.04.30 10:50:22.902--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?))
	bind => [HI, ABCDEFGHIJKLMNOP]
[EL Fine]: sql: 2024.04.30 10:50:22.902--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?))
	bind => [HI, ABCDEFGHIJKLMNOP]
[EL Fine]: sql: 2024.04.30 10:50:22.903--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?))
	bind => [HI, ABCDEFGHIJKLMNOP]
[EL Fine]: sql: 2024.04.30 10:50:22.903--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?))
	bind => [HI, ABCDEFGHIJKLMNOP]
[EL Fine]: sql: 2024.04.30 10:50:22.904--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?))
	bind => [HI, ABCDEFGHIJKLMNOP]
[EL Fine]: sql: 2024.04.30 10:50:22.904--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?))
	bind => [HELLO WORLD, 1, 5]
[EL Fine]: sql: 2024.04.30 10:50:22.907--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?))
	bind => [HELLO WORLD, 1, 5]
[EL Fine]: sql: 2024.04.30 10:50:22.907--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?))
	bind => [HELLO WORLD, 1, 5]
[EL Fine]: sql: 2024.04.30 10:50:22.908--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?))
	bind => [HELLO WORLD, 1, 5]
[EL Fine]: sql: 2024.04.30 10:50:22.908--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?))
	bind => [HELLO WORLD, 1, 5]
[EL Fine]: sql: 2024.04.30 10:50:22.908--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?))
	bind => [HELLO WORLD, 1, 5]
[EL Fine]: sql: 2024.04.30 10:50:22.909--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?))
	bind => [HI, ABCDEFGHIJKLMNOP]
[EL Fine]: sql: 2024.04.30 10:50:22.910--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?))
	bind => [HI, ABCDEFGHIJKLMNOP]
[EL Fine]: sql: 2024.04.30 10:50:22.910--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?))
	bind => [HI, ABCDEFGHIJKLMNOP]
[EL Fine]: sql: 2024.04.30 10:50:22.910--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?))
	bind => [HI, ABCDEFGHIJKLMNOP]
[EL Fine]: sql: 2024.04.30 10:50:22.911--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?))
	bind => [HI, ABCDEFGHIJKLMNOP]
[EL Fine]: sql: 2024.04.30 10:50:22.911--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE(?, ?))
	bind => [HI, ABCDEFGHIJKLMNOP]
[EL Fine]: sql: 2024.04.30 10:50:22.912--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE('HELLO WORLD'))
[EL Fine]: sql: 2024.04.30 10:50:22.914--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE('HELLO WORLD'))
[EL Fine]: sql: 2024.04.30 10:50:22.915--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE('HELLO WORLD'))
[EL Fine]: sql: 2024.04.30 10:50:22.915--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE('HELLO WORLD'))
[EL Fine]: sql: 2024.04.30 10:50:22.916--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.917--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.917--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.918--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.918--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.918--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.919--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,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: 2024.04.30 10:50:22.923--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,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: 2024.04.30 10:50:22.923--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,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: 2024.04.30 10:50:22.924--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,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: 2024.04.30 10:50:22.925--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?))
	bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.925--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?))
	bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.926--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?))
	bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.926--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?))
	bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.927--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?))
	bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.927--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT SUBSTR(?, ?, ?), STRVAL2 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(SUBSTR(STRVAL2, ?, ?), ?, ?))
	bind => [HELLO WORLD, 1, 5, 1, 5, 1, 2]
[EL Fine]: sql: 2024.04.30 10:50:22.928--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM('  HELLO WORD '))
[EL Fine]: sql: 2024.04.30 10:50:22.930--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM('  HELLO WORD '))
[EL Fine]: sql: 2024.04.30 10:50:22.931--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM('  HELLO WORD '))
[EL Fine]: sql: 2024.04.30 10:50:22.931--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM('  HELLO WORD '))
[EL Fine]: sql: 2024.04.30 10:50:22.932--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.932--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.933--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.934--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.934--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.934--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.935--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.936--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.937--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.937--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.937--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.938--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.938--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.939--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.939--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.939--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.940--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT TRIM('  HELLO WORD '), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 23)
[EL Fine]: sql: 2024.04.30 10:50:22.942--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT TRIM('  HELLO WORD '), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 23)
[EL Fine]: sql: 2024.04.30 10:50:22.943--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT TRIM('  HELLO WORD '), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 23)
[EL Fine]: sql: 2024.04.30 10:50:22.943--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT TRIM('  HELLO WORD '), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 23)
[EL Fine]: sql: 2024.04.30 10:50:22.944--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.946--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.946--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.947--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.948--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?))
	bind => [HELLO WORLD, 1, 5]
[EL Fine]: sql: 2024.04.30 10:50:22.948--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?))
	bind => [HELLO WORLD, 1, 5]
[EL Fine]: sql: 2024.04.30 10:50:22.949--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?))
	bind => [HELLO WORLD, 1, 5]
[EL Fine]: sql: 2024.04.30 10:50:22.949--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?))
	bind => [HELLO WORLD, 1, 5]
[EL Fine]: sql: 2024.04.30 10:50:22.950--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?))
	bind => [HELLO WORLD, 1, 5]
[EL Fine]: sql: 2024.04.30 10:50:22.950--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = SUBSTR(?, ?, ?))
	bind => [HELLO WORLD, 1, 5]
[EL Fine]: sql: 2024.04.30 10:50:22.951--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.951--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.952--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.952--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.953--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.953--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.953--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.954--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = RTRIM(?))
	bind => [  HELLO WORD ]
[EL Fine]: sql: 2024.04.30 10:50:22.955--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.955--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.956--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.957--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.957--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.957--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = SOME(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.958--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.959--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.959--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.960--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?))
	bind => [A, AAAHELLO WORDAA]
[EL Fine]: sql: 2024.04.30 10:50:22.961--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.961--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.962--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.962--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.963--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.963--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? > ANY(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:22.964--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.965--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.965--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.965--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM QUERYSYNTAXENTITY WHERE (STRVAL1 = LCASE(?))
	bind => [HELLO WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.966--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,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: 2024.04.30 10:50:22.967--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,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: 2024.04.30 10:50:22.967--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,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: 2024.04.30 10:50:22.968--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,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: 2024.04.30 10:50:22.978--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.980--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.981--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(VARCHAR(STRVAL1 || ?) || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.981--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.982--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.982--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(VARCHAR(STRVAL1 || ?) || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.983--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.984--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.984--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(VARCHAR(STRVAL1 || ?) || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.985--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.985--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(STRVAL1 || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO]
[EL Fine]: sql: 2024.04.30 10:50:22.985--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--SELECT VARCHAR(VARCHAR(STRVAL1 || ?) || ?) FROM QUERYSYNTAXENTITY
	bind => [HELLO, WORLD]
[EL Fine]: sql: 2024.04.30 10:50:22.987--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('HI', 'ABCDEFGHIJKLMNOP'))
[EL Fine]: sql: 2024.04.30 10:50:23.007--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('HI', 'ABCDEFGHIJKLMNOP'))
[EL Fine]: sql: 2024.04.30 10:50:23.008--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('HI', 'ABCDEFGHIJKLMNOP'))
[EL Fine]: sql: 2024.04.30 10:50:23.009--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('HI', 'ABCDEFGHIJKLMNOP'))
[EL Fine]: sql: 2024.04.30 10:50:23.009--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('HI', 'ABCDEFGHIJKLMNOP'))
[EL Fine]: sql: 2024.04.30 10:50:23.010--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = LOCATE('HI', 'ABCDEFGHIJKLMNOP'))
[EL Fine]: sql: 2024.04.30 10:50:23.012--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:23.013--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:23.014--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:23.014--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:23.015--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:23.015--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT t0.INTVAL1 FROM QUERYSYNTAXENTITY t0 WHERE (? = ALL(SELECT t1.INTVAL2 FROM QUERYSYNTAXENTITY t1 WHERE (t1.INTVAL2 = ?)))
	bind => [5, 9]
[EL Fine]: sql: 2024.04.30 10:50:23.016--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [  HELLO WORD , 23]
[EL Fine]: sql: 2024.04.30 10:50:23.017--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [  HELLO WORD , 23]
[EL Fine]: sql: 2024.04.30 10:50:23.017--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [  HELLO WORD , 23]
[EL Fine]: sql: 2024.04.30 10:50:23.017--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--SELECT TRIM(?), STRVAL1 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?)
	bind => [  HELLO WORD , 23]
[EL Fine]: connection: 2024.04.30 10:50:23.018--ServerSession(905289214)--Connection(872348606)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:23.018--ServerSession(905289214)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful
[EL Fine]: connection: 2024.04.30 10:50:23.018--ServerSession(905289214)--Connection(721258866)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:23.018--ServerSession(1299269484)--Connection(709215984)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:23.019--ServerSession(1299269484)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful
[EL Fine]: connection: 2024.04.30 10:50:23.019--ServerSession(1299269484)--Connection(1841866242)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:23.019--ServerSession(2113971262)--Connection(1575050465)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:23.019--ServerSession(2113971262)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful
[EL Fine]: connection: 2024.04.30 10:50:23.019--ServerSession(2113971262)--Connection(939556525)--Thread(Thread[#1,main,5,main])--disconnect
[INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.329 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxFunctionTests
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxOrderingTests
[EL Fine]: server: 2024.04.30 10:50:23.021--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:23.023--ServerSession(760134164)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:23.024--ServerSession(760134164)--Thread(Thread[#1,main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2024.04.30 10:50:23.024--ServerSession(760134164)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2024.04.30 10:50:23.024--ServerSession(760134164)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2024.04.30 10:50:23.024--ServerSession(760134164)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2024.04.30 10:50:23.024--ServerSession(760134164)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:23.024--ServerSession(760134164)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2024.04.30 10:50:23.024--ServerSession(760134164)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2024.04.30 10:50:23.024--ServerSession(760134164)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2024.04.30 10:50:23.024--ServerSession(760134164)--Thread(Thread[#1,main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:23.024--ServerSession(760134164)--Thread(Thread[#1,main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2024.04.30 10:50:23.026--ServerSession(760134164)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:23.029--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:23.029--ServerSession(760134164)--Connection(720241011)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:23.030--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:23.031--ServerSession(760134164)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful
[EL Fine]: sql: 2024.04.30 10:50:23.032--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2024.04.30 10:50:23.034--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:23.036--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2024.04.30 10:50:23.037--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:23.039--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT  /*  */ , COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2024.04.30 10:50:23.040--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2024.04.30 10:50:23.042--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:23.043--ServerSession(1780948011)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:23.043--ServerSession(1780948011)--Thread(Thread[#1,main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2024.04.30 10:50:23.043--ServerSession(1780948011)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2024.04.30 10:50:23.044--ServerSession(1780948011)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2024.04.30 10:50:23.044--ServerSession(1780948011)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2024.04.30 10:50:23.044--ServerSession(1780948011)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:23.044--ServerSession(1780948011)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2024.04.30 10:50:23.044--ServerSession(1780948011)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2024.04.30 10:50:23.044--ServerSession(1780948011)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2024.04.30 10:50:23.044--ServerSession(1780948011)--Thread(Thread[#1,main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:23.044--ServerSession(1780948011)--Thread(Thread[#1,main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2024.04.30 10:50:23.046--ServerSession(1780948011)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:23.047--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:23.047--ServerSession(1780948011)--Connection(314168325)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:23.049--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:23.050--ServerSession(1780948011)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful
[EL Fine]: sql: 2024.04.30 10:50:23.050--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2024.04.30 10:50:23.052--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:23.054--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2024.04.30 10:50:23.055--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:23.057--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT  /*  */ , COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2024.04.30 10:50:23.057--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2024.04.30 10:50:23.060--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:23.061--ServerSession(1412994514)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:23.061--ServerSession(1412994514)--Thread(Thread[#1,main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2024.04.30 10:50:23.061--ServerSession(1412994514)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2024.04.30 10:50:23.062--ServerSession(1412994514)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2024.04.30 10:50:23.062--ServerSession(1412994514)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2024.04.30 10:50:23.062--ServerSession(1412994514)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:23.062--ServerSession(1412994514)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2024.04.30 10:50:23.062--ServerSession(1412994514)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2024.04.30 10:50:23.062--ServerSession(1412994514)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2024.04.30 10:50:23.062--ServerSession(1412994514)--Thread(Thread[#1,main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:23.062--ServerSession(1412994514)--Thread(Thread[#1,main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2024.04.30 10:50:23.064--ServerSession(1412994514)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:23.065--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:23.066--ServerSession(1412994514)--Connection(802251624)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:23.067--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:23.068--ServerSession(1412994514)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful
[EL Fine]: sql: 2024.04.30 10:50:23.068--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2024.04.30 10:50:23.070--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:23.072--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2024.04.30 10:50:23.073--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:23.075--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT  /*  */ , COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2024.04.30 10:50:23.076--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: sql: 2024.04.30 10:50:23.079--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 ASC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.082--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 ASC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.083--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 ASC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.084--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.086--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.087--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.088--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:23.091--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:23.091--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:23.093--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:23.095--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2
[EL Fine]: sql: 2024.04.30 10:50:23.097--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2
[EL Fine]: sql: 2024.04.30 10:50:23.097--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2
[EL Fine]: sql: 2024.04.30 10:50:23.098--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.100--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.100--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.101--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1
[EL Fine]: sql: 2024.04.30 10:50:23.103--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1
[EL Fine]: sql: 2024.04.30 10:50:23.104--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.105--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.106--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.107--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.108--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.108--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.109--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.110--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.111--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.111--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.112--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.112--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.113--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2
[EL Fine]: sql: 2024.04.30 10:50:23.114--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2
[EL Fine]: sql: 2024.04.30 10:50:23.115--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2
[EL Fine]: sql: 2024.04.30 10:50:23.115--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.115--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.116--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.117--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1
[EL Fine]: sql: 2024.04.30 10:50:23.118--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1
[EL Fine]: sql: 2024.04.30 10:50:23.118--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.118--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.119--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.121--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.122--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.122--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.124--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.124--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.125--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.127--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.127--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.127--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.128--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:23.129--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:23.129--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:23.130--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:23.130--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.131--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.132--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.132--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.133--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.134--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.134--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.135--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.135--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.136--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = 36) ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.137--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1
[EL Fine]: sql: 2024.04.30 10:50:23.137--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1
[EL Fine]: sql: 2024.04.30 10:50:23.138--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.138--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.139--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.140--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.140--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.141--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.142--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 ASC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.143--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 ASC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.144--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 ASC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.144--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.144--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.145--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.146--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:23.147--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:23.147--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:23.148--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY INTVAL2 DESC
	bind => [5]
[EL Fine]: sql: 2024.04.30 10:50:23.149--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.150--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.150--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.150--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.151--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.152--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.153--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.153--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.154--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.154--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY WHERE (INTVAL1 = ?) ORDER BY 1 DESC
	bind => [36]
[EL Fine]: sql: 2024.04.30 10:50:23.155--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2
[EL Fine]: sql: 2024.04.30 10:50:23.156--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2
[EL Fine]: sql: 2024.04.30 10:50:23.157--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1, 2
[EL Fine]: sql: 2024.04.30 10:50:23.157--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.158--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.158--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1, INTVAL2 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC, 2 ASC
[EL Fine]: sql: 2024.04.30 10:50:23.159--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.160--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.160--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: sql: 2024.04.30 10:50:23.161--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--SELECT INTVAL1 FROM QUERYSYNTAXENTITY ORDER BY 1 DESC
[EL Fine]: connection: 2024.04.30 10:50:23.161--ServerSession(1780948011)--Connection(1076708413)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:23.161--ServerSession(1780948011)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful
[EL Fine]: connection: 2024.04.30 10:50:23.161--ServerSession(1780948011)--Connection(314168325)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:23.161--ServerSession(1412994514)--Connection(1071117637)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:23.161--ServerSession(1412994514)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful
[EL Fine]: connection: 2024.04.30 10:50:23.161--ServerSession(1412994514)--Connection(802251624)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:23.162--ServerSession(760134164)--Connection(2060160619)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:23.162--ServerSession(760134164)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful
[EL Fine]: connection: 2024.04.30 10:50:23.162--ServerSession(760134164)--Connection(720241011)--Thread(Thread[#1,main,5,main])--disconnect
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxOrderingTests
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxStringTests
[EL Info]: 2024.04.30 10:50:23.169--ServerSession(477251927)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxStringTests
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQuerySyntaxUpdateTests
[EL Fine]: server: 2024.04.30 10:50:23.258--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:23.259--ServerSession(856734504)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:23.260--ServerSession(856734504)--Thread(Thread[#1,main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2024.04.30 10:50:23.260--ServerSession(856734504)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2024.04.30 10:50:23.260--ServerSession(856734504)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2024.04.30 10:50:23.260--ServerSession(856734504)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2024.04.30 10:50:23.260--ServerSession(856734504)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:23.260--ServerSession(856734504)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2024.04.30 10:50:23.261--ServerSession(856734504)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2024.04.30 10:50:23.261--ServerSession(856734504)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2024.04.30 10:50:23.261--ServerSession(856734504)--Thread(Thread[#1,main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:23.261--ServerSession(856734504)--Thread(Thread[#1,main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2024.04.30 10:50:23.262--ServerSession(856734504)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:23.264--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:23.264--ServerSession(856734504)--Connection(1808154638)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:23.265--ServerSession(856734504)--Connection(789014007)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:23.266--ServerSession(856734504)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF login successful
[EL Fine]: sql: 2024.04.30 10:50:23.266--ServerSession(856734504)--Connection(789014007)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2024.04.30 10:50:23.275--ServerSession(856734504)--Connection(789014007)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:23.278--ServerSession(856734504)--Connection(789014007)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2024.04.30 10:50:23.279--ServerSession(856734504)--Connection(789014007)--Thread(Thread[#1,main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:23.282--ServerSession(856734504)--Connection(789014007)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT  /*  */ , COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2024.04.30 10:50:23.283--ServerSession(856734504)--Connection(789014007)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2024.04.30 10:50:23.286--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:23.287--ServerSession(554997084)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:23.287--ServerSession(554997084)--Thread(Thread[#1,main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2024.04.30 10:50:23.287--ServerSession(554997084)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2024.04.30 10:50:23.287--ServerSession(554997084)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2024.04.30 10:50:23.288--ServerSession(554997084)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2024.04.30 10:50:23.288--ServerSession(554997084)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:23.288--ServerSession(554997084)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2024.04.30 10:50:23.288--ServerSession(554997084)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2024.04.30 10:50:23.288--ServerSession(554997084)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2024.04.30 10:50:23.288--ServerSession(554997084)--Thread(Thread[#1,main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:23.288--ServerSession(554997084)--Thread(Thread[#1,main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2024.04.30 10:50:23.289--ServerSession(554997084)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:23.291--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:23.291--ServerSession(554997084)--Connection(1147892921)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:23.292--ServerSession(554997084)--Connection(1104197405)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:23.293--ServerSession(554997084)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF login successful
[EL Fine]: sql: 2024.04.30 10:50:23.293--ServerSession(554997084)--Connection(1104197405)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2024.04.30 10:50:23.295--ServerSession(554997084)--Connection(1104197405)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:23.297--ServerSession(554997084)--Connection(1104197405)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2024.04.30 10:50:23.298--ServerSession(554997084)--Connection(1104197405)--Thread(Thread[#1,main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:23.299--ServerSession(554997084)--Connection(1104197405)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT  /*  */ , COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2024.04.30 10:50:23.300--ServerSession(554997084)--Connection(1104197405)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: server: 2024.04.30 10:50:23.302--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:23.303--ServerSession(2044897837)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:23.304--ServerSession(2044897837)--Thread(Thread[#1,main,5,main])--The target class (reference) class for the element collection mapping element [field colVal1] is being defaulted to: class java.lang.String.
[EL Config]: metadata: 2024.04.30 10:50:23.304--ServerSession(2044897837)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QuerySyntaxEntity.
[EL Config]: metadata: 2024.04.30 10:50:23.304--ServerSession(2044897837)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.QuerySyntaxEntity] is being defaulted to: QUERYSYNTAXENTITY.
[EL Config]: metadata: 2024.04.30 10:50:23.304--ServerSession(2044897837)--Thread(Thread[#1,main,5,main])--The column name for element [intVal1] is being defaulted to: INTVAL1.
[EL Config]: metadata: 2024.04.30 10:50:23.304--ServerSession(2044897837)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:23.304--ServerSession(2044897837)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Config]: metadata: 2024.04.30 10:50:23.304--ServerSession(2044897837)--Thread(Thread[#1,main,5,main])--The column name for element [intVal2] is being defaulted to: INTVAL2.
[EL Config]: metadata: 2024.04.30 10:50:23.304--ServerSession(2044897837)--Thread(Thread[#1,main,5,main])--The column name for element [strVal2] is being defaulted to: STRVAL2.
[EL Config]: metadata: 2024.04.30 10:50:23.304--ServerSession(2044897837)--Thread(Thread[#1,main,5,main])--The primary key column name for the mapping element [field colVal1] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:23.304--ServerSession(2044897837)--Thread(Thread[#1,main,5,main])--The value column name for the basic collection/map mapping element mapping element [colVal1] is being defaulted to: COLVAL1.
[EL Info]: 2024.04.30 10:50:23.305--ServerSession(2044897837)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:23.307--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:23.307--ServerSession(2044897837)--Connection(435405303)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:23.308--ServerSession(2044897837)--Connection(1974252326)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:23.308--ServerSession(2044897837)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF login successful
[EL Fine]: sql: 2024.04.30 10:50:23.309--ServerSession(2044897837)--Connection(1974252326)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 DROP CONSTRAINT COLTABLE1_ent_id
[EL Fine]: sql: 2024.04.30 10:50:23.311--ServerSession(2044897837)--Connection(1974252326)--Thread(Thread[#1,main,5,main])--DROP TABLE QUERYSYNTAXENTITY
[EL Fine]: sql: 2024.04.30 10:50:23.312--ServerSession(2044897837)--Connection(1974252326)--Thread(Thread[#1,main,5,main])--DROP TABLE COLTABLE1
[EL Fine]: sql: 2024.04.30 10:50:23.313--ServerSession(2044897837)--Connection(1974252326)--Thread(Thread[#1,main,5,main])--CREATE TABLE QUERYSYNTAXENTITY (ID BIGINT NOT NULL, INTVAL1 INTEGER, INTVAL2 INTEGER, STRVAL1 VARCHAR(255), STRVAL2 VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:23.315--ServerSession(2044897837)--Connection(1974252326)--Thread(Thread[#1,main,5,main])--CREATE TABLE COLTABLE1 (ent_id BIGINT  /*  */ , COLVAL1 VARCHAR(255))
[EL Fine]: sql: 2024.04.30 10:50:23.315--ServerSession(2044897837)--Connection(1974252326)--Thread(Thread[#1,main,5,main])--ALTER TABLE COLTABLE1 ADD CONSTRAINT COLTABLE1_ent_id FOREIGN KEY (ent_id) REFERENCES QUERYSYNTAXENTITY (ID)
[EL Fine]: sql: 2024.04.30 10:50:23.319--ClientSession(161376437)--Connection(1974252326)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?))
	bind => [9, HELLO]
[EL Fine]: sql: 2024.04.30 10:50:23.323--ClientSession(161376437)--Connection(1974252326)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?))
	bind => [9, HELLO]
[EL Fine]: sql: 2024.04.30 10:50:23.324--ClientSession(161376437)--Connection(1974252326)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?))
	bind => [9, HELLO]
[EL Fine]: sql: 2024.04.30 10:50:23.325--ClientSession(161376437)--Connection(1974252326)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?))
	bind => [9, HELLO]
[EL Fine]: sql: 2024.04.30 10:50:23.326--ClientSession(161376437)--Connection(1974252326)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?))
	bind => [9, HELLO]
[EL Fine]: sql: 2024.04.30 10:50:23.327--ClientSession(161376437)--Connection(1974252326)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?))
	bind => [9, HELLO]
[EL Fine]: sql: 2024.04.30 10:50:23.328--ClientSession(1815478455)--Connection(789014007)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = 9 WHERE (STRVAL2 = LCASE('HELLO'))
[EL Fine]: sql: 2024.04.30 10:50:23.331--ClientSession(1815478455)--Connection(789014007)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = 9 WHERE (STRVAL2 = LCASE('HELLO'))
[EL Fine]: sql: 2024.04.30 10:50:23.332--ClientSession(1815478455)--Connection(789014007)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = 9 WHERE (STRVAL2 = LCASE('HELLO'))
[EL Fine]: sql: 2024.04.30 10:50:23.332--ClientSession(1815478455)--Connection(789014007)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = 9 WHERE (STRVAL2 = LCASE('HELLO'))
[EL Fine]: sql: 2024.04.30 10:50:23.333--ClientSession(1815478455)--Connection(789014007)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = 9 WHERE (STRVAL2 = LCASE('HELLO'))
[EL Fine]: sql: 2024.04.30 10:50:23.333--ClientSession(1815478455)--Connection(789014007)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = 9 WHERE (STRVAL2 = LCASE('HELLO'))
[EL Fine]: sql: 2024.04.30 10:50:23.334--ClientSession(1929089580)--Connection(1104197405)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?))
	bind => [9, HELLO]
[EL Fine]: sql: 2024.04.30 10:50:23.335--ClientSession(1929089580)--Connection(1104197405)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?))
	bind => [9, HELLO]
[EL Fine]: sql: 2024.04.30 10:50:23.336--ClientSession(1929089580)--Connection(1104197405)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?))
	bind => [9, HELLO]
[EL Fine]: sql: 2024.04.30 10:50:23.337--ClientSession(1929089580)--Connection(1104197405)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?))
	bind => [9, HELLO]
[EL Fine]: sql: 2024.04.30 10:50:23.337--ClientSession(1929089580)--Connection(1104197405)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?))
	bind => [9, HELLO]
[EL Fine]: sql: 2024.04.30 10:50:23.338--ClientSession(1929089580)--Connection(1104197405)--Thread(Thread[#1,main,5,main])--UPDATE QUERYSYNTAXENTITY SET INTVAL1 = ? WHERE (STRVAL2 = LCASE(?))
	bind => [9, HELLO]
[EL Fine]: connection: 2024.04.30 10:50:23.339--ServerSession(554997084)--Connection(1104197405)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:23.339--ServerSession(554997084)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindParametersEMF logout successful
[EL Fine]: connection: 2024.04.30 10:50:23.339--ServerSession(554997084)--Connection(1147892921)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:23.339--ServerSession(2044897837)--Connection(1974252326)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:23.339--ServerSession(2044897837)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_allowPartialBindWithBindLiteralsEMF logout successful
[EL Fine]: connection: 2024.04.30 10:50:23.339--ServerSession(2044897837)--Connection(435405303)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:23.339--ServerSession(856734504)--Connection(789014007)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:23.340--ServerSession(856734504)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_defaultEMF logout successful
[EL Fine]: connection: 2024.04.30 10:50:23.340--ServerSession(856734504)--Connection(1808154638)--Thread(Thread[#1,main,5,main])--disconnect
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.eclipse.persistence.jpa.test.query.TestQuerySyntaxUpdateTests
[INFO] Running org.eclipse.persistence.jpa.test.query.TestQueryUpdate
[EL Fine]: server: 2024.04.30 10:50:23.341--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:23.342--ServerSession(1712180503)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:23.343--ServerSession(1712180503)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is being defaulted to: EntityTbl01.
[EL Info]: 2024.04.30 10:50:23.344--ServerSession(1712180503)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:23.345--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:23.345--ServerSession(1712180503)--Connection(930531607)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:23.347--ServerSession(1712180503)--Connection(754485985)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:23.347--ServerSession(1712180503)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful
[EL Fine]: sql: 2024.04.30 10:50:23.348--ServerSession(1712180503)--Connection(754485985)--Thread(Thread[#1,main,5,main])--DROP TABLE SIMPLE_TBL01
[EL Fine]: sql: 2024.04.30 10:50:23.350--ServerSession(1712180503)--Connection(754485985)--Thread(Thread[#1,main,5,main])--CREATE TABLE SIMPLE_TBL01 (KEY_CHAR VARCHAR(255) NOT NULL, ITEM_INTEGER1 INTEGER, ITEM_STRING1 VARCHAR(255), ITEM_STRING2 VARCHAR(255), ITEM_STRING3 VARCHAR(255), ITEM_STRING4 VARCHAR(255), PRIMARY KEY (KEY_CHAR))
[EL Fine]: sql: 2024.04.30 10:50:23.353--ClientSession(1953487464)--Connection(754485985)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key22, 9, null, B, C, D]
[EL Fine]: sql: 2024.04.30 10:50:23.355--ClientSession(1953487464)--Connection(754485985)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key21, 8, A, B, C, null]
[EL Fine]: sql: 2024.04.30 10:50:23.355--ClientSession(1953487464)--Connection(754485985)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key13, 4, A, B, C, null]
[EL Fine]: sql: 2024.04.30 10:50:23.355--ClientSession(1953487464)--Connection(754485985)--Thread(Thread[#1,main,5,main])--INSERT INTO SIMPLE_TBL01 (KEY_CHAR, ITEM_INTEGER1, ITEM_STRING1, ITEM_STRING2, ITEM_STRING3, ITEM_STRING4) VALUES (?, ?, ?, ?, ?, ?)
	bind => [Key20, 9, A, null, C, D]
[EL Fine]: sql: 2024.04.30 10:50:23.357--ClientSession(442208119)--Connection(754485985)--Thread(Thread[#1,main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?)
	bind => [9, HELLO]
[EL Fine]: sql: 2024.04.30 10:50:23.359--ClientSession(442208119)--Connection(754485985)--Thread(Thread[#1,main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?)
	bind => [9, HELLO]
[EL Fine]: sql: 2024.04.30 10:50:23.360--ClientSession(442208119)--Connection(754485985)--Thread(Thread[#1,main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?)
	bind => [9, HELLO]
[EL Fine]: sql: 2024.04.30 10:50:23.361--ClientSession(592106757)--Connection(754485985)--Thread(Thread[#1,main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?)
	bind => [9, HELLO]
[EL Fine]: sql: 2024.04.30 10:50:23.362--ClientSession(592106757)--Connection(754485985)--Thread(Thread[#1,main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?)
	bind => [9, HELLO]
[EL Fine]: sql: 2024.04.30 10:50:23.362--ClientSession(592106757)--Connection(754485985)--Thread(Thread[#1,main,5,main])--UPDATE SIMPLE_TBL01 SET ITEM_INTEGER1 = ? WHERE (ITEM_STRING1 = ?)
	bind => [9, HELLO]
[EL Fine]: connection: 2024.04.30 10:50:23.363--ServerSession(1712180503)--Connection(754485985)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:23.363--ServerSession(1712180503)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful
[EL Fine]: connection: 2024.04.30 10:50:23.363--ServerSession(1712180503)--Connection(930531607)--Thread(Thread[#1,main,5,main])--disconnect
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.persistence.jpa.test.query.TestQueryUpdate
[INFO] Running org.eclipse.persistence.jpa.test.query.TestSimpleQuery
[EL Info]: 2024.04.30 10:50:23.368--ServerSession(715043917)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.eclipse.persistence.jpa.test.query.TestSimpleQuery
[INFO] Running org.eclipse.persistence.jpa.test.query.TestTrimFunction
[EL Finest]: properties: 2024.04.30 10:50:23.390--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE
[EL Finest]: properties: 2024.04.30 10:50:23.390--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.parameters; value=true
[EL Fine]: server: 2024.04.30 10:50:23.390--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Finest]: jpa: 2024.04.30 10:50:23.390--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--Begin predeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Initial; factoryCount 0
[EL Finest]: properties: 2024.04.30 10:50:23.391--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--property=eclipselink.orm.throw.exceptions; default value=true
[EL Finest]: properties: 2024.04.30 10:50:23.391--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.changetracking; default value=true
[EL Finest]: properties: 2024.04.30 10:50:23.391--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.lazy; default value=true
[EL Finest]: properties: 2024.04.30 10:50:23.391--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.eager; default value=false
[EL Finest]: properties: 2024.04.30 10:50:23.391--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.fetchgroups; default value=true
[EL Finest]: properties: 2024.04.30 10:50:23.391--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.internal; default value=true
[EL Finest]: properties: 2024.04.30 10:50:23.391--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.rest; default value=false
[EL Finest]: properties: 2024.04.30 10:50:23.391--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--property=eclipselink.weaving.mappedsuperclass; default value=true
[EL Finest]: properties: 2024.04.30 10:50:23.391--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--property=eclipselink.multitenant.tenants-share-emf; default value=true
[EL Finest]: properties: 2024.04.30 10:50:23.391--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--property=eclipselink.multitenant.tenants-share-cache; default value=false
[EL Finer]: metadata: 2024.04.30 10:50:23.391--Thread(Thread[#1,main,5,main])--Searching for mapping file: [META-INF/orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./].
[EL Finer]: metadata: 2024.04.30 10:50:23.391--Thread(Thread[#1,main,5,main])--Searching for mapping file: [META-INF/eclipselink-orm.xml] at root URL: [file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./].
[EL Config]: metadata: 2024.04.30 10:50:23.391--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.TrimEntity] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:23.392--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.query.model.TrimEntity] is being defaulted to: TrimEntity.
[EL Config]: metadata: 2024.04.30 10:50:23.392--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.query.model.TrimEntity] is being defaulted to: TRIMENTITY.
[EL Config]: metadata: 2024.04.30 10:50:23.392--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:23.392--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--The column name for element [strVal1] is being defaulted to: STRVAL1.
[EL Finer]: weaver: 2024.04.30 10:50:23.392--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--Class [org.eclipse.persistence.jpa.test.query.model.TrimEntity] registered to be processed by weaver.
[EL Finest]: jpa: 2024.04.30 10:50:23.392--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--End predeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Predeployed; factoryCount 0
[EL Finer]: weaver: 2024.04.30 10:50:23.392--Thread(Thread[#1,main,5,main])--JavaSECMPInitializer - global instrumentation is null.
[EL Finest]: jpa: 2024.04.30 10:50:23.392--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--Begin predeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Predeployed; factoryCount 0
[EL Finest]: jpa: 2024.04.30 10:50:23.392--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--End predeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Predeployed; factoryCount 1
[EL Finer]: metamodel: 2024.04.30 10:50:23.393--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--Canonical Metamodel class [org.eclipse.persistence.jpa.test.query.model.TrimEntity_] found and instantiated during initialization.
[EL Finest]: jpa: 2024.04.30 10:50:23.393--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--Begin deploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Predeployed; factoryCount 1
[EL Finest]: jpa: 2024.04.30 10:50:23.393--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--Bean Validation Factory was not initialized: [jakarta/validation/Validation].
[EL Finest]: properties: 2024.04.30 10:50:23.393--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL
[EL Finest]: properties: 2024.04.30 10:50:23.393--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE
[EL Finest]: properties: 2024.04.30 10:50:23.393--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.parameters; value=true
[EL Finest]: properties: 2024.04.30 10:50:23.393--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level; value=ALL; translated value=ALL
[EL Finest]: properties: 2024.04.30 10:50:23.393--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.level.sql; value=FINE; translated value=FINE
[EL Finest]: properties: 2024.04.30 10:50:23.393--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--property=eclipselink.logging.parameters; value=true
[EL Finest]: properties: 2024.04.30 10:50:23.393--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.jdbc.user; value=root
[EL Finest]: properties: 2024.04.30 10:50:23.393--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.jdbc.password; value=xxxxxx
[EL Finest]: properties: 2024.04.30 10:50:23.394--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.jdbc.driver; value=org.apache.derby.client.ClientAutoloadedDriver
[EL Finest]: properties: 2024.04.30 10:50:23.394--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--property=jakarta.persistence.jdbc.url; value=jdbc:derby://localhost/memory:ecltests;create=true
[EL Finest]: properties: 2024.04.30 10:50:23.394--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--property=eclipselink.cache.shared.default; value=false; translated value=false
[EL Info]: 2024.04.30 10:50:23.394--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Finest]: connection: 2024.04.30 10:50:23.395--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle23Platform, regular expression: (?is)oracle.*23.*
[EL Finest]: connection: 2024.04.30 10:50:23.395--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle21Platform, regular expression: (?is)oracle.*21.*
[EL Finest]: connection: 2024.04.30 10:50:23.395--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle19Platform, regular expression: (?is)oracle.*19.*
[EL Finest]: connection: 2024.04.30 10:50:23.395--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle18Platform, regular expression: (?is)oracle.*18.*
[EL Finest]: connection: 2024.04.30 10:50:23.395--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle12Platform, regular expression: (?is)oracle.*12.*
[EL Finest]: connection: 2024.04.30 10:50:23.395--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle11Platform, regular expression: (?is)oracle.*11.*
[EL Finest]: connection: 2024.04.30 10:50:23.395--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle10Platform, regular expression: (?is)oracle.*10.*
[EL Finest]: connection: 2024.04.30 10:50:23.395--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.Oracle9Platform, regular expression: (?is)oracle.*9.*
[EL Finest]: connection: 2024.04.30 10:50:23.395--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle23Platform, regular expression: (?is)core.oracle.*23.*
[EL Finest]: connection: 2024.04.30 10:50:23.395--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle21Platform, regular expression: (?is)core.oracle.*21.*
[EL Finest]: connection: 2024.04.30 10:50:23.395--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle19Platform, regular expression: (?is)core.oracle.*19.*
[EL Finest]: connection: 2024.04.30 10:50:23.395--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle18Platform, regular expression: (?is)core.oracle.*18.*
[EL Finest]: connection: 2024.04.30 10:50:23.395--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle12Platform, regular expression: (?is)core.oracle.*12.*
[EL Finest]: connection: 2024.04.30 10:50:23.395--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle11Platform, regular expression: (?is)core.oracle.*11.*
[EL Finest]: connection: 2024.04.30 10:50:23.395--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle10Platform, regular expression: (?is)core.oracle.*10.*
[EL Finest]: connection: 2024.04.30 10:50:23.395--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.Oracle9Platform, regular expression: (?is)core.oracle.*9.*
[EL Finest]: connection: 2024.04.30 10:50:23.395--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.oracle.OraclePlatform, regular expression: (?is)oracle.*
[EL Finest]: connection: 2024.04.30 10:50:23.395--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLAnywherePlatform, regular expression: SQL\ Anywhere.*
[EL Finest]: connection: 2024.04.30 10:50:23.396--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.SybasePlatform, regular expression: (?i)(sybase.*)|(adaptive\ server\ enterprise.*)|(SQL\ Server.*)
[EL Finest]: connection: 2024.04.30 10:50:23.396--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.SQLServerPlatform, regular expression: (?i)microsoft.*
[EL Finest]: connection: 2024.04.30 10:50:23.396--Thread(Thread[#1,main,5,main])--Database platform: org.eclipse.persistence.platform.database.JavaDBPlatform, regular expression: (?i).*derby.*
[EL Fine]: connection: 2024.04.30 10:50:23.396--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:23.396--ServerSession(802102567)--Connection(1639464943)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:23.397--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Finest]: connection: 2024.04.30 10:50:23.397--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Finest]: connection: 2024.04.30 10:50:23.397--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Fine]: connection: 2024.04.30 10:50:23.398--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit login successful
[EL Finest]: query: 2024.04.30 10:50:23.398--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY")
[EL Finest]: connection: 2024.04.30 10:50:23.398--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:23.398--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--DROP TABLE TRIMENTITY
[EL Fine]: sql: 2024.04.30 10:50:23.399--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Finest]: connection: 2024.04.30 10:50:23.400--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2024.04.30 10:50:23.400--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.400--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY")
[EL Finest]: connection: 2024.04.30 10:50:23.400--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:23.400--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--DROP TABLE TRIMENTITY
[EL Fine]: sql: 2024.04.30 10:50:23.400--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Finest]: connection: 2024.04.30 10:50:23.401--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2024.04.30 10:50:23.401--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.401--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY")
[EL Finest]: connection: 2024.04.30 10:50:23.401--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:23.401--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--DROP TABLE TRIMENTITY
[EL Fine]: sql: 2024.04.30 10:50:23.401--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Finest]: connection: 2024.04.30 10:50:23.402--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2024.04.30 10:50:23.402--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.402--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY")
[EL Finest]: connection: 2024.04.30 10:50:23.402--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:23.402--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--DROP TABLE TRIMENTITY
[EL Fine]: sql: 2024.04.30 10:50:23.402--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Finest]: connection: 2024.04.30 10:50:23.402--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2024.04.30 10:50:23.403--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.403--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="DROP TABLE TRIMENTITY")
[EL Finest]: connection: 2024.04.30 10:50:23.403--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:23.403--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--DROP TABLE TRIMENTITY
[EL Fine]: sql: 2024.04.30 10:50:23.403--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Finest]: connection: 2024.04.30 10:50:23.404--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Warning]: 2024.04.30 10:50:23.404--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.404--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--Execute query DataModifyQuery(sql="CREATE TABLE TRIMENTITY (ID BIGINT NOT NULL, STRVAL1 VARCHAR(255), PRIMARY KEY (ID))")
[EL Finest]: connection: 2024.04.30 10:50:23.404--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:23.404--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--CREATE TABLE TRIMENTITY (ID BIGINT NOT NULL, STRVAL1 VARCHAR(255), PRIMARY KEY (ID))
[EL Finest]: connection: 2024.04.30 10:50:23.406--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finest]: ddl: 2024.04.30 10:50:23.406--Thread(Thread[#1,main,5,main])--The table (TRIMENTITY) is created.
[EL Finer]: metamodel: 2024.04.30 10:50:23.406--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--Canonical Metamodel class [org.eclipse.persistence.jpa.test.query.model.TrimEntity_] found and instantiated during initialization.
[EL Finest]: jpa: 2024.04.30 10:50:23.406--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--End deploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Deployed; factoryCount 1
[EL Finer]: connection: 2024.04.30 10:50:23.407--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--client acquired: 8034063
[EL Finer]: transaction: 2024.04.30 10:50:23.407--ClientSession(8034063)--Thread(Thread[#1,main,5,main])--acquire unit of work: 844405805
[EL Finest]: query: 2024.04.30 10:50:23.407--UnitOfWork(844405805)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(LEADING ? FROM ?))")
[EL Finest]: connection: 2024.04.30 10:50:23.407--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:23.407--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA'))
[EL Finest]: connection: 2024.04.30 10:50:23.409--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finest]: query: 2024.04.30 10:50:23.410--UnitOfWork(844405805)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity )
[EL Finest]: connection: 2024.04.30 10:50:23.410--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:23.410--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA'))
[EL Finest]: connection: 2024.04.30 10:50:23.410--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:50:23.410--UnitOfWork(844405805)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:23.410--ClientSession(8034063)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:23.411--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--client acquired: 1461637090
[EL Finer]: transaction: 2024.04.30 10:50:23.411--ClientSession(1461637090)--Thread(Thread[#1,main,5,main])--acquire unit of work: 387079849
[EL Finest]: query: 2024.04.30 10:50:23.411--UnitOfWork(387079849)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(? FROM ?))")
[EL Finest]: connection: 2024.04.30 10:50:23.411--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:23.411--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAHELLO WORDAAAAA'))
[EL Finest]: connection: 2024.04.30 10:50:23.412--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finest]: query: 2024.04.30 10:50:23.413--UnitOfWork(387079849)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity )
[EL Finest]: connection: 2024.04.30 10:50:23.413--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:23.413--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM('A' FROM 'AAHELLO WORDAAAAA'))
[EL Finest]: connection: 2024.04.30 10:50:23.413--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:50:23.413--UnitOfWork(387079849)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:23.413--ClientSession(1461637090)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:23.413--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--client acquired: 965793166
[EL Finer]: transaction: 2024.04.30 10:50:23.414--ClientSession(965793166)--Thread(Thread[#1,main,5,main])--acquire unit of work: 908396861
[EL Finest]: query: 2024.04.30 10:50:23.414--UnitOfWork(908396861)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT TRIM(LEADING ? FROM ?) FROM TRIMENTITY WHERE (STRVAL1 = ?)")
[EL Finest]: connection: 2024.04.30 10:50:23.414--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:23.414--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--SELECT TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO')
[EL Finest]: connection: 2024.04.30 10:50:23.415--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finest]: query: 2024.04.30 10:50:23.415--UnitOfWork(908396861)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity )
[EL Finest]: connection: 2024.04.30 10:50:23.415--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:23.415--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--SELECT TRIM(LEADING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO')
[EL Finest]: connection: 2024.04.30 10:50:23.416--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:50:23.416--UnitOfWork(908396861)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:23.416--ClientSession(965793166)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:23.416--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--client acquired: 1220950326
[EL Finer]: transaction: 2024.04.30 10:50:23.416--ClientSession(1220950326)--Thread(Thread[#1,main,5,main])--acquire unit of work: 983721071
[EL Finest]: query: 2024.04.30 10:50:23.416--UnitOfWork(983721071)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(TRAILING ? FROM ?))")
[EL Finest]: connection: 2024.04.30 10:50:23.416--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:23.416--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA'))
[EL Finest]: connection: 2024.04.30 10:50:23.418--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finest]: query: 2024.04.30 10:50:23.418--UnitOfWork(983721071)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity )
[EL Finest]: connection: 2024.04.30 10:50:23.418--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:23.418--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--SELECT STRVAL1 FROM TRIMENTITY WHERE (STRVAL1 = TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA'))
[EL Finest]: connection: 2024.04.30 10:50:23.418--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:50:23.418--UnitOfWork(983721071)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:23.418--ClientSession(1220950326)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:23.418--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--client acquired: 936979892
[EL Finer]: transaction: 2024.04.30 10:50:23.418--ClientSession(936979892)--Thread(Thread[#1,main,5,main])--acquire unit of work: 2141841267
[EL Finest]: query: 2024.04.30 10:50:23.418--UnitOfWork(2141841267)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT TRIM(? FROM ?) FROM TRIMENTITY WHERE (STRVAL1 = ?)")
[EL Finest]: connection: 2024.04.30 10:50:23.419--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:23.419--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--SELECT TRIM('A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO')
[EL Finest]: connection: 2024.04.30 10:50:23.420--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finest]: query: 2024.04.30 10:50:23.420--UnitOfWork(2141841267)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity )
[EL Finest]: connection: 2024.04.30 10:50:23.420--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:23.420--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--SELECT TRIM('A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO')
[EL Finest]: connection: 2024.04.30 10:50:23.420--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:50:23.420--UnitOfWork(2141841267)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:23.420--ClientSession(936979892)--Thread(Thread[#1,main,5,main])--client released
[EL Finer]: connection: 2024.04.30 10:50:23.421--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--client acquired: 74629437
[EL Finer]: transaction: 2024.04.30 10:50:23.421--ClientSession(74629437)--Thread(Thread[#1,main,5,main])--acquire unit of work: 624151500
[EL Finest]: query: 2024.04.30 10:50:23.421--UnitOfWork(624151500)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity sql="SELECT TRIM(TRAILING ? FROM ?) FROM TRIMENTITY WHERE (STRVAL1 = ?)")
[EL Finest]: connection: 2024.04.30 10:50:23.421--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:23.421--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--SELECT TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO')
[EL Finest]: connection: 2024.04.30 10:50:23.422--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finest]: query: 2024.04.30 10:50:23.422--UnitOfWork(624151500)--Thread(Thread[#1,main,5,main])--Execute query ReportQuery(referenceClass=TrimEntity )
[EL Finest]: connection: 2024.04.30 10:50:23.422--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection acquired from connection pool [default].
[EL Fine]: sql: 2024.04.30 10:50:23.422--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--SELECT TRIM(TRAILING 'A' FROM 'AAHELLO WORDAAAAA') FROM TRIMENTITY WHERE (STRVAL1 = 'HELLO')
[EL Finest]: connection: 2024.04.30 10:50:23.423--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:50:23.423--UnitOfWork(624151500)--Thread(Thread[#1,main,5,main])--release unit of work
[EL Finer]: connection: 2024.04.30 10:50:23.423--ClientSession(74629437)--Thread(Thread[#1,main,5,main])--client released
[EL Finest]: jpa: 2024.04.30 10:50:23.423--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--Begin undeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit; state Deployed; factoryCount 1
[EL Fine]: connection: 2024.04.30 10:50:23.423--ServerSession(802102567)--Connection(580861021)--Thread(Thread[#1,main,5,main])--disconnect
[EL Finer]: cache: 2024.04.30 10:50:23.423--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--initialize identitymaps
[EL Fine]: connection: 2024.04.30 10:50:23.423--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_TrimPersistenceUnit logout successful
[EL Fine]: connection: 2024.04.30 10:50:23.423--ServerSession(802102567)--Connection(1639464943)--Thread(Thread[#1,main,5,main])--disconnect
[EL Finest]: jpa: 2024.04.30 10:50:23.423--ServerSession(802102567)--Thread(Thread[#1,main,5,main])--End undeploying Persistence Unit TrimPersistenceUnit; session /file:/home/jenkins/agent/workspace/eclipselink-cb-master/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.032 s -- in org.eclipse.persistence.jpa.test.query.TestTrimFunction
[INFO] Running org.eclipse.persistence.jpa.test.sequence.TestIdentityGeneration
[EL Finer]: jpa: 2024.04.30 10:50:23.425--Thread(Thread[#1,main,5,main])--JavaSECMPInitializer - predeploying default-pu-name.
[EL Fine]: server: 2024.04.30 10:50:23.425--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:23.427--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.sequence.model.Coffee] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:23.427--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.sequence.model.StepExecutionEntity] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:23.427--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The target entity (reference) class for the many to one mapping element [field childEntity] is being defaulted to: class org.eclipse.persistence.jpa.test.sequence.model.StepExecutionEntity.
[EL Config]: metadata: 2024.04.30 10:50:23.427--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.sequence.model.Tea] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:23.427--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The element [field teaShops] is being defaulted to a one to many mapping.
[EL Config]: metadata: 2024.04.30 10:50:23.427--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The target entity (reference) class for the one to many mapping element [field teaShops] is being defaulted to: class org.eclipse.persistence.jpa.test.sequence.model.TeaShop.
[EL Config]: metadata: 2024.04.30 10:50:23.428--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.sequence.model.TeaShop] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:23.428--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The target entity (reference) class for the many to many mapping element [field teas] is being defaulted to: class org.eclipse.persistence.jpa.test.sequence.model.Tea.
[EL Config]: metadata: 2024.04.30 10:50:23.428--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.sequence.model.Coffee] is being defaulted to: Coffee.
[EL Config]: metadata: 2024.04.30 10:50:23.428--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.sequence.model.Coffee] is being defaulted to: COFFEE.
[EL Config]: metadata: 2024.04.30 10:50:23.428--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The column name for element [price] is being defaulted to: PRICE.
[EL Config]: metadata: 2024.04.30 10:50:23.428--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The column name for element [name] is being defaulted to: NAME.
[EL Config]: metadata: 2024.04.30 10:50:23.428--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:23.428--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.sequence.model.StepExecutionEntity] is being defaulted to: StepExecutionEntity.
[EL Config]: metadata: 2024.04.30 10:50:23.428--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.sequence.model.StepExecutionEntity] is being defaulted to: STEPEXECUTIONENTITY.
[EL Config]: metadata: 2024.04.30 10:50:23.428--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:23.428--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.sequence.model.Tea] is being defaulted to: Tea.
[EL Config]: metadata: 2024.04.30 10:50:23.428--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.sequence.model.Tea] is being defaulted to: TEA.
[EL Config]: metadata: 2024.04.30 10:50:23.428--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The column name for element [cost] is being defaulted to: COST.
[EL Config]: metadata: 2024.04.30 10:50:23.428--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The column name for element [price] is being defaulted to: PRICE.
[EL Config]: metadata: 2024.04.30 10:50:23.428--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The column name for element [name] is being defaulted to: NAME.
[EL Config]: metadata: 2024.04.30 10:50:23.428--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:23.428--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The column name for element [manufacturer] is being defaulted to: MANUFACTURER.
[EL Config]: metadata: 2024.04.30 10:50:23.428--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.sequence.model.TeaShop] is being defaulted to: TeaShop.
[EL Config]: metadata: 2024.04.30 10:50:23.429--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.sequence.model.TeaShop] is being defaulted to: TEASHOP.
[EL Config]: metadata: 2024.04.30 10:50:23.429--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The column name for element [name] is being defaulted to: NAME.
[EL Config]: metadata: 2024.04.30 10:50:23.429--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:23.429--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The primary key column name for the mapping element [field childEntity] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:23.429--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The join table name for the many to many mapping [field teaShops] is being defaulted to: TEA_TEASHOP.
[EL Config]: metadata: 2024.04.30 10:50:23.429--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The source primary key column name for the many to many mapping [field teaShops] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:23.429--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The source foreign key column name for the many to many mapping [teaShops] is being defaulted to: Tea_ID.
[EL Config]: metadata: 2024.04.30 10:50:23.429--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The target primary key column name for the many to many mapping [field teaShops] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:23.429--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The target foreign key column name for the many to many mapping [teaShops] is being defaulted to: teaShops_ID.
[EL Config]: metadata: 2024.04.30 10:50:23.429--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The source primary key column name for the many to many mapping [field teas] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:23.429--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--The target primary key column name for the many to many mapping [field teas] is being defaulted to: ID.
[EL Info]: 2024.04.30 10:50:23.431--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:23.433--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:23.433--ServerSession(419055650)--Connection(1878790819)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:23.434--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:23.435--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful
[EL Fine]: sql: 2024.04.30 10:50:23.436--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEA_DETAILS DROP CONSTRAINT TDTAILSSCNDTABLEID
[EL Fine]: sql: 2024.04.30 10:50:23.437--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.437--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.438--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--ALTER TABLE STEPEXECUTIONENTITY DROP CONSTRAINT STPXCTIONENTITYFKD
[EL Fine]: sql: 2024.04.30 10:50:23.438--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.438--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.439--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEA_TEASHOP DROP CONSTRAINT TATEASHOPtaShopsID
[EL Fine]: sql: 2024.04.30 10:50:23.439--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.439--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.439--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEA_TEASHOP DROP CONSTRAINT TEA_TEASHOP_Tea_ID
[EL Fine]: sql: 2024.04.30 10:50:23.440--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.440--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.440--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEASHOP_TEA DROP CONSTRAINT TASHOPTEATEASHOPID
[EL Fine]: sql: 2024.04.30 10:50:23.441--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.441--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.441--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEASHOP_TEA DROP CONSTRAINT TEASHOP_TEA_TEA_ID
[EL Fine]: sql: 2024.04.30 10:50:23.441--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.442--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.442--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE COFFEE
[EL Fine]: sql: 2024.04.30 10:50:23.442--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.442--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.442--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA
[EL Fine]: sql: 2024.04.30 10:50:23.443--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.443--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.443--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_DETAILS
[EL Fine]: sql: 2024.04.30 10:50:23.443--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.444--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.444--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP
[EL Fine]: sql: 2024.04.30 10:50:23.444--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.444--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.444--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE STEPEXECUTIONENTITY
[EL Fine]: sql: 2024.04.30 10:50:23.445--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.445--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.445--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_TEASHOP
[EL Fine]: sql: 2024.04.30 10:50:23.446--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.446--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.446--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP_TEA
[EL Fine]: sql: 2024.04.30 10:50:23.446--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.447--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.447--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE COFFEE
[EL Fine]: sql: 2024.04.30 10:50:23.447--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.447--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.447--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA
[EL Fine]: sql: 2024.04.30 10:50:23.448--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.448--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.448--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_DETAILS
[EL Fine]: sql: 2024.04.30 10:50:23.449--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.449--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.449--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP
[EL Fine]: sql: 2024.04.30 10:50:23.449--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.450--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.450--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE STEPEXECUTIONENTITY
[EL Fine]: sql: 2024.04.30 10:50:23.450--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.450--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.450--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_TEASHOP
[EL Fine]: sql: 2024.04.30 10:50:23.451--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.451--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.451--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP_TEA
[EL Fine]: sql: 2024.04.30 10:50:23.451--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.452--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.452--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE COFFEE
[EL Fine]: sql: 2024.04.30 10:50:23.452--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.452--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.452--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA
[EL Fine]: sql: 2024.04.30 10:50:23.459--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.460--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.460--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_DETAILS
[EL Fine]: sql: 2024.04.30 10:50:23.460--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.460--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.461--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP
[EL Fine]: sql: 2024.04.30 10:50:23.461--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.461--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.461--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE STEPEXECUTIONENTITY
[EL Fine]: sql: 2024.04.30 10:50:23.462--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.462--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.462--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_TEASHOP
[EL Fine]: sql: 2024.04.30 10:50:23.463--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.463--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.463--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP_TEA
[EL Fine]: sql: 2024.04.30 10:50:23.463--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.464--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.464--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE COFFEE
[EL Fine]: sql: 2024.04.30 10:50:23.464--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.464--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.464--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA
[EL Fine]: sql: 2024.04.30 10:50:23.465--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.465--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.465--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_DETAILS
[EL Fine]: sql: 2024.04.30 10:50:23.466--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.466--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.466--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP
[EL Fine]: sql: 2024.04.30 10:50:23.466--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.466--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.467--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE STEPEXECUTIONENTITY
[EL Fine]: sql: 2024.04.30 10:50:23.467--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.467--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.467--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_TEASHOP
[EL Fine]: sql: 2024.04.30 10:50:23.468--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.468--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.468--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP_TEA
[EL Fine]: sql: 2024.04.30 10:50:23.468--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.469--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.469--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE COFFEE
[EL Fine]: sql: 2024.04.30 10:50:23.469--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.469--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.469--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA
[EL Fine]: sql: 2024.04.30 10:50:23.470--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.470--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.470--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_DETAILS
[EL Fine]: sql: 2024.04.30 10:50:23.470--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.471--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.471--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP
[EL Fine]: sql: 2024.04.30 10:50:23.471--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.471--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.471--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE STEPEXECUTIONENTITY
[EL Fine]: sql: 2024.04.30 10:50:23.472--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.472--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.472--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEA_TEASHOP
[EL Fine]: sql: 2024.04.30 10:50:23.472--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.473--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.473--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE TEASHOP_TEA
[EL Fine]: sql: 2024.04.30 10:50:23.473--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.473--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:23.473--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,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: 2024.04.30 10:50:23.476--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,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: 2024.04.30 10:50:23.478--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--CREATE TABLE TEA_DETAILS (SECONDTABLE_ID BIGINT NOT NULL, COST FLOAT, MANUFACTURER VARCHAR(255), PRIMARY KEY (SECONDTABLE_ID))
[EL Fine]: sql: 2024.04.30 10:50:23.480--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--CREATE TABLE TEASHOP (ID BIGINT NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:23.481--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--CREATE TABLE STEPEXECUTIONENTITY (ID BIGINT GENERATED BY DEFAULT AS IDENTITY NOT NULL, FK_ID BIGINT, PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:23.482--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--CREATE TABLE TEA_TEASHOP (Tea_ID BIGINT NOT NULL  /*  */ , teaShops_ID BIGINT NOT NULL  /*  */ , PRIMARY KEY (Tea_ID, teaShops_ID))
[EL Fine]: sql: 2024.04.30 10:50:23.484--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--CREATE TABLE TEASHOP_TEA (TEASHOP_ID BIGINT NOT NULL  /*  */ , TEA_ID BIGINT NOT NULL  /*  */ , PRIMARY KEY (TEASHOP_ID, TEA_ID))
[EL Fine]: sql: 2024.04.30 10:50:23.485--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEA_DETAILS ADD CONSTRAINT TDTAILSSCNDTABLEID FOREIGN KEY (SECONDTABLE_ID) REFERENCES TEA (ID)
[EL Fine]: sql: 2024.04.30 10:50:23.487--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--ALTER TABLE STEPEXECUTIONENTITY ADD CONSTRAINT STPXCTIONENTITYFKD FOREIGN KEY (FK_ID) REFERENCES STEPEXECUTIONENTITY (ID)
[EL Fine]: sql: 2024.04.30 10:50:23.488--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEA_TEASHOP ADD CONSTRAINT TATEASHOPtaShopsID FOREIGN KEY (teaShops_ID) REFERENCES TEASHOP (ID)
[EL Fine]: sql: 2024.04.30 10:50:23.490--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEA_TEASHOP ADD CONSTRAINT TEA_TEASHOP_Tea_ID FOREIGN KEY (Tea_ID) REFERENCES TEA (ID)
[EL Fine]: sql: 2024.04.30 10:50:23.492--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEASHOP_TEA ADD CONSTRAINT TASHOPTEATEASHOPID FOREIGN KEY (TEASHOP_ID) REFERENCES TEASHOP (ID)
[EL Fine]: sql: 2024.04.30 10:50:23.494--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--ALTER TABLE TEASHOP_TEA ADD CONSTRAINT TEASHOP_TEA_TEA_ID FOREIGN KEY (TEA_ID) REFERENCES TEA (ID)
[EL Fine]: sql: 2024.04.30 10:50:23.497--ClientSession(864016033)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--INSERT INTO TEA (NAME, PRICE) VALUES (?, ?)
	bind => [Oolong, 2.34]
[EL Fine]: sql: 2024.04.30 10:50:23.502--ClientSession(864016033)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--INSERT INTO TEA (NAME, PRICE) VALUES (?, ?)
	bind => [Earl Grey, 3.29]
[EL Fine]: sql: 2024.04.30 10:50:23.503--ClientSession(864016033)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--INSERT INTO TEA_DETAILS (COST, MANUFACTURER, SECONDTABLE_ID) VALUES (?, ?, ?)
	bind => [0.75, Lipton, 1]
[EL Fine]: sql: 2024.04.30 10:50:23.505--ClientSession(864016033)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--INSERT INTO TEA_DETAILS (COST, MANUFACTURER, SECONDTABLE_ID) VALUES (?, ?, ?)
	bind => [1.29, Lipton, 2]
[EL Fine]: sql: 2024.04.30 10:50:23.506--ClientSession(864016033)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--INSERT INTO TEASHOP (ID, NAME) VALUES (?, ?)
	bind => [12, null]
[EL Fine]: sql: 2024.04.30 10:50:23.508--ClientSession(864016033)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--INSERT INTO TEASHOP_TEA (TEA_ID, TEASHOP_ID) VALUES (?, ?)
	bind => [1, 12]
[EL Fine]: sql: 2024.04.30 10:50:23.510--ClientSession(864016033)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--INSERT INTO TEASHOP_TEA (TEA_ID, TEASHOP_ID) VALUES (?, ?)
	bind => [2, 12]
[EL Fine]: sql: 2024.04.30 10:50:23.512--ClientSession(1545523026)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TABLE COFFEE_AUDIT
[EL Fine]: sql: 2024.04.30 10:50:23.513--ClientSession(1545523026)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.513--UnitOfWork(1663686815)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'COFFEE_AUDIT' because it does not exist.
Error Code: 20000
Call: DROP TABLE COFFEE_AUDIT
Query: DataModifyQuery(sql="DROP TABLE COFFEE_AUDIT")
[EL Fine]: sql: 2024.04.30 10:50:23.514--ClientSession(284951008)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--CREATE TABLE COFFEE_AUDIT (AUDIT_ID BIGINT GENERATED ALWAYS AS IDENTITY NOT NULL, COFFEE_ID BIGINT NOT NULL, NAME VARCHAR(255), PRICE FLOAT, PRIMARY KEY (AUDIT_ID))
[EL Fine]: sql: 2024.04.30 10:50:23.516--ClientSession(284951008)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--DROP TRIGGER coffeetrigger
[EL Fine]: sql: 2024.04.30 10:50:23.517--ClientSession(284951008)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:23.518--UnitOfWork(1302615207)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: TRIGGER 'COFFEETRIGGER' does not exist.
Error Code: 20000
Call: DROP TRIGGER coffeetrigger
Query: DataModifyQuery(sql="DROP TRIGGER coffeetrigger")
[EL Fine]: sql: 2024.04.30 10:50:23.518--ClientSession(303275440)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--CREATE TRIGGER coffeetrigger AFTER INSERT ON COFFEE REFERENCING NEW_TABLE AS NEW_COFFEE FOR EACH STATEMENT MODE DB2SQL INSERT INTO COFFEE_AUDIT( COFFEE_ID, NAME, PRICE ) SELECT i.ID, i.NAME, i.PRICE FROM NEW_COFFEE i
[EL Fine]: sql: 2024.04.30 10:50:23.533--ClientSession(303275440)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--INSERT INTO COFFEE_AUDIT (COFFEE_ID, NAME, PRICE) VALUES (1, 'COFFEE1', 11.1)
[EL Fine]: sql: 2024.04.30 10:50:23.536--ClientSession(303275440)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--INSERT INTO COFFEE_AUDIT (COFFEE_ID, NAME, PRICE) VALUES (2, 'COFFEE2', 22.2)
[EL Fine]: sql: 2024.04.30 10:50:23.538--ClientSession(303275440)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--INSERT INTO COFFEE_AUDIT (COFFEE_ID, NAME, PRICE) VALUES (3, 'COFFEE3', 33.3)
[EL Fine]: sql: 2024.04.30 10:50:23.539--ClientSession(327847070)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--INSERT INTO COFFEE (NAME, PRICE) VALUES (?, ?)
	bind => [Capa, 4.2]
[EL Fine]: sql: 2024.04.30 10:50:23.563--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--SELECT ID, NAME, PRICE FROM COFFEE WHERE (ID = ?)
	bind => [1]
[EL Fine]: sql: 2024.04.30 10:50:23.566--ClientSession(327847070)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--SELECT AUDIT_ID, COFFEE_ID FROM COFFEE_AUDIT WHERE NAME = 'Capa' AND PRICE = 4.2
[EL Fine]: sql: 2024.04.30 10:50:23.569--ClientSession(1820485924)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--INSERT INTO STEPEXECUTIONENTITY (FK_ID) VALUES (?)
	bind => [null]
[EL Fine]: sql: 2024.04.30 10:50:23.573--ClientSession(1820485924)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--UPDATE STEPEXECUTIONENTITY SET FK_ID = ? WHERE (ID = ?)
	bind => [1, 1]
[EL Fine]: connection: 2024.04.30 10:50:23.576--ServerSession(419055650)--Connection(1272713136)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:23.576--ServerSession(419055650)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful
[EL Fine]: connection: 2024.04.30 10:50:23.576--ServerSession(419055650)--Connection(1878790819)--Thread(Thread[#1,main,5,main])--disconnect
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.150 s -- in org.eclipse.persistence.jpa.test.sequence.TestIdentityGeneration
[INFO] Running org.eclipse.persistence.jpa.test.sequence.TestSequenceStartAtNextValue
[EL Info]: 2024.04.30 10:50:23.581--ServerSession(1991850937)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: 2024.04.30 10:50:23.593--ServerSession(1991850937)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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")
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.persistence.jpa.test.sequence.TestSequenceStartAtNextValue
[INFO] Running org.eclipse.persistence.jpa.test.sequence.TestTableQualifier
[EL Info]: 2024.04.30 10:50:23.606--ServerSession(1738040544)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.persistence.jpa.test.sequence.TestTableQualifier
[INFO] Running org.eclipse.persistence.jpa.test.server.TestJNDIConnector
[EL Info]: 2024.04.30 10:50:23.630--ServerSession(636149734)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:50:23.638--ServerSession(1800405372)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:50:23.643--ServerSession(13505962)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:50:23.646--ServerSession(218903976)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.persistence.jpa.test.server.TestJNDIConnector
[INFO] Running org.eclipse.persistence.jpa.test.server.TestTargetServerDetector
[EL Info]: 2024.04.30 10:50:23.655--ServerSession(2090782110)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:50:23.659--ServerSession(1755275498)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.persistence.jpa.test.server.TestTargetServerDetector
[INFO] Running org.eclipse.persistence.jpa.test.storedproc.TestDB2Platform
[EL Info]: 2024.04.30 10:50:23.669--ServerSession(302990364)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.persistence.jpa.test.storedproc.TestDB2Platform
[INFO] Running org.eclipse.persistence.jpa.test.storedproc.TestStoredProcedures
[EL Info]: 2024.04.30 10:50:23.699--ServerSession(1996410489)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metamodel: 2024.04.30 10:50:23.702--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.004 s -- in org.eclipse.persistence.jpa.test.storedproc.TestStoredProcedures
[INFO] Running org.eclipse.persistence.jpa.test.storedproc.TestStoredProceduresCursors
[EL Info]: 2024.04.30 10:50:23.707--ServerSession(788934076)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.014 s -- in org.eclipse.persistence.jpa.test.storedproc.TestStoredProceduresCursors
[INFO] Running org.eclipse.persistence.jpa.test.uuid.TestStringUUID
[EL Info]: 2024.04.30 10:50:23.723--ServerSession(297366988)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.persistence.jpa.test.uuid.TestStringUUID
[INFO] Running org.eclipse.persistence.jpa.test.uuid.TestUUIDGenerator
[EL Info]: 2024.04.30 10:50:23.831--ServerSession(1123205773)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 s -- in org.eclipse.persistence.jpa.test.uuid.TestUUIDGenerator
[INFO] Running org.eclipse.persistence.jpa.test.uuid.TestUuidWithAppendParameters
[EL Info]: 2024.04.30 10:50:23.950--ServerSession(1455197253)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.persistence.jpa.test.uuid.TestUuidWithAppendParameters
[INFO] Running org.eclipse.persistence.jpa.test.uuid.TestUuidWithBindParameters
[EL Info]: 2024.04.30 10:50:23.980--ServerSession(1387778771)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.persistence.jpa.test.uuid.TestUuidWithBindParameters
[INFO] Running org.eclipse.persistence.jpa.test.version.TestVersioning
[EL Fine]: server: 2024.04.30 10:50:24.000--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.04.30 10:50:24.001--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity2] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:24.001--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.version.model.IntegerVersionedEntity] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:24.002--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity] is set to [FIELD].
[EL Config]: metadata: 2024.04.30 10:50:24.002--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity2] is being defaulted to: TemporalVersionedEntity2.
[EL Config]: metadata: 2024.04.30 10:50:24.002--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity2] is being defaulted to: TEMPORALVERSIONEDENTITY2.
[EL Config]: metadata: 2024.04.30 10:50:24.002--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:24.002--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--The column name for element [version] is being defaulted to: VERSION.
[EL Config]: metadata: 2024.04.30 10:50:24.002--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.version.model.IntegerVersionedEntity] is being defaulted to: IntegerVersionedEntity.
[EL Config]: metadata: 2024.04.30 10:50:24.002--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.version.model.IntegerVersionedEntity] is being defaulted to: INTEGERVERSIONEDENTITY.
[EL Config]: metadata: 2024.04.30 10:50:24.003--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--The column name for element [data] is being defaulted to: DATA.
[EL Config]: metadata: 2024.04.30 10:50:24.003--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:24.003--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--The column name for element [theVersion] is being defaulted to: THEVERSION.
[EL Config]: metadata: 2024.04.30 10:50:24.003--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--The alias name for the entity class [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity] is being defaulted to: TemporalVersionedEntity.
[EL Config]: metadata: 2024.04.30 10:50:24.003--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--The table name for entity [class org.eclipse.persistence.jpa.test.version.model.TemporalVersionedEntity] is being defaulted to: TEMPORALVERSIONEDENTITY.
[EL Config]: metadata: 2024.04.30 10:50:24.003--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--The column name for element [id] is being defaulted to: ID.
[EL Config]: metadata: 2024.04.30 10:50:24.003--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--The column name for element [updatetimestamp] is being defaulted to: UPDATETIMESTAMP.
[EL Info]: 2024.04.30 10:50:24.005--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Fine]: connection: 2024.04.30 10:50:24.007--Thread(Thread[#1,main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.JavaDBPlatform
[EL Fine]: connection: 2024.04.30 10:50:24.007--ServerSession(2024314110)--Connection(1410571219)--Thread(Thread[#1,main,5,main])--connecting(DatabaseLogin(
	platform=>JavaDBPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:50:24.008--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Fine]: connection: 2024.04.30 10:50:24.009--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name login successful
[EL Fine]: sql: 2024.04.30 10:50:24.010--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY
[EL Fine]: sql: 2024.04.30 10:50:24.011--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:24.011--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:24.011--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2
[EL Fine]: sql: 2024.04.30 10:50:24.012--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:24.012--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:24.012--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY
[EL Fine]: sql: 2024.04.30 10:50:24.013--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:24.013--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:24.013--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY
[EL Fine]: sql: 2024.04.30 10:50:24.013--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:24.014--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:24.014--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2
[EL Fine]: sql: 2024.04.30 10:50:24.014--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:24.014--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:24.015--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY
[EL Fine]: sql: 2024.04.30 10:50:24.015--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:24.015--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:24.015--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY
[EL Fine]: sql: 2024.04.30 10:50:24.016--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:24.016--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:24.016--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2
[EL Fine]: sql: 2024.04.30 10:50:24.016--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:24.017--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:24.017--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY
[EL Fine]: sql: 2024.04.30 10:50:24.017--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:24.018--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:24.018--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY
[EL Fine]: sql: 2024.04.30 10:50:24.018--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:24.018--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:24.018--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2
[EL Fine]: sql: 2024.04.30 10:50:24.019--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:24.019--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:24.019--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY
[EL Fine]: sql: 2024.04.30 10:50:24.020--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:24.020--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:24.020--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY
[EL Fine]: sql: 2024.04.30 10:50:24.021--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:24.021--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:24.021--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--DROP TABLE TEMPORALVERSIONEDENTITY2
[EL Fine]: sql: 2024.04.30 10:50:24.022--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:24.022--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:24.022--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--DROP TABLE INTEGERVERSIONEDENTITY
[EL Fine]: sql: 2024.04.30 10:50:24.022--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--VALUES(1)
[EL Warning]: 2024.04.30 10:50:24.023--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:24.023--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--CREATE TABLE TEMPORALVERSIONEDENTITY (ID BIGINT NOT NULL, UPDATETIMESTAMP TIMESTAMP, PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:24.025--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--CREATE TABLE TEMPORALVERSIONEDENTITY2 (ID BIGINT NOT NULL, VERSION TIMESTAMP, PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:24.026--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--CREATE TABLE INTEGERVERSIONEDENTITY (ID BIGINT NOT NULL, DATA VARCHAR(255), THEVERSION INTEGER, PRIMARY KEY (ID))
[EL Fine]: sql: 2024.04.30 10:50:24.029--ClientSession(925762016)--Connection(430330573)--Thread(Thread[#1,main,5,main])--VALUES CURRENT_TIMESTAMP
[EL Fine]: sql: 2024.04.30 10:50:24.031--ClientSession(925762016)--Connection(430330573)--Thread(Thread[#1,main,5,main])--INSERT INTO TEMPORALVERSIONEDENTITY (ID, UPDATETIMESTAMP) VALUES (?, ?)
	bind => [1, 2024-04-30 10:50:24.03]
[EL Fine]: sql: 2024.04.30 10:50:26.536--ClientSession(1449946001)--Connection(430330573)--Thread(Thread[#1,main,5,main])--UPDATE TEMPORALVERSIONEDENTITY SET UPDATETIMESTAMP = ? WHERE ((ID = ?) AND (UPDATETIMESTAMP = ?))
	bind => [2024-04-30 10:50:26.0, 1, 2024-04-30 10:50:24.03]
[EL Fine]: sql: 2024.04.30 10:50:26.541--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--SELECT ID, UPDATETIMESTAMP FROM TEMPORALVERSIONEDENTITY WHERE (ID = ?)
	bind => [1]
[EL Fine]: sql: 2024.04.30 10:50:29.044--ClientSession(1107364808)--Connection(430330573)--Thread(Thread[#1,main,5,main])--UPDATE TEMPORALVERSIONEDENTITY SET UPDATETIMESTAMP = ? WHERE ((ID = ?) AND (UPDATETIMESTAMP = ?))
	bind => [2024-04-30 10:50:28.0, 1, 2024-04-30 10:50:26.0]
[EL Fine]: sql: 2024.04.30 10:50:29.045--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--SELECT ID, UPDATETIMESTAMP FROM TEMPORALVERSIONEDENTITY WHERE (ID = ?)
	bind => [1]
[EL Fine]: sql: 2024.04.30 10:50:29.046--ClientSession(1099311666)--Connection(430330573)--Thread(Thread[#1,main,5,main])--VALUES CURRENT_TIMESTAMP
[EL Fine]: sql: 2024.04.30 10:50:29.047--ClientSession(1099311666)--Connection(430330573)--Thread(Thread[#1,main,5,main])--INSERT INTO TEMPORALVERSIONEDENTITY2 (ID, VERSION) VALUES (?, ?)
	bind => [1, 2024-04-30 10:50:29.047]
[EL Fine]: sql: 2024.04.30 10:50:31.551--ClientSession(1921700436)--Connection(430330573)--Thread(Thread[#1,main,5,main])--UPDATE TEMPORALVERSIONEDENTITY2 SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
	bind => [2024-04-30 10:50:31.0, 1, 2024-04-30 10:50:29.047]
[EL Fine]: sql: 2024.04.30 10:50:31.555--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--SELECT ID, VERSION FROM TEMPORALVERSIONEDENTITY2 WHERE (ID = ?)
	bind => [1]
[EL Fine]: sql: 2024.04.30 10:50:34.058--ClientSession(1669589586)--Connection(430330573)--Thread(Thread[#1,main,5,main])--UPDATE TEMPORALVERSIONEDENTITY2 SET VERSION = ? WHERE ((ID = ?) AND (VERSION = ?))
	bind => [2024-04-30 10:50:33.0, 1, 2024-04-30 10:50:31.0]
[EL Fine]: sql: 2024.04.30 10:50:34.060--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--SELECT ID, VERSION FROM TEMPORALVERSIONEDENTITY2 WHERE (ID = ?)
	bind => [1]
[EL Fine]: sql: 2024.04.30 10:50:34.061--ClientSession(388910394)--Connection(430330573)--Thread(Thread[#1,main,5,main])--INSERT INTO INTEGERVERSIONEDENTITY (ID, DATA, THEVERSION) VALUES (?, ?, ?)
	bind => [1, Data, 1]
[EL Fine]: sql: 2024.04.30 10:50:34.064--ClientSession(540278073)--Connection(430330573)--Thread(Thread[#1,main,5,main])--UPDATE INTEGERVERSIONEDENTITY SET DATA = ?, THEVERSION = ? WHERE ((ID = ?) AND (THEVERSION = ?))
	bind => [Lore, 2, 1, 1]
[EL Fine]: sql: 2024.04.30 10:50:34.068--ClientSession(1268289547)--Connection(430330573)--Thread(Thread[#1,main,5,main])--INSERT INTO INTEGERVERSIONEDENTITY (ID, DATA, THEVERSION) VALUES (?, ?, ?)
	bind => [2, Data, 1]
[EL Fine]: sql: 2024.04.30 10:50:34.069--ClientSession(1239724850)--Connection(430330573)--Thread(Thread[#1,main,5,main])--UPDATE INTEGERVERSIONEDENTITY SET DATA = 'Lore', THEVERSION = (THEVERSION + 1) WHERE (ID = 2)
[EL Fine]: sql: 2024.04.30 10:50:34.074--ClientSession(1239724850)--Connection(430330573)--Thread(Thread[#1,main,5,main])--UPDATE INTEGERVERSIONEDENTITY SET DATA = ?, THEVERSION = ? WHERE ((ID = ?) AND (THEVERSION = ?))
	bind => [Information, 2, 2, 1]
[EL Warning]: 2024.04.30 10:50:34.081--UnitOfWork(940357603)--Thread(Thread[#1,main,5,main])--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [IntegerVersionedEntity [id=2, data=Information, theVersion=2]] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.jpa.test.version.model.IntegerVersionedEntity Primary Key> 2
[EL Fine]: sql: 2024.04.30 10:50:34.083--ClientSession(589575045)--Connection(430330573)--Thread(Thread[#1,main,5,main])--INSERT INTO INTEGERVERSIONEDENTITY (ID, DATA, THEVERSION) VALUES (?, ?, ?)
	bind => [3, Data, 1]
[EL Fine]: sql: 2024.04.30 10:50:34.084--ClientSession(259489089)--Connection(430330573)--Thread(Thread[#1,main,5,main])--UPDATE INTEGERVERSIONEDENTITY SET THEVERSION = ? WHERE ((ID = ?) AND (THEVERSION = ?))
	bind => [10, 3, 1]
[EL Fine]: connection: 2024.04.30 10:50:34.087--ServerSession(2024314110)--Connection(430330573)--Thread(Thread[#1,main,5,main])--disconnect
[EL Fine]: connection: 2024.04.30 10:50:34.087--ServerSession(2024314110)--Thread(Thread[#1,main,5,main])--/file:/home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.test.jse/target/test-run/./_default-pu-name logout successful
[EL Fine]: connection: 2024.04.30 10:50:34.087--ServerSession(2024314110)--Connection(1410571219)--Thread(Thread[#1,main,5,main])--disconnect
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.09 s -- in org.eclipse.persistence.jpa.test.version.TestVersioning
[INFO] Running org.eclipse.persistence.jpa.test.weave.TestWeaving
[EL Info]: 2024.04.30 10:50:34.093--ServerSession(926874274)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.persistence.jpa.test.weave.TestWeaving
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 748, Failures: 0, Errors: 0, Skipped: 29
[INFO] 
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (test-jpa-jse-deadlock) @ org.eclipse.persistence.jpa.jse.test ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.jpa.test.cachedeadlock.CacheDeadLockDetectionTest
Apr 30, 2024 10:50:35 AM org.jboss.weld.bootstrap.WeldStartup <clinit>
INFO: WELD-000900: 6.0.0 (Beta1)
Apr 30, 2024 10:50:35 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.
Apr 30, 2024 10:50:35 AM org.jboss.weld.environment.se.WeldContainer fireContainerInitializedEvent
INFO: WELD-ENV-002003: Weld SE container 60a5b4c9-487d-47e0-a904-4f002063181d initialized
[EL Info]: 2024.04.30 10:50:35.982--ServerSession(215614514)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: 2024.04.30 10:50:36.151--ServerSession(215614514)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:50:36.162--ServerSession(215614514)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:50:36.285--Summary current cache key of thread ForkJoinPool.commonPool-worker-3 Stuck thread problem: unique tiny message number (1) 
 The Thread [ForkJoinPool.commonPool-worker-3]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 1334131956) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1846071523) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-30 10:50:36.206)  (totalNumberOfTimeCacheKeyAcquiredForReading:  7)  (totalNumberOfTimeCacheKeyReleasedForReading:  7)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (5 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-3 Listing of all ACTIVE Locks.
Thread Name: ForkJoinPool.commonPool-worker-3 
0 Active locks. The lockManager for this thread is null. 

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

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


[EL Severe]: cache: 2024.04.30 10:50:36.304--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@21.0.2/java.lang.Thread.sleep0(Native Method)
        at java.base@21.0.2/java.lang.Thread.sleep(Thread.java:509)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.CacheDeadLockDetectionTest.bugTest(CacheDeadLockDetectionTest.java:70)
        at java.base@21.0.2/java.lang.invoke.LambdaForm$DMH/0x00007f0b441fc000.invokeVirtual(LambdaForm$DMH)
        at java.base@21.0.2/java.lang.invoke.LambdaForm$MH/0x00007f0b441fcc00.invoke(LambdaForm$MH)
        at java.base@21.0.2/java.lang.invoke.Invokers$Holder.invokeExact_MT(Invokers$Holder)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(DirectMethodHandleAccessor.java:153)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base@21.0.2/java.lang.reflect.Method.invoke(Method.java:580)
        at app//org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
        at app//org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at app//org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
        at app//org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at app//org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        at app//org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
        at app//org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
        at app//org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
        at app//org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
        at app//org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
        at app//org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
        at app//org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
        at app//org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
        at app//org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
        at app//org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
        at app//org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
        at app//org.junit.runners.ParentRunner.run(ParentRunner.java:413)
        at app//org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
        at app//org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
        at app//org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
        at app//org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
        at app//org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
        at app//org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
        at app//org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
        at app//org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

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

"Finalizer" 
   java.lang.Thread.State: WAITING
        at java.base@21.0.2/java.lang.Object.wait0(Native Method)
        at java.base@21.0.2/java.lang.Object.wait(Object.java:366)
        at java.base@21.0.2/java.lang.Object.wait(Object.java:339)
        at java.base@21.0.2/java.lang.ref.NativeReferenceQueue.await(NativeReferenceQueue.java:48)
        at java.base@21.0.2/java.lang.ref.ReferenceQueue.remove0(ReferenceQueue.java:158)
        at java.base@21.0.2/java.lang.ref.NativeReferenceQueue.remove(NativeReferenceQueue.java:89)
        at java.base@21.0.2/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:173)

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

"Notification Thread" 
   java.lang.Thread.State: RUNNABLE

"Common-Cleaner" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@21.0.2/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@21.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
        at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1847)
        at java.base@21.0.2/java.lang.ref.ReferenceQueue.await(ReferenceQueue.java:71)
        at java.base@21.0.2/java.lang.ref.ReferenceQueue.remove0(ReferenceQueue.java:143)
        at java.base@21.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:218)
        at java.base@21.0.2/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)
        at java.base@21.0.2/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:186)

"pool-1-thread-1" 
   java.lang.Thread.State: WAITING
        at java.base@21.0.2/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@21.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
        at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:519)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3780)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3725)
        at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1707)
        at java.base@21.0.2/java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:420)
        at java.base@21.0.2/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:274)
        at java.base@21.0.2/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)

"pool-1-thread-2" 
   java.lang.Thread.State: RUNNABLE
        at java.base@21.0.2/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@21.0.2/sun.nio.ch.EPollPort$EventHandlerTask.poll(EPollPort.java:199)
        at java.base@21.0.2/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:280)
        at java.base@21.0.2/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)

"surefire-forkedjvm-stream-flusher" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@21.0.2/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@21.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
        at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1758)
        at java.base@21.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
        at java.base@21.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)

"surefire-forkedjvm-command-thread" 
   java.lang.Thread.State: WAITING
        at java.base@21.0.2/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@21.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:221)
        at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:754)
        at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1099)
        at java.base@21.0.2/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:230)
        at java.base@21.0.2/sun.nio.ch.PendingFuture.get(PendingFuture.java:178)
        at app//org.apache.maven.surefire.api.util.internal.Channels$2.read(Channels.java:127)
        at java.base@21.0.2/java.io.BufferedInputStream.fill(BufferedInputStream.java:291)
        at java.base@21.0.2/java.io.BufferedInputStream.read1(BufferedInputStream.java:347)
        at java.base@21.0.2/java.io.BufferedInputStream.implRead(BufferedInputStream.java:420)
        at java.base@21.0.2/java.io.BufferedInputStream.read(BufferedInputStream.java:399)
        at app//org.apache.maven.surefire.api.util.internal.Channels$3.readImpl(Channels.java:169)
        at app//org.apache.maven.surefire.api.util.internal.AbstractNoninterruptibleReadableChannel.read(AbstractNoninterruptibleReadableChannel.java:50)
        at app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.read(AbstractStreamDecoder.java:430)
        at app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.read(AbstractStreamDecoder.java:419)
        at app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.readMessageType(AbstractStreamDecoder.java:116)
        at app//org.apache.maven.surefire.booter.stream.CommandDecoder.decode(CommandDecoder.java:77)
        at app//org.apache.maven.surefire.booter.spi.CommandChannelDecoder.decode(CommandChannelDecoder.java:60)
        at app//org.apache.maven.surefire.booter.CommandReader$CommandRunnable.run(CommandReader.java:290)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)

"ForkJoinPool.commonPool-worker-1" 
   java.lang.Thread.State: RUNNABLE
        at java.base@21.0.2/java.util.ArrayList.remove(ArrayList.java:705)
        at java.base@21.0.2/java.util.Collections$SynchronizedCollection.remove(Collections.java:2327)
        at app//org.eclipse.persistence.internal.helper.ReadLockManager.removeReadLock(ReadLockManager.java:112)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.removeReadLockFromReadLockManager(ConcurrencyManager.java:1024)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseReadLock(ConcurrencyManager.java:752)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.releaseReadLock(CacheKey.java:503)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1112)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.cloneAndRegisterObject(UnitOfWorkImpl.java:1026)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getAndCloneCacheKeyFromParent(UnitOfWorkIdentityMapAccessor.java:213)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getFromIdentityMap(UnitOfWorkIdentityMapAccessor.java:141)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerExistingObject(UnitOfWorkImpl.java:4125)
        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:1010)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:871)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.getMasterEntityByQuery(EventObserver.java:38)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:28)
        at java.base@21.0.2/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)
        at java.base@21.0.2/java.lang.invoke.LambdaForm$MH/0x00007f0b443fbc00.invoke(LambdaForm$MH)
        at java.base@21.0.2/java.lang.invoke.Invokers$Holder.invokeExact_MT(Invokers$Holder)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(DirectMethodHandleAccessor.java:154)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base@21.0.2/java.lang.reflect.Method.invoke(Method.java:580)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:99)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:88)
        at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:153)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:342)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:320)
        at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:298)
        at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:140)
        at app//org.jboss.weld.util.Observers.notify(Observers.java:176)
        at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:448)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:388)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443e6f90.run(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443fc000.run(Unknown Source)
        at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:83)
        at app//org.jboss.weld.security.spi.SecurityServices$$Lambda/0x00007f0b443e57e8.accept(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443ee000.get(Unknown Source)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
        at java.base@21.0.2/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
        at java.base@21.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

"ForkJoinPool.commonPool-worker-2" 
   java.lang.Thread.State: RUNNABLE
        at java.base@21.0.2/sun.nio.ch.SocketDispatcher.read0(Native Method)
        at java.base@21.0.2/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:47)
        at java.base@21.0.2/sun.nio.ch.NioSocketImpl.tryRead(NioSocketImpl.java:256)
        at java.base@21.0.2/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:307)
        at java.base@21.0.2/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:346)
        at java.base@21.0.2/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:796)
        at java.base@21.0.2/java.net.Socket$SocketInputStream.read(Socket.java:1099)
        at app//org.apache.derby.client.net.Reply.fill(Reply.java:172)
        at app//org.apache.derby.client.net.Reply.ensureALayerDataInBuffer(Reply.java:216)
        at app//org.apache.derby.client.net.Reply.readDssHeader(Reply.java:319)
        at app//org.apache.derby.client.net.Reply.startSameIdChainParse(Reply.java:1085)
        at app//org.apache.derby.client.net.NetStatementReply.readExecute(NetStatementReply.java:71)
        at app//org.apache.derby.client.net.StatementReply.readExecute(StatementReply.java:59)
        at app//org.apache.derby.client.net.NetPreparedStatement.readExecute_(NetPreparedStatement.java:167)
        at app//org.apache.derby.client.am.ClientPreparedStatement.readExecute(ClientPreparedStatement.java:1844)
        at app//org.apache.derby.client.am.ClientPreparedStatement.flowExecute(ClientPreparedStatement.java:2133)
        at app//org.apache.derby.client.am.ClientPreparedStatement.executeUpdateX(ClientPreparedStatement.java:410)
        at app//org.apache.derby.client.am.ClientPreparedStatement.executeUpdate(ClientPreparedStatement.java:396)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:909)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:981)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:642)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:569)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2046)
        at app//org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:322)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:282)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:268)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.updateObject(DatasourceCallQueryMechanism.java:901)
        at app//org.eclipse.persistence.internal.queries.StatementQueryMechanism.updateObject(StatementQueryMechanism.java:480)
        at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1160)
        at app//org.eclipse.persistence.queries.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:89)
        at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:326)
        at app//org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:63)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
        at app//org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:833)
        at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:114)
        at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:91)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1773)
        at app//org.eclipse.persistence.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:294)
        at app//org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:152)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4333)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1515)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1602)
        at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:286)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1242)
        at app//org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:32)
        at java.base@21.0.2/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)
        at java.base@21.0.2/java.lang.invoke.LambdaForm$MH/0x00007f0b443fbc00.invoke(LambdaForm$MH)
        at java.base@21.0.2/java.lang.invoke.Invokers$Holder.invokeExact_MT(Invokers$Holder)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(DirectMethodHandleAccessor.java:154)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base@21.0.2/java.lang.reflect.Method.invoke(Method.java:580)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:99)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:88)
        at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:153)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:342)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:320)
        at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:298)
        at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:140)
        at app//org.jboss.weld.util.Observers.notify(Observers.java:176)
        at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:448)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:388)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443e6f90.run(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443fc000.run(Unknown Source)
        at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:83)
        at app//org.jboss.weld.security.spi.SecurityServices$$Lambda/0x00007f0b443e57e8.accept(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443ee000.get(Unknown Source)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
        at java.base@21.0.2/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
        at java.base@21.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

"ForkJoinPool.commonPool-worker-3" 
   java.lang.Thread.State: RUNNABLE
        at java.management@21.0.2/sun.management.ThreadImpl.getThreadInfo1(Native Method)
        at java.management@21.0.2/sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:187)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.lambda$enrichGenerateThreadDump$1(ConcurrencyUtil.java:933)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil$$Lambda/0x00007f0b443ff0d0.call(Unknown Source)
        at app//org.eclipse.persistence.internal.security.PrivilegedAccessHelper.callDoPrivileged(PrivilegedAccessHelper.java:166)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.enrichGenerateThreadDump(ConcurrencyUtil.java:932)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createInformationThreadDump(ConcurrencyUtil.java:962)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationStep02(ConcurrencyUtil.java:576)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationStep01(ConcurrencyUtil.java:560)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationIfAppropriate(ConcurrencyUtil.java:482)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.determineIfReleaseDeferredLockAppearsToBeDeadLocked(ConcurrencyUtil.java:175)
        at app//org.eclipse.persistence.internal.helper.WriteLockManager.addCacheKeyToMapWriteLockManagerToCacheKeysThatCouldNotBeAcquired(WriteLockManager.java:761)
        at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireRequiredLocksInternal(WriteLockManager.java:490)
        at app//org.eclipse.persistence.internal.helper.WriteLockManager.acquireRequiredLocks(WriteLockManager.java:348)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.acquireWriteLocks(UnitOfWorkImpl.java:1714)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitTransactionAfterWriteChanges(UnitOfWorkImpl.java:1679)
        at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:293)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1242)
        at app//org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:32)
        at java.base@21.0.2/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)
        at java.base@21.0.2/java.lang.invoke.LambdaForm$MH/0x00007f0b443fb000.invoke(LambdaForm$MH)
        at java.base@21.0.2/java.lang.invoke.Invokers$Holder.invokeExact_MT(Invokers$Holder)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(DirectMethodHandleAccessor.java:154)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base@21.0.2/java.lang.reflect.Method.invoke(Method.java:580)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:99)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:88)
        at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:153)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:342)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:320)
        at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:298)
        at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:140)
        at app//org.jboss.weld.util.Observers.notify(Observers.java:176)
        at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:448)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:388)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443e6f90.run(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443fc000.run(Unknown Source)
        at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:83)
        at app//org.jboss.weld.security.spi.SecurityServices$$Lambda/0x00007f0b443e57e8.accept(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443ee000.get(Unknown Source)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
        at java.base@21.0.2/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
        at java.base@21.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

"ForkJoinPool.commonPool-worker-4" 
   java.lang.Thread.State: RUNNABLE
        at java.base@21.0.2/sun.nio.ch.SocketDispatcher.read0(Native Method)
        at java.base@21.0.2/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:47)
        at java.base@21.0.2/sun.nio.ch.NioSocketImpl.tryRead(NioSocketImpl.java:256)
        at java.base@21.0.2/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:307)
        at java.base@21.0.2/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:346)
        at java.base@21.0.2/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:796)
        at java.base@21.0.2/java.net.Socket$SocketInputStream.read(Socket.java:1099)
        at app//org.apache.derby.client.net.Reply.fill(Reply.java:172)
        at app//org.apache.derby.client.net.Reply.ensureALayerDataInBuffer(Reply.java:216)
        at app//org.apache.derby.client.net.Reply.readDssHeader(Reply.java:319)
        at app//org.apache.derby.client.net.Reply.startSameIdChainParse(Reply.java:1085)
        at app//org.apache.derby.client.net.NetStatementReply.readExecute(NetStatementReply.java:71)
        at app//org.apache.derby.client.net.StatementReply.readExecute(StatementReply.java:59)
        at app//org.apache.derby.client.net.NetPreparedStatement.readExecute_(NetPreparedStatement.java:167)
        at app//org.apache.derby.client.am.ClientPreparedStatement.readExecute(ClientPreparedStatement.java:1844)
        at app//org.apache.derby.client.am.ClientPreparedStatement.flowExecute(ClientPreparedStatement.java:2133)
        at app//org.apache.derby.client.am.ClientPreparedStatement.executeUpdateX(ClientPreparedStatement.java:410)
        at app//org.apache.derby.client.am.ClientPreparedStatement.executeUpdate(ClientPreparedStatement.java:396)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:909)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:981)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:642)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:569)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2046)
        at app//org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:322)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:282)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:268)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.updateObject(DatasourceCallQueryMechanism.java:901)
        at app//org.eclipse.persistence.internal.queries.StatementQueryMechanism.updateObject(StatementQueryMechanism.java:480)
        at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1160)
        at app//org.eclipse.persistence.queries.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:89)
        at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:326)
        at app//org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:63)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
        at app//org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:833)
        at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:114)
        at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:91)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1773)
        at app//org.eclipse.persistence.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:294)
        at app//org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:152)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4333)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1515)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1602)
        at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:286)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1242)
        at app//org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:32)
        at java.base@21.0.2/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)
        at java.base@21.0.2/java.lang.invoke.LambdaForm$MH/0x00007f0b443fb800.invoke(LambdaForm$MH)
        at java.base@21.0.2/java.lang.invoke.Invokers$Holder.invokeExact_MT(Invokers$Holder)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(DirectMethodHandleAccessor.java:154)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base@21.0.2/java.lang.reflect.Method.invoke(Method.java:580)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:99)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:88)
        at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:153)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:342)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:320)
        at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:298)
        at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:140)
        at app//org.jboss.weld.util.Observers.notify(Observers.java:176)
        at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:448)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:388)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443e6f90.run(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443fc000.run(Unknown Source)
        at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:83)
        at app//org.jboss.weld.security.spi.SecurityServices$$Lambda/0x00007f0b443e57e8.accept(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443ee000.get(Unknown Source)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
        at java.base@21.0.2/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
        at java.base@21.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

"ForkJoinPool.commonPool-worker-5" 
   java.lang.Thread.State: RUNNABLE
        at java.base@21.0.2/sun.nio.ch.SocketDispatcher.read0(Native Method)
        at java.base@21.0.2/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:47)
        at java.base@21.0.2/sun.nio.ch.NioSocketImpl.tryRead(NioSocketImpl.java:256)
        at java.base@21.0.2/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:307)
        at java.base@21.0.2/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:346)
        at java.base@21.0.2/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:796)
        at java.base@21.0.2/java.net.Socket$SocketInputStream.read(Socket.java:1099)
        at app//org.apache.derby.client.net.Reply.fill(Reply.java:172)
        at app//org.apache.derby.client.net.Reply.ensureALayerDataInBuffer(Reply.java:216)
        at app//org.apache.derby.client.net.Reply.readDssHeader(Reply.java:319)
        at app//org.apache.derby.client.net.Reply.startSameIdChainParse(Reply.java:1085)
        at app//org.apache.derby.client.net.NetStatementReply.readExecute(NetStatementReply.java:71)
        at app//org.apache.derby.client.net.StatementReply.readExecute(StatementReply.java:59)
        at app//org.apache.derby.client.net.NetPreparedStatement.readExecute_(NetPreparedStatement.java:167)
        at app//org.apache.derby.client.am.ClientPreparedStatement.readExecute(ClientPreparedStatement.java:1844)
        at app//org.apache.derby.client.am.ClientPreparedStatement.flowExecute(ClientPreparedStatement.java:2133)
        at app//org.apache.derby.client.am.ClientPreparedStatement.executeUpdateX(ClientPreparedStatement.java:410)
        at app//org.apache.derby.client.am.ClientPreparedStatement.executeUpdate(ClientPreparedStatement.java:396)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:909)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:981)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:642)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:569)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2046)
        at app//org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:322)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:282)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:268)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.updateObject(DatasourceCallQueryMechanism.java:901)
        at app//org.eclipse.persistence.internal.queries.StatementQueryMechanism.updateObject(StatementQueryMechanism.java:480)
        at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1160)
        at app//org.eclipse.persistence.queries.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:89)
        at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:326)
        at app//org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:63)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
        at app//org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:833)
        at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:114)
        at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:91)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1773)
        at app//org.eclipse.persistence.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:294)
        at app//org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:152)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4333)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1515)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1602)
        at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:286)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1242)
        at app//org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:32)
        at java.base@21.0.2/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)
        at java.base@21.0.2/java.lang.invoke.LambdaForm$MH/0x00007f0b443fb000.invoke(LambdaForm$MH)
        at java.base@21.0.2/java.lang.invoke.Invokers$Holder.invokeExact_MT(Invokers$Holder)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(DirectMethodHandleAccessor.java:154)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base@21.0.2/java.lang.reflect.Method.invoke(Method.java:580)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:99)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:88)
        at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:153)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:342)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:320)
        at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:298)
        at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:140)
        at app//org.jboss.weld.util.Observers.notify(Observers.java:176)
        at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:448)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:388)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443e6f90.run(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443fc000.run(Unknown Source)
        at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:83)
        at app//org.jboss.weld.security.spi.SecurityServices$$Lambda/0x00007f0b443e57e8.accept(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443ee000.get(Unknown Source)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
        at java.base@21.0.2/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
        at java.base@21.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)


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-3]: Waiting to acquire (write/deferred): --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 1334131956) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1846071523) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-30 10:50:36.206)  (totalNumberOfTimeCacheKeyAcquiredForReading:  13)  (totalNumberOfTimeCacheKeyReleasedForReading:  13)  (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: 2)  - detailed information about specific thread 
Thread: ForkJoinPool.commonPool-worker-3
ThreadWaitingToReleaseDeferredLocks: false
 waitingOnAcquireWritingCacheKey: true  waiting to acquire writing: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 1334131956) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1846071523) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-30 10:50:36.206)  (totalNumberOfTimeCacheKeyAcquiredForReading:  14)  (totalNumberOfTimeCacheKeyReleasedForReading:  14)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
 waitingOnAcquireReadCacheKey: false
 writeManagerThreadPrimaryKeysWithChangesToBeMerged: true
 writeManagerThreadPrimaryKeysWithChangesToBeMerged list: [1]
Summary of active locks owned by thread ForkJoinPool.commonPool-worker-3 Listing of all ACTIVE Locks.
Thread Name: ForkJoinPool.commonPool-worker-3 
0 Active locks. The lockManager for this thread is null. 

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

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

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

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

 waitingToReleaseDeferredLocksJustification: information not available. 
Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-1 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: ForkJoinPool.commonPool-worker-1 
1 Read locks.
Read lock nr: 1 , Read cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 1334131956) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1846071523) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-30 10:50:36.206)  (totalNumberOfTimeCacheKeyAcquiredForReading:  15)  (totalNumberOfTimeCacheKeyReleasedForReading:  15)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---


Listing of all READ Locks. Step 002 - fat-detailed information about all read locks acquired:Read locks acquired by thread: ForkJoinPool.commonPool-worker-1 with id: 31 never released.
number of never released read locks: 1
Read lock nr: 1 Read lock Cache Key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 1334131956) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1846071523) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-30 10:50:36.206)  (totalNumberOfTimeCacheKeyAcquiredForReading:  16)  (totalNumberOfTimeCacheKeyReleasedForReading:  16)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
Read lock nr: 1 dateOfReadLockAcquisition: 2024-04-30 10:50:36.286
Read lock nr: 1 numberOfReadersOnCacheKeyBeforeIncrementingByOne: 0
Read lock nr: 1 currentThreadStackTraceInformationCpuTimeCostMs: 1
Read lock nr: 1 Stack trace id: 1 Start
Read lock nr: 1 stackTraceInformation: "ForkJoinPool.commonPool-worker-1" 
   java.lang.Thread.State: RUNNABLE
        at java.management@21.0.2/sun.management.ThreadImpl.getThreadInfo1(Native Method)
        at java.management@21.0.2/sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:187)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.lambda$enrichGenerateThreadDumpForCurrentThread$0(ConcurrencyUtil.java:905)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil$$Lambda/0x00007f0b443e3918.call(Unknown Source)
        at app//org.eclipse.persistence.internal.security.PrivilegedAccessHelper.callDoPrivileged(PrivilegedAccessHelper.java:166)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.enrichGenerateThreadDumpForCurrentThread(ConcurrencyUtil.java:904)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createReadLockAcquisitionMetadata(ConcurrencyUtil.java:1634)
        at app//org.eclipse.persistence.internal.helper.ReadLockManager.addReadLock(ReadLockManager.java:60)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.addReadLockToReadLockManager(ConcurrencyManager.java:1012)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLock(ConcurrencyManager.java:392)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLock(CacheKey.java:295)
        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:213)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getFromIdentityMap(UnitOfWorkIdentityMapAccessor.java:141)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerExistingObject(UnitOfWorkImpl.java:4125)
        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:1010)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:871)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.getMasterEntityByQuery(EventObserver.java:38)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:28)
        at java.base@21.0.2/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)
        at java.base@21.0.2/java.lang.invoke.LambdaForm$MH/0x00007f0b443fbc00.invoke(LambdaForm$MH)
        at java.base@21.0.2/java.lang.invoke.Invokers$Holder.invokeExact_MT(Invokers$Holder)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(DirectMethodHandleAccessor.java:154)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base@21.0.2/java.lang.reflect.Method.invoke(Method.java:580)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:99)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:88)
        at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:153)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:342)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:320)
        at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:298)
        at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:140)
        at app//org.jboss.weld.util.Observers.notify(Observers.java:176)
        at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:448)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:388)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443e6f90.run(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443fc000.run(Unknown Source)
        at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:83)
        at app//org.jboss.weld.security.spi.SecurityServices$$Lambda/0x00007f0b443e57e8.accept(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443ee000.get(Unknown Source)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
        at java.base@21.0.2/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
        at java.base@21.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)


Read lock nr: 1 Stack trace id: 1 End



Read locks problems detected by thread: ForkJoinPool.commonPool-worker-1 during release read locks
0 removeReadLockProblemsDetected.

Concurrency manager - Page 05 end (currentThreadNumber: 2 of totalNumberOfThreads: 2)  - 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: 1334131956) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1846071523) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-30 10:50:36.206)  (totalNumberOfTimeCacheKeyAcquiredForReading:  18)  (totalNumberOfTimeCacheKeyReleasedForReading:  18)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) --- ]:
[currentCacheKeyNumber: 1] threadsThatAcquiredActiveLock: []
[currentCacheKeyNumber: 1] threadsThatAcquiredDeferredLock: []
[currentCacheKeyNumber: 1] threadsThatAcquiredReadLock:  [ForkJoinPool.commonPool-worker-1]
[currentCacheKeyNumber: 1] threadsKnownToBeStuckTryingToAcquireLock:  [ForkJoinPool.commonPool-worker-3]
[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 1 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]: 2024.04.30 10:50:43.290--ServerSession(1350269431)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Severe]: cache: 2024.04.30 10:50:43.367--Summary current cache key of thread pool-3-thread-45 Stuck thread problem: unique tiny message number (2) 
 The Thread [pool-3-thread-45]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-45 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-45 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-45 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-45 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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


[EL Severe]: cache: 2024.04.30 10:50:43.367--Summary current cache key of thread pool-3-thread-96 Stuck thread problem: unique tiny message number (3) 
 The Thread [pool-3-thread-96]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-96 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-96 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-96 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-96 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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


[EL Severe]: cache: 2024.04.30 10:50:43.368--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-96 Stuck thread problem: unique tiny message number (3) 
 The Thread [pool-3-thread-96]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-96 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-96 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-96 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-96 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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


[EL Severe]: cache: 2024.04.30 10:50:43.368--Summary current cache key of thread pool-3-thread-47 Stuck thread problem: unique tiny message number (8) 
 The Thread [pool-3-thread-47]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-47 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-47 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-47 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-47 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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


[EL Severe]: cache: 2024.04.30 10:50:43.368--Summary current cache key of thread pool-3-thread-52 Stuck thread problem: unique tiny message number (6) 
 The Thread [pool-3-thread-52]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-52 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-52 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-52 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-52 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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


[EL Severe]: cache: 2024.04.30 10:50:43.368--Summary current cache key of thread pool-3-thread-54 Stuck thread problem: unique tiny message number (5) 
 The Thread [pool-3-thread-54]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-54 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-54 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-54 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-54 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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


[EL Severe]: cache: 2024.04.30 10:50:43.370--Summary current cache key of thread pool-3-thread-57 Stuck thread problem: unique tiny message number (10) 
 The Thread [pool-3-thread-57]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-57 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-57 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-57 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-57 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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


[EL Severe]: cache: 2024.04.30 10:50:43.368--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#428,pool-3-thread-96,5,main]"
[EL Severe]: cache: 2024.04.30 10:50:43.368--Summary current cache key of thread pool-3-thread-98 Stuck thread problem: unique tiny message number (4) 
 The Thread [pool-3-thread-98]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-98 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-98 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-98 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-98 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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


[EL Severe]: cache: 2024.04.30 10:50:43.368--Summary current cache key of thread pool-3-thread-6 Stuck thread problem: unique tiny message number (7) 
 The Thread [pool-3-thread-6]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-6 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-6 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-6 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-6 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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


[EL Severe]: cache: 2024.04.30 10:50:43.371--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-98 Stuck thread problem: unique tiny message number (4) 
 The Thread [pool-3-thread-98]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-98 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-98 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-98 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-98 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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


[EL Severe]: cache: 2024.04.30 10:50:43.371--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-57 Stuck thread problem: unique tiny message number (10) 
 The Thread [pool-3-thread-57]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-57 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-57 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-57 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-57 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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


[EL Severe]: cache: 2024.04.30 10:50:43.371--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-54 Stuck thread problem: unique tiny message number (5) 
 The Thread [pool-3-thread-54]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-54 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-54 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-54 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-54 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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


[EL Severe]: cache: 2024.04.30 10:50:43.370--Summary current cache key of thread pool-3-thread-100 Stuck thread problem: unique tiny message number (9) 
 The Thread [pool-3-thread-100]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-100 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-100 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-100 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-100 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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


[EL Severe]: cache: 2024.04.30 10:50:43.370--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-52 Stuck thread problem: unique tiny message number (6) 
 The Thread [pool-3-thread-52]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-52 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-52 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-52 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-52 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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


[EL Severe]: cache: 2024.04.30 10:50:43.370--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-47 Stuck thread problem: unique tiny message number (8) 
 The Thread [pool-3-thread-47]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-47 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-47 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-47 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-47 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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


[EL Severe]: cache: 2024.04.30 10:50:43.372--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#340,pool-3-thread-52,5,main]"
[EL Severe]: cache: 2024.04.30 10:50:43.372--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-100 Stuck thread problem: unique tiny message number (9) 
 The Thread [pool-3-thread-100]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-100 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-100 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-100 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-100 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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


[EL Severe]: cache: 2024.04.30 10:50:43.372--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#344,pool-3-thread-54,5,main]"
[EL Severe]: cache: 2024.04.30 10:50:43.372--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#350,pool-3-thread-57,5,main]"
[EL Severe]: cache: 2024.04.30 10:50:43.372--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#432,pool-3-thread-98,5,main]"
[EL Severe]: cache: 2024.04.30 10:50:43.372--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-6 Stuck thread problem: unique tiny message number (7) 
 The Thread [pool-3-thread-6]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-6 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-6 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-6 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-6 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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


[EL Severe]: cache: 2024.04.30 10:50:43.373--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#436,pool-3-thread-100,5,main]"
[EL Severe]: cache: 2024.04.30 10:50:43.373--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#330,pool-3-thread-47,5,main]"
[EL Warning]: 2024.04.30 10:50:43.374--UnitOfWork(975975104)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-52 Stuck thread problem: unique tiny message number (6) 
 The Thread [pool-3-thread-52]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-52 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-52 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-52 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-52 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
[EL Severe]: cache: 2024.04.30 10:50:43.374--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#248,pool-3-thread-6,5,main]"
[EL Warning]: 2024.04.30 10:50:43.374--UnitOfWork(975975104)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-100 Stuck thread problem: unique tiny message number (9) 
 The Thread [pool-3-thread-100]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-100 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-100 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-100 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-100 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
Exception in thread "pool-3-thread-52" Exception in thread "pool-3-thread-100" [EL Warning]: 2024.04.30 10:50:43.374--UnitOfWork(975975104)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-98 Stuck thread problem: unique tiny message number (4) 
 The Thread [pool-3-thread-98]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-98 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-98 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-98 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-98 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-52 Stuck thread problem: unique tiny message number (6) 
 The Thread [pool-3-thread-52]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-52 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-52 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-52 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-52 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
Exception in thread "pool-3-thread-98" 	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:586)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536)
[EL Warning]: 2024.04.30 10:50:43.374--UnitOfWork(975975104)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-57 Stuck thread problem: unique tiny message number (10) 
 The Thread [pool-3-thread-57]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-57 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-57 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-57 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-57 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
	at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425)
	at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
	at java.base/java.lang.Thread.run(Thread.java:1583)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Exception in thread "pool-3-thread-57" [EL Warning]: 2024.04.30 10:50:43.374--UnitOfWork(975975104)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-54 Stuck thread problem: unique tiny message number (5) 
 The Thread [pool-3-thread-54]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-54 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-54 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-54 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-54 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-52 Stuck thread problem: unique tiny message number (6) 
 The Thread [pool-3-thread-52]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-52 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-52 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-52 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-52 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
	at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110)
	at org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:721)
	at org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:492)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1178)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1007)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:842)
Exception in thread "pool-3-thread-54" 	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:775)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:924)
[EL Warning]: 2024.04.30 10:50:43.374--UnitOfWork(975975104)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-96 Stuck thread problem: unique tiny message number (3) 
 The Thread [pool-3-thread-96]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-96 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-96 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-96 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-96 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

Summary of read locks acquired by thread pool-3-thread-96 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: pool-3-thread-96 
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:1297)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
Exception in thread "pool-3-thread-96" 	at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
[EL Warning]: 2024.04.30 10:50:43.374--UnitOfWork(975975104)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-6 Stuck thread problem: unique tiny message number (7) 
 The Thread [pool-3-thread-6]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-6 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-6 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-6 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-6 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552)
	... 7 more
Exception in thread "pool-3-thread-6" jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-96 Stuck thread problem: unique tiny message number (3) 
 The Thread [pool-3-thread-96]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-96 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-96 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-96 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-96 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:586)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536)
[EL Warning]: 2024.04.30 10:50:43.374--UnitOfWork(975975104)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-47 Stuck thread problem: unique tiny message number (8) 
 The Thread [pool-3-thread-47]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-47 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-47 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-47 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-47 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
	at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425)
	at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
	at java.base/java.lang.Thread.run(Thread.java:1583)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
Exception in thread "pool-3-thread-47" 	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-96 Stuck thread problem: unique tiny message number (3) 
 The Thread [pool-3-thread-96]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-96 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-96 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-96 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-96 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
	at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110)
	at org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:721)
	at org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:492)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1178)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1007)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:842)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:775)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:924)
	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:1297)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
	at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552)
	... 7 more
jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-54 Stuck thread problem: unique tiny message number (5) 
 The Thread [pool-3-thread-54]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-54 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-54 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-54 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-54 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:586)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536)
	at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425)
	at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
	at java.base/java.lang.Thread.run(Thread.java:1583)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-54 Stuck thread problem: unique tiny message number (5) 
 The Thread [pool-3-thread-54]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-54 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-54 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-54 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-54 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
	at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110)
	at org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:721)
	at org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:492)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1178)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1007)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:842)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:775)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:924)
	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:1297)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
	at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552)
	... 7 more
jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-57 Stuck thread problem: unique tiny message number (10) 
 The Thread [pool-3-thread-57]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-57 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-57 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-57 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-57 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:586)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536)
	at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425)
	at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
	at java.base/java.lang.Thread.run(Thread.java:1583)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-57 Stuck thread problem: unique tiny message number (10) 
 The Thread [pool-3-thread-57]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-57 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-57 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-57 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-57 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
	at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110)
	at org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:721)
	at org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:492)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1178)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1007)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:842)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:775)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:924)
	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:1297)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
	at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552)
[EL Severe]: cache: 2024.04.30 10:50:43.439--Summary current cache key of thread ForkJoinPool.commonPool-worker-5 Stuck thread problem: unique tiny message number (11) 
 The Thread [ForkJoinPool.commonPool-worker-5]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 1334131956) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1846071523) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1)  (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-30 10:50:36.206)  (totalNumberOfTimeCacheKeyAcquiredForReading:  144)  (totalNumberOfTimeCacheKeyReleasedForReading:  143)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (62 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-5 Listing of all ACTIVE Locks.
Thread Name: ForkJoinPool.commonPool-worker-5 
0 Active locks. The lockManager for this thread is null. 

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

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


	... 7 more
jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-98 Stuck thread problem: unique tiny message number (4) 
 The Thread [pool-3-thread-98]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-98 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-98 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-98 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-98 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:586)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536)
	at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425)
	at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
	at java.base/java.lang.Thread.run(Thread.java:1583)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-98 Stuck thread problem: unique tiny message number (4) 
 The Thread [pool-3-thread-98]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-98 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-98 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-98 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-98 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
	at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110)
	at org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:721)
	at org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:492)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1178)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1007)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960)
[EL Severe]: cache: 2024.04.30 10:50:43.439--releaseAllLocksAcquiredByThread: Thread "ForkJoinPool.commonPool-worker-5"  .The Lock manager is null. This might be an acquire operation. So not possible to lockManager.releaseActiveLocksOnThread(). Cache Key:  "--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 1334131956) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1846071523) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1)  (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-30 10:50:36.206)  (totalNumberOfTimeCacheKeyAcquiredForReading:  144)  (totalNumberOfTimeCacheKeyReleasedForReading:  143)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---"
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:842)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:775)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:924)
	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:1297)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
	at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552)
	... 7 more
[EL Warning]: 2024.04.30 10:50:43.439--UnitOfWork(1053104333)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread ForkJoinPool.commonPool-worker-5 Stuck thread problem: unique tiny message number (11) 
 The Thread [ForkJoinPool.commonPool-worker-5]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 1334131956) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1846071523) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1)  (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-30 10:50:36.206)  (totalNumberOfTimeCacheKeyAcquiredForReading:  144)  (totalNumberOfTimeCacheKeyReleasedForReading:  143)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (62 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-5 Listing of all ACTIVE Locks.
Thread Name: ForkJoinPool.commonPool-worker-5 
0 Active locks. The lockManager for this thread is null. 

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

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

]
jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-100 Stuck thread problem: unique tiny message number (9) 
 The Thread [pool-3-thread-100]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-100 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-100 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-100 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-100 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:586)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536)
	at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425)
	at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
	at java.base/java.lang.Thread.run(Thread.java:1583)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-100 Stuck thread problem: unique tiny message number (9) 
 The Thread [pool-3-thread-100]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-100 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-100 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-100 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-100 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
	at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110)
	at org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:721)
	at org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:492)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1178)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1007)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:842)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:775)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:924)
	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:1297)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
	at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552)
	... 7 more
jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-47 Stuck thread problem: unique tiny message number (8) 
 The Thread [pool-3-thread-47]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-47 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-47 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-47 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-47 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:586)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536)
	at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425)
	at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
	at java.base/java.lang.Thread.run(Thread.java:1583)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-47 Stuck thread problem: unique tiny message number (8) 
 The Thread [pool-3-thread-47]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-47 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-47 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-47 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-47 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
	at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110)
	at org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:721)
	at org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:492)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1178)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1007)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:842)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:775)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:924)
	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:1297)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
	at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552)
	... 7 more
[EL Severe]: cache: 2024.04.30 10:50:43.441--Summary current cache key of thread ForkJoinPool.commonPool-worker-4 Stuck thread problem: unique tiny message number (12) 
 The Thread [ForkJoinPool.commonPool-worker-4]  appears to be stuck (possible dead lock ongoing). 
 The thread is working in the context of (CacheKey) = (--- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 1334131956) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1846071523) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-30 10:50:36.206)  (totalNumberOfTimeCacheKeyAcquiredForReading:  145)  (totalNumberOfTimeCacheKeyReleasedForReading:  145)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (63 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread ForkJoinPool.commonPool-worker-4 Listing of all ACTIVE Locks.
Thread Name: ForkJoinPool.commonPool-worker-4 
0 Active locks. The lockManager for this thread is null. 

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

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


jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-6 Stuck thread problem: unique tiny message number (7) 
 The Thread [pool-3-thread-6]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-6 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-6 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-6 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-6 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:586)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536)
	at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425)
	at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
	at java.base/java.lang.Thread.run(Thread.java:1583)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-6 Stuck thread problem: unique tiny message number (7) 
 The Thread [pool-3-thread-6]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-6 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-6 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-6 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-6 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
	at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110)
	at org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:721)
	at org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:492)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1178)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1007)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:842)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:775)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:924)
	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:1297)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
	at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552)
	... 7 more
[EL Warning]: cache: 2024.04.30 10:50:43.452--recursiveExplainPossibleDeadLockStep04ExpandBasedOnThreadStuckOnReleaseDeferredLocks: currentCandidateThreadPartOfTheDeadLock is Thread: pool-3-thread-98   This thread appears to be stuck in the releaseDeferredLock logic.  But our hacked implementation of the  isBuildObjectOnThreadComplete was not able to explain what thread and cache key are recursively  stopping the candidate thread to make progress... We expect this code spot to never be invoked.  Either this thread made progress or if it continues to be stuck in the releaseDeferredLock  we most likely have an implementation bug somewhere. 
[EL Warning]: cache: 2024.04.30 10:50:43.453--recursiveExplainPossibleDeadLockStep04ExpandBasedOnThreadStuckOnReleaseDeferredLocks: currentCandidateThreadPartOfTheDeadLock is Thread: pool-3-thread-52   This thread appears to be stuck in the releaseDeferredLock logic.  But our hacked implementation of the  isBuildObjectOnThreadComplete was not able to explain what thread and cache key are recursively  stopping the candidate thread to make progress... We expect this code spot to never be invoked.  Either this thread made progress or if it continues to be stuck in the releaseDeferredLock  we most likely have an implementation bug somewhere. 
[EL Warning]: cache: 2024.04.30 10:50:43.453--recursiveExplainPossibleDeadLockStep04ExpandBasedOnThreadStuckOnReleaseDeferredLocks: currentCandidateThreadPartOfTheDeadLock is Thread: pool-3-thread-6   This thread appears to be stuck in the releaseDeferredLock logic.  But our hacked implementation of the  isBuildObjectOnThreadComplete was not able to explain what thread and cache key are recursively  stopping the candidate thread to make progress... We expect this code spot to never be invoked.  Either this thread made progress or if it continues to be stuck in the releaseDeferredLock  we most likely have an implementation bug somewhere. 
[EL Warning]: cache: 2024.04.30 10:50:43.453--recursiveExplainPossibleDeadLockStep04ExpandBasedOnThreadStuckOnReleaseDeferredLocks: currentCandidateThreadPartOfTheDeadLock is Thread: pool-3-thread-57   This thread appears to be stuck in the releaseDeferredLock logic.  But our hacked implementation of the  isBuildObjectOnThreadComplete was not able to explain what thread and cache key are recursively  stopping the candidate thread to make progress... We expect this code spot to never be invoked.  Either this thread made progress or if it continues to be stuck in the releaseDeferredLock  we most likely have an implementation bug somewhere. 
[EL Warning]: cache: 2024.04.30 10:50:43.453--recursiveExplainPossibleDeadLockStep04ExpandBasedOnThreadStuckOnReleaseDeferredLocks: currentCandidateThreadPartOfTheDeadLock is Thread: pool-3-thread-100   This thread appears to be stuck in the releaseDeferredLock logic.  But our hacked implementation of the  isBuildObjectOnThreadComplete was not able to explain what thread and cache key are recursively  stopping the candidate thread to make progress... We expect this code spot to never be invoked.  Either this thread made progress or if it continues to be stuck in the releaseDeferredLock  we most likely have an implementation bug somewhere. 
[EL Warning]: cache: 2024.04.30 10:50:43.453--recursiveExplainPossibleDeadLockStep04ExpandBasedOnThreadStuckOnReleaseDeferredLocks: currentCandidateThreadPartOfTheDeadLock is Thread: pool-3-thread-96   This thread appears to be stuck in the releaseDeferredLock logic.  But our hacked implementation of the  isBuildObjectOnThreadComplete was not able to explain what thread and cache key are recursively  stopping the candidate thread to make progress... We expect this code spot to never be invoked.  Either this thread made progress or if it continues to be stuck in the releaseDeferredLock  we most likely have an implementation bug somewhere. 
[EL Warning]: cache: 2024.04.30 10:50:43.453--recursiveExplainPossibleDeadLockStep04ExpandBasedOnThreadStuckOnReleaseDeferredLocks: currentCandidateThreadPartOfTheDeadLock is Thread: pool-3-thread-45   This thread appears to be stuck in the releaseDeferredLock logic.  But our hacked implementation of the  isBuildObjectOnThreadComplete was not able to explain what thread and cache key are recursively  stopping the candidate thread to make progress... We expect this code spot to never be invoked.  Either this thread made progress or if it continues to be stuck in the releaseDeferredLock  we most likely have an implementation bug somewhere. 
[EL Warning]: cache: 2024.04.30 10:50:43.454--recursiveExplainPossibleDeadLockStep04ExpandBasedOnThreadStuckOnReleaseDeferredLocks: currentCandidateThreadPartOfTheDeadLock is Thread: pool-3-thread-54   This thread appears to be stuck in the releaseDeferredLock logic.  But our hacked implementation of the  isBuildObjectOnThreadComplete was not able to explain what thread and cache key are recursively  stopping the candidate thread to make progress... We expect this code spot to never be invoked.  Either this thread made progress or if it continues to be stuck in the releaseDeferredLock  we most likely have an implementation bug somewhere. 
[EL Warning]: cache: 2024.04.30 10:50:43.454--recursiveExplainPossibleDeadLockStep04ExpandBasedOnThreadStuckOnReleaseDeferredLocks: currentCandidateThreadPartOfTheDeadLock is Thread: pool-3-thread-47   This thread appears to be stuck in the releaseDeferredLock logic.  But our hacked implementation of the  isBuildObjectOnThreadComplete was not able to explain what thread and cache key are recursively  stopping the candidate thread to make progress... We expect this code spot to never be invoked.  Either this thread made progress or if it continues to be stuck in the releaseDeferredLock  we most likely have an implementation bug somewhere. 
[EL Severe]: cache: 2024.04.30 10:50:43.454--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@21.0.2/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@21.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
        at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1758)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.awaitTermination(ThreadPoolExecutor.java:1475)
        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@21.0.2/java.lang.invoke.LambdaForm$DMH/0x00007f0b441fc000.invokeVirtual(LambdaForm$DMH)
        at java.base@21.0.2/java.lang.invoke.LambdaForm$MH/0x00007f0b441fcc00.invoke(LambdaForm$MH)
        at java.base@21.0.2/java.lang.invoke.Invokers$Holder.invokeExact_MT(Invokers$Holder)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(DirectMethodHandleAccessor.java:153)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base@21.0.2/java.lang.reflect.Method.invoke(Method.java:580)
        at app//org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
        at app//org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at app//org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
        at app//org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at app//org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
        at app//org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
        at app//org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
        at app//org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
        at app//org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
        at app//org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
        at app//org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
        at app//org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
        at app//org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
        at app//org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
        at app//org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
        at app//org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
        at app//org.junit.runners.ParentRunner.run(ParentRunner.java:413)
        at app//org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
        at app//org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
        at app//org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
        at app//org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
        at app//org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
        at app//org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
        at app//org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
        at app//org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

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

"Finalizer" 
   java.lang.Thread.State: WAITING
        at java.base@21.0.2/java.lang.Object.wait0(Native Method)
        at java.base@21.0.2/java.lang.Object.wait(Object.java:366)
        at java.base@21.0.2/java.lang.Object.wait(Object.java:339)
        at java.base@21.0.2/java.lang.ref.NativeReferenceQueue.await(NativeReferenceQueue.java:48)
        at java.base@21.0.2/java.lang.ref.ReferenceQueue.remove0(ReferenceQueue.java:158)
        at java.base@21.0.2/java.lang.ref.NativeReferenceQueue.remove(NativeReferenceQueue.java:89)
        at java.base@21.0.2/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:173)

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

"Notification Thread" 
   java.lang.Thread.State: RUNNABLE

"Common-Cleaner" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@21.0.2/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@21.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
        at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1847)
        at java.base@21.0.2/java.lang.ref.ReferenceQueue.await(ReferenceQueue.java:71)
        at java.base@21.0.2/java.lang.ref.ReferenceQueue.remove0(ReferenceQueue.java:143)
        at java.base@21.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:218)
        at java.base@21.0.2/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)
        at java.base@21.0.2/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:186)

"pool-1-thread-1" 
   java.lang.Thread.State: WAITING
        at java.base@21.0.2/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@21.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
        at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:519)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3780)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3725)
        at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1707)
        at java.base@21.0.2/java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:420)
        at java.base@21.0.2/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:274)
        at java.base@21.0.2/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)

"pool-1-thread-2" 
   java.lang.Thread.State: RUNNABLE
        at java.base@21.0.2/sun.nio.ch.EPoll.wait(Native Method)
        at java.base@21.0.2/sun.nio.ch.EPollPort$EventHandlerTask.poll(EPollPort.java:199)
        at java.base@21.0.2/sun.nio.ch.EPollPort$EventHandlerTask.run(EPollPort.java:280)
        at java.base@21.0.2/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(AsynchronousChannelGroupImpl.java:113)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)

"surefire-forkedjvm-stream-flusher" 
   java.lang.Thread.State: TIMED_WAITING
        at java.base@21.0.2/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@21.0.2/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
        at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1758)
        at java.base@21.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
        at java.base@21.0.2/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)

"surefire-forkedjvm-command-thread" 
   java.lang.Thread.State: WAITING
        at java.base@21.0.2/jdk.internal.misc.Unsafe.park(Native Method)
        at java.base@21.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:221)
        at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:754)
        at java.base@21.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1099)
        at java.base@21.0.2/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:230)
        at java.base@21.0.2/sun.nio.ch.PendingFuture.get(PendingFuture.java:178)
        at app//org.apache.maven.surefire.api.util.internal.Channels$2.read(Channels.java:127)
        at java.base@21.0.2/java.io.BufferedInputStream.fill(BufferedInputStream.java:291)
        at java.base@21.0.2/java.io.BufferedInputStream.read1(BufferedInputStream.java:347)
        at java.base@21.0.2/java.io.BufferedInputStream.implRead(BufferedInputStream.java:420)
        at java.base@21.0.2/java.io.BufferedInputStream.read(BufferedInputStream.java:399)
        at app//org.apache.maven.surefire.api.util.internal.Channels$3.readImpl(Channels.java:169)
        at app//org.apache.maven.surefire.api.util.internal.AbstractNoninterruptibleReadableChannel.read(AbstractNoninterruptibleReadableChannel.java:50)
        at app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.read(AbstractStreamDecoder.java:430)
        at app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.read(AbstractStreamDecoder.java:419)
        at app//org.apache.maven.surefire.api.stream.AbstractStreamDecoder.readMessageType(AbstractStreamDecoder.java:116)
        at app//org.apache.maven.surefire.booter.stream.CommandDecoder.decode(CommandDecoder.java:77)
        at app//org.apache.maven.surefire.booter.spi.CommandChannelDecoder.decode(CommandChannelDecoder.java:60)
        at app//org.apache.maven.surefire.booter.CommandReader$CommandRunnable.run(CommandReader.java:290)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)

"ForkJoinPool.commonPool-worker-1" 
   java.lang.Thread.State: RUNNABLE
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.updateObject(DatasourceCallQueryMechanism.java:867)
        at app//org.eclipse.persistence.internal.queries.StatementQueryMechanism.updateObject(StatementQueryMechanism.java:480)
        at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1160)
        at app//org.eclipse.persistence.queries.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:89)
        at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:326)
        at app//org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:63)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
        at app//org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:833)
        at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:114)
        at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:91)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1773)
        at app//org.eclipse.persistence.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:294)
        at app//org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:152)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4333)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1515)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1602)
        at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:286)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1242)
        at app//org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:32)
        at java.base@21.0.2/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)
        at java.base@21.0.2/java.lang.invoke.LambdaForm$MH/0x00007f0b443fbc00.invoke(LambdaForm$MH)
        at java.base@21.0.2/java.lang.invoke.Invokers$Holder.invokeExact_MT(Invokers$Holder)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(DirectMethodHandleAccessor.java:154)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base@21.0.2/java.lang.reflect.Method.invoke(Method.java:580)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:99)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:88)
        at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:153)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:342)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:320)
        at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:298)
        at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:140)
        at app//org.jboss.weld.util.Observers.notify(Observers.java:176)
        at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:448)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:388)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443e6f90.run(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443fc000.run(Unknown Source)
        at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:83)
        at app//org.jboss.weld.security.spi.SecurityServices$$Lambda/0x00007f0b443e57e8.accept(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443ee000.get(Unknown Source)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
        at java.base@21.0.2/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
        at java.base@21.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

"ForkJoinPool.commonPool-worker-2" 
   java.lang.Thread.State: RUNNABLE
        at java.base@21.0.2/java.lang.Class.isArray(Native Method)
        at java.base@21.0.2/java.lang.Class.getComponentType(Class.java:1312)
        at java.base@21.0.2/jdk.internal.misc.Unsafe.checkPrimitiveArray(Unsafe.java:558)
        at java.base@21.0.2/jdk.internal.misc.Unsafe.checkPrimitivePointer(Unsafe.java:579)
        at java.base@21.0.2/jdk.internal.misc.Unsafe.copyMemoryChecks(Unsafe.java:833)
        at java.base@21.0.2/jdk.internal.misc.Unsafe.copyMemory(Unsafe.java:800)
        at java.base@21.0.2/jdk.internal.misc.ScopedMemoryAccess.copyMemoryInternal(ScopedMemoryAccess.java:147)
        at java.base@21.0.2/jdk.internal.misc.ScopedMemoryAccess.copyMemory(ScopedMemoryAccess.java:129)
        at java.base@21.0.2/java.nio.ByteBuffer.getArray(ByteBuffer.java:962)
        at java.base@21.0.2/java.nio.ByteBuffer.get(ByteBuffer.java:828)
        at java.base@21.0.2/sun.nio.ch.NioSocketImpl.tryRead(NioSocketImpl.java:258)
        at java.base@21.0.2/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:307)
        at java.base@21.0.2/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:346)
        at java.base@21.0.2/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:796)
        at java.base@21.0.2/java.net.Socket$SocketInputStream.read(Socket.java:1099)
        at app//org.apache.derby.client.net.Reply.fill(Reply.java:172)
        at app//org.apache.derby.client.net.Reply.ensureALayerDataInBuffer(Reply.java:216)
        at app//org.apache.derby.client.net.Reply.readDssHeader(Reply.java:319)
        at app//org.apache.derby.client.net.Reply.startSameIdChainParse(Reply.java:1085)
        at app//org.apache.derby.client.net.NetStatementReply.readExecute(NetStatementReply.java:71)
        at app//org.apache.derby.client.net.StatementReply.readExecute(StatementReply.java:59)
        at app//org.apache.derby.client.net.NetPreparedStatement.readExecute_(NetPreparedStatement.java:167)
        at app//org.apache.derby.client.am.ClientPreparedStatement.readExecute(ClientPreparedStatement.java:1844)
        at app//org.apache.derby.client.am.ClientPreparedStatement.flowExecute(ClientPreparedStatement.java:2133)
        at app//org.apache.derby.client.am.ClientPreparedStatement.executeUpdateX(ClientPreparedStatement.java:410)
        at app//org.apache.derby.client.am.ClientPreparedStatement.executeUpdate(ClientPreparedStatement.java:396)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:909)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:981)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:642)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:569)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2046)
        at app//org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:322)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:282)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:268)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.updateObject(DatasourceCallQueryMechanism.java:901)
        at app//org.eclipse.persistence.internal.queries.StatementQueryMechanism.updateObject(StatementQueryMechanism.java:480)
        at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1160)
        at app//org.eclipse.persistence.queries.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:89)
        at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:326)
        at app//org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:63)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
        at app//org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:833)
        at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:114)
        at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:91)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1773)
        at app//org.eclipse.persistence.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:294)
        at app//org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:152)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4333)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1515)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1602)
        at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:286)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1242)
        at app//org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:32)
        at java.base@21.0.2/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)
        at java.base@21.0.2/java.lang.invoke.LambdaForm$MH/0x00007f0b443fbc00.invoke(LambdaForm$MH)
        at java.base@21.0.2/java.lang.invoke.Invokers$Holder.invokeExact_MT(Invokers$Holder)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(DirectMethodHandleAccessor.java:154)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base@21.0.2/java.lang.reflect.Method.invoke(Method.java:580)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:99)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:88)
        at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:153)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:342)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:320)
        at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:298)
        at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:140)
        at app//org.jboss.weld.util.Observers.notify(Observers.java:176)
        at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:448)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:388)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443e6f90.run(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443fc000.run(Unknown Source)
        at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:83)
        at app//org.jboss.weld.security.spi.SecurityServices$$Lambda/0x00007f0b443e57e8.accept(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443ee000.get(Unknown Source)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
        at java.base@21.0.2/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
        at java.base@21.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

"ForkJoinPool.commonPool-worker-3" 
   java.lang.Thread.State: RUNNABLE
        at java.base@21.0.2/java.lang.Object.getClass(Native Method)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.checkForInheritance(UnitOfWorkIdentityMapAccessor.java:266)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getAndCloneCacheKeyFromParent(UnitOfWorkIdentityMapAccessor.java:192)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getFromIdentityMap(UnitOfWorkIdentityMapAccessor.java:141)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerExistingObject(UnitOfWorkImpl.java:4125)
        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:1010)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:871)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.getMasterEntityByQuery(EventObserver.java:38)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:28)
        at java.base@21.0.2/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)
        at java.base@21.0.2/java.lang.invoke.LambdaForm$MH/0x00007f0b443fbc00.invoke(LambdaForm$MH)
        at java.base@21.0.2/java.lang.invoke.Invokers$Holder.invokeExact_MT(Invokers$Holder)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(DirectMethodHandleAccessor.java:154)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base@21.0.2/java.lang.reflect.Method.invoke(Method.java:580)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:99)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:88)
        at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:153)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:342)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:320)
        at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:298)
        at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:140)
        at app//org.jboss.weld.util.Observers.notify(Observers.java:176)
        at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:448)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:388)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443e6f90.run(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443fc000.run(Unknown Source)
        at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:83)
        at app//org.jboss.weld.security.spi.SecurityServices$$Lambda/0x00007f0b443e57e8.accept(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443ee000.get(Unknown Source)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
        at java.base@21.0.2/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
        at java.base@21.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

"ForkJoinPool.commonPool-worker-4" 
   java.lang.Thread.State: RUNNABLE
        at java.base@21.0.2/java.lang.ref.Reference.clear0(Native Method)
        at java.base@21.0.2/java.lang.ref.Reference.clear(Reference.java:398)
        at java.base@21.0.2/java.lang.ThreadLocal$ThreadLocalMap.remove(ThreadLocal.java:580)
        at java.base@21.0.2/java.lang.ThreadLocal.remove(ThreadLocal.java:294)
        at java.base@21.0.2/java.lang.ThreadLocal.remove(ThreadLocal.java:283)
        at app//org.jboss.weld.contexts.AbstractUnboundContext.destroy(AbstractUnboundContext.java:56)
        at app//org.jboss.weld.contexts.AbstractManagedContext.deactivate(AbstractManagedContext.java:59)
        at app//org.jboss.weld.contexts.unbound.RequestContextImpl.deactivate(RequestContextImpl.java:35)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:482)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443fc000.run(Unknown Source)
        at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:83)
        at app//org.jboss.weld.security.spi.SecurityServices$$Lambda/0x00007f0b443e57e8.accept(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443ee000.get(Unknown Source)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
        at java.base@21.0.2/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
        at java.base@21.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

"ForkJoinPool.commonPool-worker-5" 
   java.lang.Thread.State: RUNNABLE
        at java.base@21.0.2/sun.nio.ch.SocketDispatcher.read0(Native Method)
        at java.base@21.0.2/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:47)
        at java.base@21.0.2/sun.nio.ch.NioSocketImpl.tryRead(NioSocketImpl.java:256)
        at java.base@21.0.2/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:307)
        at java.base@21.0.2/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:346)
        at java.base@21.0.2/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:796)
        at java.base@21.0.2/java.net.Socket$SocketInputStream.read(Socket.java:1099)
        at app//org.apache.derby.client.net.Reply.fill(Reply.java:172)
        at app//org.apache.derby.client.net.Reply.ensureALayerDataInBuffer(Reply.java:216)
        at app//org.apache.derby.client.net.Reply.readDssHeader(Reply.java:319)
        at app//org.apache.derby.client.net.Reply.startSameIdChainParse(Reply.java:1085)
        at app//org.apache.derby.client.net.NetStatementReply.readExecute(NetStatementReply.java:71)
        at app//org.apache.derby.client.net.StatementReply.readExecute(StatementReply.java:59)
        at app//org.apache.derby.client.net.NetPreparedStatement.readExecute_(NetPreparedStatement.java:167)
        at app//org.apache.derby.client.am.ClientPreparedStatement.readExecute(ClientPreparedStatement.java:1844)
        at app//org.apache.derby.client.am.ClientPreparedStatement.flowExecute(ClientPreparedStatement.java:2133)
        at app//org.apache.derby.client.am.ClientPreparedStatement.executeUpdateX(ClientPreparedStatement.java:410)
        at app//org.apache.derby.client.am.ClientPreparedStatement.executeUpdate(ClientPreparedStatement.java:396)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:909)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:981)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:642)
        at app//org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:569)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2046)
        at app//org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:322)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:282)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:268)
        at app//org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.updateObject(DatasourceCallQueryMechanism.java:901)
        at app//org.eclipse.persistence.internal.queries.StatementQueryMechanism.updateObject(StatementQueryMechanism.java:480)
        at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.updateObjectForWriteWithChangeSet(DatabaseQueryMechanism.java:1160)
        at app//org.eclipse.persistence.queries.UpdateObjectQuery.executeCommitWithChangeSet(UpdateObjectQuery.java:89)
        at app//org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:326)
        at app//org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:63)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
        at app//org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:833)
        at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:114)
        at app//org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:91)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1773)
        at app//org.eclipse.persistence.internal.sessions.CommitManager.commitChangedObjectsForClassWithChangeSet(CommitManager.java:294)
        at app//org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:152)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4333)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1515)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithChangeSet(UnitOfWorkImpl.java:1602)
        at app//org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.commitRootUnitOfWork(RepeatableWriteUnitOfWork.java:286)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitAndResume(UnitOfWorkImpl.java:1242)
        at app//org.eclipse.persistence.internal.jpa.transaction.EntityTransactionImpl.commit(EntityTransactionImpl.java:136)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:32)
        at java.base@21.0.2/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)
        at java.base@21.0.2/java.lang.invoke.LambdaForm$MH/0x00007f0b443fbc00.invoke(LambdaForm$MH)
        at java.base@21.0.2/java.lang.invoke.Invokers$Holder.invokeExact_MT(Invokers$Holder)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(DirectMethodHandleAccessor.java:154)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base@21.0.2/java.lang.reflect.Method.invoke(Method.java:580)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:99)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:88)
        at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:153)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:342)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:320)
        at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:298)
        at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:140)
        at app//org.jboss.weld.util.Observers.notify(Observers.java:176)
        at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:448)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:388)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443e6f90.run(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443fc000.run(Unknown Source)
        at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:83)
        at app//org.jboss.weld.security.spi.SecurityServices$$Lambda/0x00007f0b443e57e8.accept(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443ee000.get(Unknown Source)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
        at java.base@21.0.2/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
        at java.base@21.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

"pool-3-thread-6" 
   java.lang.Thread.State: BLOCKED
        at app//org.eclipse.persistence.logging.DefaultSessionLog.log(DefaultSessionLog.java:139)
        at app//org.eclipse.persistence.logging.AbstractSessionLog.log(AbstractSessionLog.java:588)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.currentThreadIsStuckForSomeTimeProduceTinyLogMessage(ConcurrencyUtil.java:426)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.determineIfReleaseDeferredLockAppearsToBeDeadLocked(ConcurrencyUtil.java:170)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:714)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:492)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1178)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1007)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:842)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:775)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:924)
        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:1297)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)

"pool-3-thread-45" 
   java.lang.Thread.State: RUNNABLE
        at java.management@21.0.2/sun.management.ThreadImpl.getThreadInfo1(Native Method)
        at java.management@21.0.2/sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:187)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.lambda$enrichGenerateThreadDump$1(ConcurrencyUtil.java:933)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil$$Lambda/0x00007f0b443ff0d0.call(Unknown Source)
        at app//org.eclipse.persistence.internal.security.PrivilegedAccessHelper.callDoPrivileged(PrivilegedAccessHelper.java:166)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.enrichGenerateThreadDump(ConcurrencyUtil.java:932)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createInformationThreadDump(ConcurrencyUtil.java:962)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationStep02(ConcurrencyUtil.java:576)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationStep01(ConcurrencyUtil.java:560)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationIfAppropriate(ConcurrencyUtil.java:482)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.determineIfReleaseDeferredLockAppearsToBeDeadLocked(ConcurrencyUtil.java:175)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:714)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:492)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1178)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1007)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:842)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:775)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:924)
        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:1297)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)

"pool-3-thread-47" 
   java.lang.Thread.State: RUNNABLE
        at java.base@21.0.2/sun.nio.cs.UTF_8$Encoder.encodeArrayLoop(UTF_8.java:463)
        at java.base@21.0.2/sun.nio.cs.UTF_8$Encoder.encodeLoop(UTF_8.java:564)
        at java.base@21.0.2/java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java:586)
        at java.base@21.0.2/sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:370)
        at java.base@21.0.2/sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:357)
        at java.base@21.0.2/sun.nio.cs.StreamEncoder.lockedWrite(StreamEncoder.java:158)
        at java.base@21.0.2/sun.nio.cs.StreamEncoder.write(StreamEncoder.java:139)
        at java.base@21.0.2/java.io.OutputStreamWriter.write(OutputStreamWriter.java:219)
        at java.base@21.0.2/java.io.BufferedWriter.implFlushBuffer(BufferedWriter.java:178)
        at java.base@21.0.2/java.io.BufferedWriter.flushBuffer(BufferedWriter.java:163)
        at java.base@21.0.2/java.io.BufferedWriter.implFlush(BufferedWriter.java:371)
        at java.base@21.0.2/java.io.BufferedWriter.flush(BufferedWriter.java:359)
        at java.base@21.0.2/java.io.PrintWriter.implFlush(PrintWriter.java:426)
        at java.base@21.0.2/java.io.PrintWriter.flush(PrintWriter.java:418)
        at app//org.eclipse.persistence.logging.DefaultSessionLog.log(DefaultSessionLog.java:145)
        at app//org.eclipse.persistence.logging.AbstractSessionLog.log(AbstractSessionLog.java:588)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.currentThreadIsStuckForSomeTimeProduceTinyLogMessage(ConcurrencyUtil.java:426)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.determineIfReleaseDeferredLockAppearsToBeDeadLocked(ConcurrencyUtil.java:170)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:714)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:492)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1178)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1007)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:842)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:775)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:924)
        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:1297)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)

"pool-3-thread-52" 
   java.lang.Thread.State: BLOCKED
        at app//org.eclipse.persistence.logging.DefaultSessionLog.log(DefaultSessionLog.java:139)
        at app//org.eclipse.persistence.logging.AbstractSessionLog.log(AbstractSessionLog.java:588)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.currentThreadIsStuckForSomeTimeProduceTinyLogMessage(ConcurrencyUtil.java:426)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.determineIfReleaseDeferredLockAppearsToBeDeadLocked(ConcurrencyUtil.java:170)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:714)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:492)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1178)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1007)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:842)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:775)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:924)
        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:1297)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)

"pool-3-thread-54" 
   java.lang.Thread.State: BLOCKED
        at app//org.eclipse.persistence.logging.DefaultSessionLog.log(DefaultSessionLog.java:139)
        at app//org.eclipse.persistence.logging.AbstractSessionLog.log(AbstractSessionLog.java:588)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.currentThreadIsStuckForSomeTimeProduceTinyLogMessage(ConcurrencyUtil.java:426)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.determineIfReleaseDeferredLockAppearsToBeDeadLocked(ConcurrencyUtil.java:170)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:714)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:492)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1178)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1007)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:842)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:775)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:924)
        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:1297)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)

"pool-3-thread-57" 
   java.lang.Thread.State: RUNNABLE
        at java.base@21.0.2/java.util.stream.IntPipeline.<init>(IntPipeline.java:80)
        at java.base@21.0.2/java.util.stream.IntPipeline$Head.<init>(IntPipeline.java:599)
        at java.base@21.0.2/java.util.stream.StreamSupport.intStream(StreamSupport.java:139)
        at java.base@21.0.2/java.lang.String.chars(String.java:4314)
        at java.base@21.0.2/java.text.DecimalFormatSymbols.findNonFormatChar(DecimalFormatSymbols.java:852)
        at java.base@21.0.2/java.text.DecimalFormatSymbols.initialize(DecimalFormatSymbols.java:825)
        at java.base@21.0.2/java.text.DecimalFormatSymbols.<init>(DecimalFormatSymbols.java:115)
        at java.base@21.0.2/sun.util.locale.provider.DecimalFormatSymbolsProviderImpl.getInstance(DecimalFormatSymbolsProviderImpl.java:85)
        at java.base@21.0.2/java.text.DecimalFormatSymbols.getInstance(DecimalFormatSymbols.java:183)
        at java.base@21.0.2/sun.util.locale.provider.NumberFormatProviderImpl.getInstance(NumberFormatProviderImpl.java:185)
        at java.base@21.0.2/sun.util.locale.provider.NumberFormatProviderImpl.getNumberInstance(NumberFormatProviderImpl.java:151)
        at java.base@21.0.2/java.text.NumberFormat.getInstance(NumberFormat.java:979)
        at java.base@21.0.2/java.text.NumberFormat.getInstance(NumberFormat.java:965)
        at java.base@21.0.2/java.text.NumberFormat.getInstance(NumberFormat.java:491)
        at java.base@21.0.2/java.text.MessageFormat.subformat(MessageFormat.java:1321)
        at java.base@21.0.2/java.text.MessageFormat.format(MessageFormat.java:911)
        at java.base@21.0.2/java.text.Format.format(Format.java:159)
        at java.base@21.0.2/java.text.MessageFormat.format(MessageFormat.java:883)
        at app//org.eclipse.persistence.internal.localization.EclipseLinkLocalization.buildMessage(EclipseLinkLocalization.java:69)
        at app//org.eclipse.persistence.internal.localization.EclipseLinkLocalization.buildMessage(EclipseLinkLocalization.java:36)
        at app//org.eclipse.persistence.internal.localization.TraceLocalization.buildMessage(TraceLocalization.java:31)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createToStringExplainingOwnedCacheKey(ConcurrencyUtil.java:366)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createStringWithSummaryOfDeferredLocksOnThread(ConcurrencyUtil.java:797)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.currentThreadIsStuckForSomeTimeProduceTinyLogMessage(ConcurrencyUtil.java:421)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.determineIfReleaseDeferredLockAppearsToBeDeadLocked(ConcurrencyUtil.java:170)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:714)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:492)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1178)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1007)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:842)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:775)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:924)
        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:1297)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)

"pool-3-thread-96" 
   java.lang.Thread.State: BLOCKED
        at app//org.eclipse.persistence.logging.DefaultSessionLog.log(DefaultSessionLog.java:139)
        at app//org.eclipse.persistence.logging.AbstractSessionLog.log(AbstractSessionLog.java:588)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseAllLocksAcquiredByThread(ConcurrencyManager.java:846)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:718)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:492)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1178)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1007)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:842)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:775)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:924)
        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:1297)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)

"pool-3-thread-98" 
   java.lang.Thread.State: BLOCKED
        at app//org.eclipse.persistence.logging.DefaultSessionLog.log(DefaultSessionLog.java:139)
        at app//org.eclipse.persistence.logging.AbstractSessionLog.log(AbstractSessionLog.java:588)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.currentThreadIsStuckForSomeTimeProduceTinyLogMessage(ConcurrencyUtil.java:426)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.determineIfReleaseDeferredLockAppearsToBeDeadLocked(ConcurrencyUtil.java:170)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:714)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:492)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1178)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1007)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:842)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:775)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:924)
        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:1297)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)

"pool-3-thread-100" 
   java.lang.Thread.State: RUNNABLE
        at java.base@21.0.2/java.util.stream.IntPipeline.filter(IntPipeline.java:379)
        at java.base@21.0.2/java.text.DecimalFormatSymbols.findNonFormatChar(DecimalFormatSymbols.java:853)
        at java.base@21.0.2/java.text.DecimalFormatSymbols.initialize(DecimalFormatSymbols.java:825)
        at java.base@21.0.2/java.text.DecimalFormatSymbols.<init>(DecimalFormatSymbols.java:115)
        at java.base@21.0.2/sun.util.locale.provider.DecimalFormatSymbolsProviderImpl.getInstance(DecimalFormatSymbolsProviderImpl.java:85)
        at java.base@21.0.2/java.text.DecimalFormatSymbols.getInstance(DecimalFormatSymbols.java:183)
        at java.base@21.0.2/sun.util.locale.provider.NumberFormatProviderImpl.getInstance(NumberFormatProviderImpl.java:185)
        at java.base@21.0.2/sun.util.locale.provider.NumberFormatProviderImpl.getNumberInstance(NumberFormatProviderImpl.java:151)
        at java.base@21.0.2/java.text.NumberFormat.getInstance(NumberFormat.java:979)
        at java.base@21.0.2/java.text.NumberFormat.getInstance(NumberFormat.java:965)
        at java.base@21.0.2/java.text.NumberFormat.getInstance(NumberFormat.java:491)
        at java.base@21.0.2/java.text.MessageFormat.subformat(MessageFormat.java:1321)
        at java.base@21.0.2/java.text.MessageFormat.format(MessageFormat.java:911)
        at java.base@21.0.2/java.text.Format.format(Format.java:159)
        at java.base@21.0.2/java.text.MessageFormat.format(MessageFormat.java:883)
        at app//org.eclipse.persistence.internal.localization.EclipseLinkLocalization.buildMessage(EclipseLinkLocalization.java:69)
        at app//org.eclipse.persistence.internal.localization.EclipseLinkLocalization.buildMessage(EclipseLinkLocalization.java:36)
        at app//org.eclipse.persistence.internal.localization.TraceLocalization.buildMessage(TraceLocalization.java:31)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createToStringExplainingOwnedCacheKey(ConcurrencyUtil.java:366)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createStringWithSummaryOfDeferredLocksOnThread(ConcurrencyUtil.java:797)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.currentThreadIsStuckForSomeTimeProduceTinyLogMessage(ConcurrencyUtil.java:421)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.determineIfReleaseDeferredLockAppearsToBeDeadLocked(ConcurrencyUtil.java:170)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:714)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:492)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1178)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1007)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:842)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
        at app//org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:775)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:924)
        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:1297)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
        at java.base@21.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
        at java.base@21.0.2/java.lang.Thread.runWith(Thread.java:1596)
        at java.base@21.0.2/java.lang.Thread.run(Thread.java:1583)


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-4]: Waiting to acquire (write/deferred): --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 1334131956) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1846071523) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-30 10:50:36.206)  (totalNumberOfTimeCacheKeyAcquiredForReading:  143)  (totalNumberOfTimeCacheKeyReleasedForReading:  143)  (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: 9 

[currentThreadNumber: 1] [ThreadName: pool-3-thread-98 ]
[currentThreadNumber: 2] [ThreadName: pool-3-thread-52 ]
[currentThreadNumber: 3] [ThreadName: pool-3-thread-6 ]
[currentThreadNumber: 4] [ThreadName: pool-3-thread-57 ]
[currentThreadNumber: 5] [ThreadName: pool-3-thread-100 ]
[currentThreadNumber: 6] [ThreadName: pool-3-thread-96 ]
[currentThreadNumber: 7] [ThreadName: pool-3-thread-45 ]
[currentThreadNumber: 8] [ThreadName: pool-3-thread-54 ]
[currentThreadNumber: 9] [ThreadName: pool-3-thread-47 ]
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: 12)  - detailed information about specific thread 
Thread: pool-3-thread-98
ThreadWaitingToReleaseDeferredLocks: true
 waitingOnAcquireWritingCacheKey: false
 waitingOnAcquireReadCacheKey: false
 writeManagerThreadPrimaryKeysWithChangesToBeMerged: false
Summary of active locks owned by thread pool-3-thread-98 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-98 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-98 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-98 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

Concurrency manager - Page 05 end (currentThreadNumber: 1 of totalNumberOfThreads: 12)  - detailed information about specific thread
Concurrency manager - Page 05 start (currentThreadNumber: 2 of totalNumberOfThreads: 12)  - detailed information about specific thread 
Thread: pool-3-thread-52
ThreadWaitingToReleaseDeferredLocks: true
 waitingOnAcquireWritingCacheKey: false
 waitingOnAcquireReadCacheKey: false
 writeManagerThreadPrimaryKeysWithChangesToBeMerged: false
Summary of active locks owned by thread pool-3-thread-52 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-52 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-52 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-52 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

Concurrency manager - Page 05 end (currentThreadNumber: 2 of totalNumberOfThreads: 12)  - detailed information about specific thread
Concurrency manager - Page 05 start (currentThreadNumber: 3 of totalNumberOfThreads: 12)  - detailed information about specific thread 
Thread: ForkJoinPool.commonPool-worker-4
ThreadWaitingToReleaseDeferredLocks: false
 waitingOnAcquireWritingCacheKey: true  waiting to acquire writing: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 1334131956) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1846071523) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1)  (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-30 10:50:36.206)  (totalNumberOfTimeCacheKeyAcquiredForReading:  145)  (totalNumberOfTimeCacheKeyReleasedForReading:  145)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
 waitingOnAcquireReadCacheKey: false
 writeManagerThreadPrimaryKeysWithChangesToBeMerged: false
Summary of active locks owned by thread ForkJoinPool.commonPool-worker-4 Listing of all ACTIVE Locks.
Thread Name: ForkJoinPool.commonPool-worker-4 
0 Active locks. The lockManager for this thread is null. 

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

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

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

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

 waitingToReleaseDeferredLocksJustification: information not available. 
Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-3 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: ForkJoinPool.commonPool-worker-3 
1 Read locks.
Read lock nr: 1 , Read cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 1334131956) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1846071523) (current cache key owner/activeThread: Null) (getNumberOfReaders: 1)  (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-30 10:50:36.206)  (totalNumberOfTimeCacheKeyAcquiredForReading:  146)  (totalNumberOfTimeCacheKeyReleasedForReading:  145)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---


Listing of all READ Locks. Step 002 - fat-detailed information about all read locks acquired:Read locks acquired by thread: ForkJoinPool.commonPool-worker-3 with id: 33 never released.
number of never released read locks: 1
Read lock nr: 1 Read lock Cache Key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 1334131956) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1846071523) (current cache key owner/activeThread: ForkJoinPool.commonPool-worker-4) (getNumberOfReaders: 0)  (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-30 10:50:36.206)  (totalNumberOfTimeCacheKeyAcquiredForReading:  147)  (totalNumberOfTimeCacheKeyReleasedForReading:  147)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 1) ---
Read lock nr: 1 dateOfReadLockAcquisition: 2024-04-30 10:50:43.368
Read lock nr: 1 numberOfReadersOnCacheKeyBeforeIncrementingByOne: 1
Read lock nr: 1 currentThreadStackTraceInformationCpuTimeCostMs: 1
Read lock nr: 1 Stack trace id: 2 Start
Read lock nr: 1 stackTraceInformation: "ForkJoinPool.commonPool-worker-3" 
   java.lang.Thread.State: RUNNABLE
        at java.management@21.0.2/sun.management.ThreadImpl.getThreadInfo1(Native Method)
        at java.management@21.0.2/sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:187)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.lambda$enrichGenerateThreadDumpForCurrentThread$0(ConcurrencyUtil.java:905)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil$$Lambda/0x00007f0b443e3918.call(Unknown Source)
        at app//org.eclipse.persistence.internal.security.PrivilegedAccessHelper.callDoPrivileged(PrivilegedAccessHelper.java:166)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.enrichGenerateThreadDumpForCurrentThread(ConcurrencyUtil.java:904)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createReadLockAcquisitionMetadata(ConcurrencyUtil.java:1634)
        at app//org.eclipse.persistence.internal.helper.ReadLockManager.addReadLock(ReadLockManager.java:60)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.addReadLockToReadLockManager(ConcurrencyManager.java:1012)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLock(ConcurrencyManager.java:392)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLock(CacheKey.java:295)
        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:213)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getFromIdentityMap(UnitOfWorkIdentityMapAccessor.java:141)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerExistingObject(UnitOfWorkImpl.java:4125)
        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:1010)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:871)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.getMasterEntityByQuery(EventObserver.java:38)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:28)
        at java.base@21.0.2/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)
        at java.base@21.0.2/java.lang.invoke.LambdaForm$MH/0x00007f0b443fbc00.invoke(LambdaForm$MH)
        at java.base@21.0.2/java.lang.invoke.Invokers$Holder.invokeExact_MT(Invokers$Holder)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(DirectMethodHandleAccessor.java:154)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base@21.0.2/java.lang.reflect.Method.invoke(Method.java:580)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:99)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:88)
        at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:153)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:342)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:320)
        at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:298)
        at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:140)
        at app//org.jboss.weld.util.Observers.notify(Observers.java:176)
        at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:448)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:388)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443e6f90.run(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443fc000.run(Unknown Source)
        at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:83)
        at app//org.jboss.weld.security.spi.SecurityServices$$Lambda/0x00007f0b443e57e8.accept(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443ee000.get(Unknown Source)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
        at java.base@21.0.2/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
        at java.base@21.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)


Read lock nr: 1 Stack trace id: 2 End



Read locks problems detected by thread: ForkJoinPool.commonPool-worker-3 during release read locks
0 removeReadLockProblemsDetected.

Concurrency manager - Page 05 end (currentThreadNumber: 4 of totalNumberOfThreads: 12)  - detailed information about specific thread
Concurrency manager - Page 05 start (currentThreadNumber: 5 of totalNumberOfThreads: 12)  - detailed information about specific thread 
Thread: pool-3-thread-6
ThreadWaitingToReleaseDeferredLocks: true
 waitingOnAcquireWritingCacheKey: false
 waitingOnAcquireReadCacheKey: false
 writeManagerThreadPrimaryKeysWithChangesToBeMerged: false
Summary of active locks owned by thread pool-3-thread-6 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-6 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-6 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-6 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

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

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

 waitingToReleaseDeferredLocksJustification: information not available. 
Summary of read locks acquired by thread ForkJoinPool.commonPool-worker-1 Listing of all READ Locks. Step 001 - sparse summary loop over all read locks acquired:
Thread Name: ForkJoinPool.commonPool-worker-1 
1 Read locks.
Read lock nr: 1 , Read cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 1334131956) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1846071523) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-30 10:50:36.206)  (totalNumberOfTimeCacheKeyAcquiredForReading:  151)  (totalNumberOfTimeCacheKeyReleasedForReading:  148)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---


Listing of all READ Locks. Step 002 - fat-detailed information about all read locks acquired:Read locks acquired by thread: ForkJoinPool.commonPool-worker-1 with id: 31 never released.
number of never released read locks: 1
Read lock nr: 1 Read lock Cache Key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionMaster):  (primaryKey: 1) (object hash code: 1334131956) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1846071523) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-30 10:50:36.206)  (totalNumberOfTimeCacheKeyAcquiredForReading:  151)  (totalNumberOfTimeCacheKeyReleasedForReading:  151)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---
Read lock nr: 1 dateOfReadLockAcquisition: 2024-04-30 10:50:43.367
Read lock nr: 1 numberOfReadersOnCacheKeyBeforeIncrementingByOne: 0
Read lock nr: 1 currentThreadStackTraceInformationCpuTimeCostMs: 0
Read lock nr: 1 Stack trace id: 3 Start
Read lock nr: 1 stackTraceInformation: "ForkJoinPool.commonPool-worker-1" 
   java.lang.Thread.State: RUNNABLE
        at java.management@21.0.2/sun.management.ThreadImpl.getThreadInfo1(Native Method)
        at java.management@21.0.2/sun.management.ThreadImpl.getThreadInfo(ThreadImpl.java:187)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.lambda$enrichGenerateThreadDumpForCurrentThread$0(ConcurrencyUtil.java:905)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil$$Lambda/0x00007f0b443e3918.call(Unknown Source)
        at app//org.eclipse.persistence.internal.security.PrivilegedAccessHelper.callDoPrivileged(PrivilegedAccessHelper.java:166)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.enrichGenerateThreadDumpForCurrentThread(ConcurrencyUtil.java:904)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyUtil.createReadLockAcquisitionMetadata(ConcurrencyUtil.java:1634)
        at app//org.eclipse.persistence.internal.helper.ReadLockManager.addReadLock(ReadLockManager.java:60)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.addReadLockToReadLockManager(ConcurrencyManager.java:1012)
        at app//org.eclipse.persistence.internal.helper.ConcurrencyManager.acquireReadLock(ConcurrencyManager.java:392)
        at app//org.eclipse.persistence.internal.identitymaps.CacheKey.acquireReadLock(CacheKey.java:295)
        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:213)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkIdentityMapAccessor.getFromIdentityMap(UnitOfWorkIdentityMapAccessor.java:141)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.registerExistingObject(UnitOfWorkImpl.java:4125)
        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:1010)
        at app//org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:871)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
        at app//org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
        at app//org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
        at app//org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
        at app//org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552)
        at app//org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536)
        at app//org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.getMasterEntityByQuery(EventObserver.java:38)
        at app//org.eclipse.persistence.jpa.test.cachedeadlock.cdi.event.EventObserver.onAsyncEvent(EventObserver.java:28)
        at java.base@21.0.2/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)
        at java.base@21.0.2/java.lang.invoke.LambdaForm$MH/0x00007f0b443fbc00.invoke(LambdaForm$MH)
        at java.base@21.0.2/java.lang.invoke.Invokers$Holder.invokeExact_MT(Invokers$Holder)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invokeImpl(DirectMethodHandleAccessor.java:154)
        at java.base@21.0.2/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
        at java.base@21.0.2/java.lang.reflect.Method.invoke(Method.java:580)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:99)
        at app//org.jboss.weld.injection.StaticMethodInjectionPoint.invoke(StaticMethodInjectionPoint.java:88)
        at app//org.jboss.weld.injection.MethodInvocationStrategy$DefaultMethodInvocationStrategy.invoke(MethodInvocationStrategy.java:153)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:342)
        at app//org.jboss.weld.event.ObserverMethodImpl.sendEvent(ObserverMethodImpl.java:320)
        at app//org.jboss.weld.event.ObserverMethodImpl.notify(ObserverMethodImpl.java:298)
        at app//jakarta.enterprise.inject.spi.ObserverMethod.notify(ObserverMethod.java:140)
        at app//org.jboss.weld.util.Observers.notify(Observers.java:176)
        at app//org.jboss.weld.event.ObserverNotifier.notifyAsyncObserver(ObserverNotifier.java:448)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$notifyAsyncObservers$5(ObserverNotifier.java:388)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443e6f90.run(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$8(ObserverNotifier.java:478)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443fc000.run(Unknown Source)
        at app//org.jboss.weld.security.spi.SecurityServices.lambda$getSecurityContextAssociator$0(SecurityServices.java:83)
        at app//org.jboss.weld.security.spi.SecurityServices$$Lambda/0x00007f0b443e57e8.accept(Unknown Source)
        at app//org.jboss.weld.event.ObserverNotifier.lambda$createSupplier$9(ObserverNotifier.java:474)
        at app//org.jboss.weld.event.ObserverNotifier$$Lambda/0x00007f0b443ee000.get(Unknown Source)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
        at java.base@21.0.2/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
        at java.base@21.0.2/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
        at java.base@21.0.2/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
        at java.base@21.0.2/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)


Read lock nr: 1 Stack trace id: 3 End



Read locks problems detected by thread: ForkJoinPool.commonPool-worker-1 during release read locks
0 removeReadLockProblemsDetected.

Concurrency manager - Page 05 end (currentThreadNumber: 6 of totalNumberOfThreads: 12)  - detailed information about specific thread
Concurrency manager - Page 05 start (currentThreadNumber: 7 of totalNumberOfThreads: 12)  - detailed information about specific thread 
Thread: pool-3-thread-57
ThreadWaitingToReleaseDeferredLocks: true
 waitingOnAcquireWritingCacheKey: false
 waitingOnAcquireReadCacheKey: false
 writeManagerThreadPrimaryKeysWithChangesToBeMerged: false
Summary of active locks owned by thread pool-3-thread-57 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-57 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-57 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-57 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

Concurrency manager - Page 05 end (currentThreadNumber: 7 of totalNumberOfThreads: 12)  - detailed information about specific thread
Concurrency manager - Page 05 start (currentThreadNumber: 8 of totalNumberOfThreads: 12)  - detailed information about specific thread 
Thread: pool-3-thread-100
ThreadWaitingToReleaseDeferredLocks: true
 waitingOnAcquireWritingCacheKey: false
 waitingOnAcquireReadCacheKey: false
 writeManagerThreadPrimaryKeysWithChangesToBeMerged: false
Summary of active locks owned by thread pool-3-thread-100 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-100 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-100 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-100 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

Concurrency manager - Page 05 end (currentThreadNumber: 8 of totalNumberOfThreads: 12)  - detailed information about specific thread
Concurrency manager - Page 05 start (currentThreadNumber: 9 of totalNumberOfThreads: 12)  - detailed information about specific thread 
Thread: pool-3-thread-96
ThreadWaitingToReleaseDeferredLocks: true
 waitingOnAcquireWritingCacheKey: false
 waitingOnAcquireReadCacheKey: false
 writeManagerThreadPrimaryKeysWithChangesToBeMerged: false
Summary of active locks owned by thread pool-3-thread-96 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-96 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-96 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-96 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

Concurrency manager - Page 05 end (currentThreadNumber: 9 of totalNumberOfThreads: 12)  - detailed information about specific thread
Concurrency manager - Page 05 start (currentThreadNumber: 10 of totalNumberOfThreads: 12)  - detailed information about specific thread 
Thread: pool-3-thread-45
ThreadWaitingToReleaseDeferredLocks: true
 waitingOnAcquireWritingCacheKey: false
 waitingOnAcquireReadCacheKey: false
 writeManagerThreadPrimaryKeysWithChangesToBeMerged: false
Summary of active locks owned by thread pool-3-thread-45 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-45 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-45 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-45 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

Concurrency manager - Page 05 end (currentThreadNumber: 10 of totalNumberOfThreads: 12)  - detailed information about specific thread
Concurrency manager - Page 05 start (currentThreadNumber: 11 of totalNumberOfThreads: 12)  - detailed information about specific thread 
Thread: pool-3-thread-54
ThreadWaitingToReleaseDeferredLocks: true
 waitingOnAcquireWritingCacheKey: false
 waitingOnAcquireReadCacheKey: false
 writeManagerThreadPrimaryKeysWithChangesToBeMerged: false
Summary of active locks owned by thread pool-3-thread-54 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-54 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-54 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-54 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

Concurrency manager - Page 05 end (currentThreadNumber: 11 of totalNumberOfThreads: 12)  - detailed information about specific thread
Concurrency manager - Page 05 start (currentThreadNumber: 12 of totalNumberOfThreads: 12)  - detailed information about specific thread 
Thread: pool-3-thread-47
ThreadWaitingToReleaseDeferredLocks: true
 waitingOnAcquireWritingCacheKey: false
 waitingOnAcquireReadCacheKey: false
 writeManagerThreadPrimaryKeysWithChangesToBeMerged: false
Summary of active locks owned by thread pool-3-thread-47 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-47 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-47 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-47 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

Concurrency manager - Page 05 end (currentThreadNumber: 12 of totalNumberOfThreads: 12)  - 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: 1334131956) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1846071523) (current cache key owner/activeThread: Null) (getNumberOfReaders: 2)  (concurrencyManagerId: 88) (concurrencyManagerCreationDate: 2024-04-30 10:50:36.206)  (totalNumberOfTimeCacheKeyAcquiredForReading:  159)  (totalNumberOfTimeCacheKeyReleasedForReading:  157)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) --- ]:
[currentCacheKeyNumber: 1] threadsThatAcquiredActiveLock: []
[currentCacheKeyNumber: 1] threadsThatAcquiredDeferredLock: [pool-3-thread-98, pool-3-thread-52, pool-3-thread-6, pool-3-thread-57, pool-3-thread-100, pool-3-thread-96, pool-3-thread-45, pool-3-thread-54, pool-3-thread-47]
[currentCacheKeyNumber: 1] threadsThatAcquiredReadLock:  [ForkJoinPool.commonPool-worker-3, ForkJoinPool.commonPool-worker-1]
[currentCacheKeyNumber: 1] threadsKnownToBeStuckTryingToAcquireLock:  [ForkJoinPool.commonPool-worker-4]
[currentCacheKeyNumber: 1] threadsKnownToBeStuckTryingToAcquireLockForReading:  []
[currentCacheKeyNumber: 1] threads doing object building with root on this cache key (not yet supported)...

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

[EL Severe]: cache: 2024.04.30 10:50:43.457--java.lang.InterruptedException: Summary current cache key of thread pool-3-thread-45 Stuck thread problem: unique tiny message number (2) 
 The Thread [pool-3-thread-45]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-45 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-45 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-45 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-45 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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


[EL Severe]: cache: 2024.04.30 10:50:43.458--releaseAllLocksAcquiredByThread: Release active locks on Thread "Thread[#326,pool-3-thread-45,5,main]"
[EL Warning]: 2024.04.30 10:50:43.458--UnitOfWork(975975104)--Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-45 Stuck thread problem: unique tiny message number (2) 
 The Thread [pool-3-thread-45]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-45 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-45 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-45 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-45 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
Exception in thread "pool-3-thread-45" jakarta.persistence.PersistenceException: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-45 Stuck thread problem: unique tiny message number (2) 
 The Thread [pool-3-thread-45]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-45 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-45 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-45 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-45 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
##########################Test with semaphores - end###########################
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:586)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:536)
	at org.eclipse.persistence.internal.jpa.EJBQueryImpl.getSingleResult(EJBQueryImpl.java:425)
	at org.eclipse.persistence.jpa.test.cachedeadlock.MainThread.run(MainThread.java:56)
	at java.base/java.lang.Thread.run(Thread.java:1583)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)
Caused by: Exception [EclipseLink-2001] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ConcurrencyException
Exception Description: Wait was interrupted. 
Message: [Summary current cache key of thread pool-3-thread-45 Stuck thread problem: unique tiny message number (2) 
 The Thread [pool-3-thread-45]  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: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---) . 
 The thread has been stuck for: (20 ms) 
  Bellow we will describe the ActiveLocks, DeferredLocks and ReadLocks for this thread. Summary of active locks owned by thread pool-3-thread-45 Listing of all ACTIVE Locks.
Thread Name: pool-3-thread-45 
0 Active locks.
Summary of deferred locks (could not be acquired and cause thread to wait for object building to complete) of thread pool-3-thread-45 Listing of all DEFERRED Locks.
Thread Name: pool-3-thread-45 
1 Deferred locks.
Deferred lock nr: 0 , Deferred cache key: --- CacheKey  (org.eclipse.persistence.jpa.test.cachedeadlock.model.CacheDeadLockDetectionDetail):  (primaryKey: 1) (object hash code: 1023779653) (cacheKeyClass: org.eclipse.persistence.internal.identitymaps.HardCacheWeakIdentityMap.ReferenceCacheKey) (cacheKey hash code: 1861950157) (current cache key owner/activeThread: Null) (getNumberOfReaders: 0)  (concurrencyManagerId: 352) (concurrencyManagerCreationDate: 2024-04-30 10:50:43.345)  (totalNumberOfTimeCacheKeyAcquiredForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReading:  1)  (totalNumberOfTimeCacheKeyReleasedForReadingBlewUpExceptionDueToCacheKeyHavingReachedCounterZero:  0)  (depth: 0) ---

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

]
	at org.eclipse.persistence.exceptions.ConcurrencyException.waitWasInterrupted(ConcurrencyException.java:110)
	at org.eclipse.persistence.internal.helper.ConcurrencyManager.releaseDeferredLock(ConcurrencyManager.java:721)
	at org.eclipse.persistence.internal.identitymaps.CacheKey.releaseDeferredLock(CacheKey.java:492)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:1178)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildWorkingCopyCloneNormally(ObjectBuilder.java:1007)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInUnitOfWork(ObjectBuilder.java:960)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObjectInternal(ObjectBuilder.java:842)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:797)
	at org.eclipse.persistence.internal.descriptors.ObjectBuilder.buildObject(ObjectBuilder.java:775)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.buildObject(ObjectLevelReadQuery.java:924)
	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:1297)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:934)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
	at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1344)
	at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3015)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1788)
	at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:263)
	at org.eclipse.persistence.internal.jpa.QueryImpl.getSingleResult(QueryImpl.java:552)
	... 7 more
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.705 s -- in org.eclipse.persistence.jpa.test.cachedeadlock.CacheDeadLockDetectionTest
[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.
Tue Apr 30 10:50:43 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.jse.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.jse.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- failsafe:3.2.5: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 5.0.0-SNAPSHOT             [35/135]
[INFO]   from jpa/eclipselink.jpa.spring.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Copying 17 resources from src/it/resources to target/test-classes
[INFO] Copying 17 resources from src/it/resources to target/test-classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 16 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.spring.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.spring.test/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.spring.test-5.0.0-SNAPSHOT-cyclonedx.json
[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 ...
Tue Apr 30 10:50:45 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:50:45 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (test-jpa-spring-local) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.spring.dao.TestLocalEMFwithDao
Apr 30, 2024 10:50:47 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
[EL Info]: 2024.04.30 10:50:47.358--ServerSession(1620187937)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.945 s -- in org.eclipse.persistence.testing.tests.jpa.spring.dao.TestLocalEMFwithDao
[INFO] Running org.eclipse.persistence.testing.tests.jpa.spring.TestLocalEMF
Apr 30, 2024 10:50:47 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:47 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:47 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:47 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:47 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:47 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:47 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:47 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:47 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:47 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:47 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:47 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:47 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:47 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:47 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:47 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:47 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 s -- in org.eclipse.persistence.testing.tests.jpa.spring.TestLocalEMF
[INFO] Running org.eclipse.persistence.testing.tests.jpa.spring.TestLocalEMFtransactional
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
Apr 30, 2024 10:50:48 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringLocalPu'
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 s -- in org.eclipse.persistence.testing.tests.jpa.spring.TestLocalEMFtransactional
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 34, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (test-jpa-spring-container) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.spring.dao.TestContainerEMFwithDao
Apr 30, 2024 10:50:49 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringDaoContainerPu'
[EL Info]: 2024.04.30 10:50:50.043--ServerSession(1423586012)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 1.390 s -- in org.eclipse.persistence.testing.tests.jpa.spring.dao.TestContainerEMFwithDao
[INFO] Running org.eclipse.persistence.testing.tests.jpa.spring.TestContainerEMF
Apr 30, 2024 10:50:50 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:50.517--ServerSession(715534618)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:50 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
Apr 30, 2024 10:50:50 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:50.580--ServerSession(1555413896)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:50 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
Apr 30, 2024 10:50:50 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:50.651--ServerSession(1278196189)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:50 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
Apr 30, 2024 10:50:50 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:50.703--ServerSession(1293495023)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:50 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
Apr 30, 2024 10:50:50 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:50.775--ServerSession(1863557065)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:50 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
Apr 30, 2024 10:50:50 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:50.829--ServerSession(373299466)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:50 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
Apr 30, 2024 10:50:50 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:50.894--ServerSession(1428664849)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:50 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
Apr 30, 2024 10:50:50 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:50.943--ServerSession(1037346554)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:50 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
Apr 30, 2024 10:50:50 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:51.001--ServerSession(1891974590)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:51.061--ServerSession(445010547)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:51.107--ServerSession(1658534033)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:51.155--ServerSession(2134195609)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.739 s -- in org.eclipse.persistence.testing.tests.jpa.spring.TestContainerEMF
[INFO] Running org.eclipse.persistence.testing.tests.jpa.spring.TestContainerEMFtransactional
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:51.244--ServerSession(1872034717)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:51.382--ServerSession(1666419636)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:51.445--ServerSession(664656217)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:51.497--ServerSession(1135400862)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:51.557--ServerSession(1755811644)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:51.610--ServerSession(498537855)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:51.669--ServerSession(1076039353)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:51.722--ServerSession(666769352)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:51.784--ServerSession(1637411253)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:51.842--ServerSession(1993812827)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:51.883--ServerSession(628599133)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean buildNativeEntityManagerFactory
INFO: Initialized JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[EL Info]: 2024.04.30 10:50:51.935--ServerSession(576902869)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
Apr 30, 2024 10:50:51 AM org.springframework.orm.jpa.AbstractEntityManagerFactoryBean destroy
INFO: Closing JPA EntityManagerFactory for persistence unit 'SpringContainerPu'
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.776 s -- in org.eclipse.persistence.testing.tests.jpa.spring.TestContainerEMFtransactional
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 34, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[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.
Tue Apr 30 10:50:52 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.spring.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.spring.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- failsafe:3.2.5:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.spring.test ---
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.wdf.test >----
[INFO] Building EclipseLink JPA WDF Test 5.0.0-SNAPSHOT                [36/135]
[INFO]   from jpa/eclipselink.jpa.wdf.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Copying 4 resources from src/it/resources to target/test-classes
[INFO] Copying 4 resources from src/it/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 218 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/employee/EmploymentPeriod.java:[31,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/employee/EmploymentPeriod.java:[31,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/employee/EmploymentPeriod.java:[34,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/employee/EmploymentPeriod.java:[34,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/employee/EmbeddedFieldAccess.java:[28,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/employee/EmbeddedFieldAccess.java:[28,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/employee/EmbeddedPropertyAccess.java:[40,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/employee/EmbeddedPropertyAccess.java:[40,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/employee/abstr/AbstractEmployee.java:[40,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/employee/abstr/AbstractEmployee.java:[40,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/jpql/Person.java:[78,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/jpql/Person.java:[78,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/jpql/Person.java:[82,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/jpql/Person.java:[82,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/node/CascadingNode.java:[65,29] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/node/Node.java:[70,28] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/node/Node.java:[109,22] previous possible 'this' escape happens here via invocation
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/BasicTypesFieldAccess.java:[162,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/BasicTypesFieldAccess.java:[162,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/BasicTypesFieldAccess.java:[166,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/BasicTypesFieldAccess.java:[166,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/BasicTypesPropertyAccess.java:[603,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/BasicTypesPropertyAccess.java:[603,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/BasicTypesPropertyAccess.java:[620,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/BasicTypesPropertyAccess.java:[620,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[65,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[65,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[69,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[69,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[73,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[73,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[77,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[77,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[82,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[82,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[88,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/models/wdf/jpa1/types/TemporalTypesFieldAccess.java:[88,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/entitymanager/TestClose.java:[492,52] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/entitymanager/TestClose.java:[492,18] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/entitymanager/TestClose.java:[500,65] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/entitymanager/TestClose.java:[500,18] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/entitymanager/TestClose.java:[514,47] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/entitymanager/TestClose.java:[514,18] setParameter(int,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/entitymanager/TestClose.java:[520,60] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/entitymanager/TestClose.java:[520,18] setParameter(int,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/QueryTest.java:[64,26] setParameter(int,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/QueryTest.java:[66,26] setParameter(int,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/QueryTest.java:[71,26] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/QueryTest.java:[74,29] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/QueryTest.java:[238,17] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/QueryTest.java:[240,70] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/QueryTest.java:[268,16] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestArguments.java:[254,53] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestArguments.java:[254,18] setParameter(int,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestArguments.java:[256,49] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestArguments.java:[256,18] setParameter(int,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestArguments.java:[264,60] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestArguments.java:[264,18] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestArguments.java:[266,56] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestArguments.java:[266,18] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestConditionalExpressions.java:[152,81] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestParameterTypes.java:[580,58] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestParameterTypes.java:[580,25] setParameter(int,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestParameterTypes.java:[602,85] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestParameterTypes.java:[602,25] setParameter(int,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestQueryAPI.java:[148,101] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestQueryAPI.java:[152,90] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestQueryAPI.java:[158,21] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestQueryAPI.java:[164,21] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestTemporalParameterTypes.java:[68,45] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestTemporalParameterTypes.java:[68,22] setParameter(int,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestTemporalParameterTypes.java:[69,45] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestTemporalParameterTypes.java:[69,22] setParameter(int,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestTemporalParameterTypes.java:[86,49] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/query/TestTemporalParameterTypes.java:[86,26] setParameter(int,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java: /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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.7.1:single (eclipselink-wdf-jpa1-model.jar) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa1-model.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/jpa/eclipselink.jpa.wdf.test/target/classes
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-wdf-jpa2-model.jar) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa2-model.jar.xml
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-wdf-tests.jar) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar
with assembly file: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar
[INFO] 
[INFO] --- assembly:3.7.1:single (eclipselink-wdf.ear) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf.ear.xml
[INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf.ear
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.wdf.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-client.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.wdf.test/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.wdf.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (clear-database) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (test-jpa-wdf-local) @ org.eclipse.persistence.jpa.wdf.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.wdf.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.wdf.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- failsafe:3.2.5: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 5.0.0-SNAPSHOT       [37/135]
[INFO]   from foundation/org.eclipse.persistence.oracle.test/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.oracle.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.oracle.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.oracle.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.test ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.oracle.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/test/resources
[INFO] Copying 1 resource from src/it/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.oracle.test ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 142 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/OracleTestModel.java:[29,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/conversion/ConversionManagerOracleTestModel.java:[23,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/conversion/DataTypesConvertedFromAClassForOracle9Test.java:[25,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/conversion/DataTypesConvertedFromAClassTest.java:[39,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/conversion/DataTypesConvertedToAClassForOracle9Test.java:[37,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/conversion/DataTypesConvertedToAClassTest.java:[41,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/dbchangenotification/CacheInvalidator.java:[66,48] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/dbchangenotification/CacheInvalidator.java:[82,33] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/dbchangenotification/DbChangeNotificationInternalTestModel.java:[59,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/dbchangenotification/DbChangeNotificationTest.java:[68,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/dbchangenotification/DbChangeNotificationTestModel.java:[25,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/distributedservers/rcm/jms/JMSRCMDistributedServersModel.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/lob/LOBDeleteTest.java:[38,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/lob/LOBImageModelProject.java:[30,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/lob/LOBImageModelTableCreator.java:[27,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/lob/LOBInsertTest.java:[40,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/lob/LOBSessionBrokerTestModel.java:[24,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/lob/LOBTestModel.java:[61,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/lob/LOBTestWrapper.java:[36,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/lob/LOBUpdateTest.java:[48,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/nchar/CharNchar.java:[32,13] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/nchar/CharNchar.java:[36,15] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/nchar/CharNcharProject.java:[30,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/nchar/CharNcharTableCreator.java:[27,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/nchar/InsertNcharTest.java:[22,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/nchar/InsertNullNcharTest.java:[22,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/nchar/NcharTestModel.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/nchar/ReadNcharTest.java:[29,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/nchar/UpdateNcharTest.java:[22,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/nchar/UpdateNullNcharTest.java:[22,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/proxyauthentication/oci/ExternalConnectionPoolTestCase.java:[50,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/proxyauthentication/oci/NonPooledConnectionTestCase.java:[50,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/proxyauthentication/thin/ProxyAuthenticationConnectionCustomizerTestCase.java:[129,25] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/types/CalendarDaylightSavingsTest.java:[66,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/types/CalendarToTSTZWithBindingTest.java:[94,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/types/OracleTIMESTAMPTypeTestModel.java:[43,27] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/types/TIMESTAMPTester.java:[116,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/types/TIMESTAMPTester.java:[134,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/types/TIMESTAMPTester.java:[145,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/types/TIMESTAMPTester.java:[154,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/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-master/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-master/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-master/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-master/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-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestServerPlatform.java:[31,36] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/UnwrapConnectionInsuranceObjectRelationalTestModel.java:[20,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/UnwrapConnectionLOBTestModel.java:[19,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/UnwrapConnectionNativeBatchWritingTestModel.java:[19,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/UnwrapConnectionNchartTestModel.java:[21,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/UnwrapConnectionTypeTestModel.java:[20,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/UnwrapConnectionTypeWithoutAccessorsTestModel.java:[20,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/UnwrapConnectionXDBTestModel.java:[20,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/Employee_XMLProject.java:[26,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/Employee_XMLProject.java:[47,17] previous possible 'this' escape happens here via invocation
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/Employee_XMLProject.java:[33,24] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/Employee_XMLProject.java:[47,17] previous possible 'this' escape happens here via invocation
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/ExistsNodeWithJoinTest.java:[25,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/ExtractValueTest.java:[25,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/GetNumberValTest.java:[25,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/InsertWithNullTest.java:[23,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/ReportQueryTest.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/SessionBrokerTestCase.java:[25,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/StoredFunctionXMLTypeTest.java:[51,38] oracle.sql.OPAQUE in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/StoredFunctionXMLTypeTest.java:[52,181] oracle.sql.OPAQUE in oracle.sql has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/UpdateDocumentTest.java:[26,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/XDBTestModel.java:[28,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/XDBTestModelMWIntegration.java:[25,23] possible 'this' escape before subclass is fully initialized
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/OracleTestModel.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/OracleTestModel.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.oracle.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.test ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.oracle.test ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/bom.json
[INFO]            attaching as org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- jar:3.3.0:test-jar (jar-tests) @ org.eclipse.persistence.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-5.0.0-SNAPSHOT-tests.jar
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.oracle.test >--
[INFO] Building EclipseLink DBWS Test Oracle 5.0.0-SNAPSHOT            [38/135]
[INFO]   from dbws/eclipselink.dbws.test.oracle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/src/test/resources
[INFO] Copying 6 resources from src/it/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.dbws.oracle.test ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/eclipselink.dbws.test.oracle/target/bom.json
[INFO]            attaching as org.eclipse.persistence.dbws.oracle.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.test >--
[INFO] Building EclipseLink DBWS Builder Test Oracle 5.0.0-SNAPSHOT    [39/135]
[INFO]   from utils/eclipselink.dbws.builder.test.oracle/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.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-master/utils/eclipselink.dbws.builder.test.oracle/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/src/test/resources
[INFO] Copying 5 resources from src/it/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 131 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle/target/bom.json
[INFO]            attaching as org.eclipse.persistence.dbws.builder.oracle.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.server.test >--
[INFO] Building EclipseLink DBWS Builder Test Oracle Server 5.0.0-SNAPSHOT [40/135]
[INFO]   from utils/eclipselink.dbws.builder.test.oracle.server/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- download:1.8.1:wget (install-jee-server) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.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-master/utils/eclipselink.dbws.builder.test.oracle.server/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/src/test/resources
[INFO] Copying 1 resource from src/it/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 18 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT-test-sources.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.dbws.builder.test.oracle.server/target/bom.json
[INFO]            attaching as org.eclipse.persistence.dbws.builder.oracle.server.test-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- dependency:3.6.1:copy (configure-glassfish-modules) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[INFO] Skipping plugin execution
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.utils.sigcompare >--
[INFO] Building EclipseLink Package Signature Compare Utility 5.0.0-SNAPSHOT [41/135]
[INFO]   from utils/eclipselink.utils.sigcompare/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- build-helper:3.5.0:regex-property (release.version-property) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-spotbugs-filter) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:spotbugs-filter:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/src/it/java added.
[INFO] 
[INFO] --- build-helper:3.5.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/src/test/resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/src/it/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] No tests to run.
[INFO] 
[INFO] --- surefire-report:3.2.5:report-only (generate-surefire-html-report) @ org.eclipse.persistence.utils.sigcompare ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.utils.sigcompare ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/bom.json
[INFO]            attaching as org.eclipse.persistence.utils.sigcompare-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.utils.sigcompare ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] --- surefire-report:3.2.5:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.utils.sigcompare ---
[WARNING]  Parameter 'outputDirectory' is read-only, must not be used in configuration
[INFO] 
[INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps >----
[INFO] Building Persistence TestApps 5.0.0-SNAPSHOT                    [42/135]
[INFO]   from jpa/eclipselink.jpa.testapps/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps ---
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps ---
[INFO] pom projects not supported, skipping...
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced >--
[INFO] Building Test - advanced 5.0.0-SNAPSHOT                         [43/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 97 source files with javac [debug deprecation release 17] to target/classes
[INFO] [EL Info]: processor: Creating static metadata factory ...
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/non-existant-orm-file.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.MapKeyJoinColumn,/jakarta.persistence.Access,/jakarta.persistence.OrderColumn,/jakarta.persistence.EmbeddedId,/org.eclipse.persistence.annotations.ObjectTypeConverter,/org.eclipse.persistence.annotations.TypeConverter,/jakarta.persistence.PostRemove,/jakarta.persistence.Entity,/jakarta.persistence.GeneratedValue,/org.eclipse.persistence.annotations.CollectionTable,/jakarta.persistence.PreUpdate,/jakarta.persistence.MapKeyColumn,/jakarta.persistence.Cacheable,/org.eclipse.persistence.annotations.NamedStoredFunctionQuery,/jakarta.persistence.EntityListeners,/org.eclipse.persistence.annotations.WriteTransformers,/jakarta.persistence.JoinTable,/org.eclipse.persistence.annotations.NamedStoredProcedureQueries,/jakarta.persistence.Column,/jakarta.persistence.Basic,/org.eclipse.persistence.annotations.Cache,/org.eclipse.persistence.annotations.CacheIndex,/jakarta.persistence.JoinColumn,/org.eclipse.persistence.oxm.annotations.XmlPath,/jakarta.persistence.Enumerated,/jakarta.persistence.Inheritance,/jakarta.persistence.PostLoad,/jakarta.persistence.ManyToMany,/jakarta.persistence.PreRemove,/jakarta.persistence.SecondaryTable,/jakarta.persistence.Version,/jakarta.persistence.PostPersist,/jakarta.persistence.TableGenerator,/jakarta.persistence.Temporal,/jakarta.persistence.OneToOne,/org.eclipse.persistence.annotations.ExistenceChecking,/jakarta.persistence.Transient,/org.eclipse.persistence.annotations.PrimaryKey,/org.eclipse.persistence.annotations.DeleteAll,/org.eclipse.persistence.annotations.Properties,/jakarta.persistence.DiscriminatorValue,/jakarta.persistence.Id,/jakarta.persistence.OneToMany,/org.eclipse.persistence.annotations.OptimisticLocking,/org.eclipse.persistence.annotations.Customizer,/jakarta.persistence.AssociationOverride,/jakarta.persistence.Table,/jakarta.persistence.SequenceGenerator,/jakarta.persistence.Embedded,/jakarta.persistence.CollectionTable,/jakarta.persistence.NamedQuery,/jakarta.persistence.Embeddable,/jakarta.persistence.ManyToOne,/jakarta.persistence.ElementCollection,/org.eclipse.persistence.annotations.MapKeyConvert,/org.eclipse.persistence.annotations.Convert,/jakarta.persistence.IdClass,/org.eclipse.persistence.annotations.ReadOnly,/org.eclipse.persistence.annotations.TypeConverters,/jakarta.persistence.NamedNativeQueries,/jakarta.persistence.PrePersist,/org.eclipse.persistence.annotations.Mutable,/org.eclipse.persistence.annotations.Property,/jakarta.persistence.NamedQueries,/org.eclipse.persistence.annotations.BasicMap,/jakarta.persistence.AttributeOverrides,/jakarta.persistence.MapKey,/jakarta.persistence.PostUpdate,/org.eclipse.persistence.annotations.ReadTransformer,/org.eclipse.persistence.annotations.WriteTransformer,/jakarta.persistence.DiscriminatorColumn,/org.eclipse.persistence.annotations.PrivateOwned,/jakarta.persistence.PrimaryKeyJoinColumn,/org.eclipse.persistence.annotations.BasicCollection,/org.eclipse.persistence.annotations.Converter,/org.eclipse.persistence.annotations.ChangeTracking,/org.eclipse.persistence.annotations.JoinFetch,/jakarta.persistence.SqlResultSetMappings,/jakarta.persistence.NamedNativeQuery
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/non-existant-orm-file.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.metamodel.StaticMetamodel,java.compiler/javax.annotation.processing.Generated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[92,9] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[95,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[96,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[97,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[98,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[99,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[100,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[104,13] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[108,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[109,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[110,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[111,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[112,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[113,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[117,13] resultSetMapping() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[120,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[121,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[122,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[123,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[124,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[125,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[129,13] resultSetMapping() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[132,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[133,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[134,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[135,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[136,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[137,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[141,9] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[144,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[145,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[151,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[152,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[160,77] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[161,74] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[162,76] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[163,75] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[164,78] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[165,76] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[166,77] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[167,75] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[174,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[92,9] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[95,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[96,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[97,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[98,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[99,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[100,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[104,13] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[108,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[109,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[110,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[111,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[112,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[113,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[117,13] resultSetMapping() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[120,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[121,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[122,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[123,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[124,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[125,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[129,13] resultSetMapping() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[132,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[133,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[134,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[135,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[136,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[137,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[141,9] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[144,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[145,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[151,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[152,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[160,77] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[161,74] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[162,76] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[163,75] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[164,78] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[165,76] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[166,77] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[167,75] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[174,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[92,9] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[95,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[96,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[97,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[98,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[99,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[100,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[104,13] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[108,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[109,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[110,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[111,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[112,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[113,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[117,13] resultSetMapping() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[120,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[121,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[122,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[123,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[124,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[125,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[129,13] resultSetMapping() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[132,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[133,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[134,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[135,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[136,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[137,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[141,9] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[144,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[145,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[151,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[152,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[160,77] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[161,74] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[162,76] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[163,75] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[164,78] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[165,76] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[166,77] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[167,75] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[174,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[92,9] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[95,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[96,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[97,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[98,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[99,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[100,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[104,13] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[108,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[109,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[110,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[111,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[112,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[113,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[117,13] resultSetMapping() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[120,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[121,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[122,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[123,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[124,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[125,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[129,13] resultSetMapping() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[132,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[133,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[134,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[135,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[136,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[137,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[141,9] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[144,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[145,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[151,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[152,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[160,77] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[161,74] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[162,76] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[163,75] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[164,78] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[165,76] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[166,77] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[167,75] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Address.java:[174,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/LargeProject.java:[54,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/AdvancedTableCreator.java:[46,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/BarCode.java:[34,22] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Event.java:[36,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Event.java:[36,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Event.java:[36,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Event.java:[36,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Event.java:[36,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Event.java:[36,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Event.java:[36,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Event.java:[36,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/JigsawPiece.java:[41,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/OrderedEntityA.java:[41,14] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/OrderedEntityZ.java:[44,14] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/Product.java:[58,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/SuperLargeProject.java:[26,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/ToDoList.java:[49,14] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/VegetablePK.java:[29,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 68 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5193,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5198,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5203,116] JDBC_WRITE_CONNECTIONS_INITIAL in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5208,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5213,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5218,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[10671,89] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[10671,34] setParameter(int,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[10678,75] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[10678,34] setParameter(int,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[10685,92] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[10685,32] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[10692,78] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[10692,32] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/NamedQueryJUnitTest.java:[50,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/concurrency/ConcurrencyTest.java:[77,13] attempt to synchronize on an instance of a value-based class
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/concurrency/ConcurrencyTest.java:[142,17] attempt to synchronize on an instance of a value-based class
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/concurrency/ConcurrencyTest.java:[151,13] attempt to synchronize on an instance of a value-based class
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/concurrency/LifecycleJUnitTest.java:[82,17] finalize() in java.lang.Object has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMCascadingModifyAndMergeTest.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMCascadingModifyAndRefreshTest.java:[26,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMCascadingPersistAndCommitTest.java:[26,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMCascadingPersistAndFlushTest.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMCascadingRemoveAndFlushTest.java:[32,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMFlushBatchWritingTest.java:[37,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMModifyAndCommitTest.java:[39,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMModifyAndMergeTest.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMModifyAndRefreshTest.java:[26,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMMultipleFlushTests.java:[35,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMPersistAndCommitTest.java:[29,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMPersistAndFlushTest.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMRemoveAndCommitTests.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMRemoveAndFlushTest.java:[29,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/testmodel/EMRemoveAndPersistTest.java:[26,23] possible 'this' escape before subclass is fully initialized
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:51:04 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:51:04 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[EL Warning]: metadata: ServerSession(813656972)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202404301045): 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(813656972)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.AdvancedJPAJunitTest
[EL Warning]: metadata: ServerSession(2018220300)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202404301045): 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(2018220300)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Info]: ServerSession(2018220300)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored function creation.
[EL Warning]: UnitOfWork(873105556)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [org.eclipse.persistence.testing.models.jpa.advanced.GoldBuyer@544e8149] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.advanced.GoldBuyer Primary Key> 5
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored function creation.
WARNING: this test is not suitable for running on dbs that don't support stored function
WARNING: This database does not support stored procedure creation.
[INFO] Tests run: 67, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.70 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.AdvancedJPAJunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.AdvancedJunitTest
WARNING: This test fails on DERBY
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.527 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.AdvancedJunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.EntityManagerJUnitTestSuite
WARNING: This database does not support stored procedure creation.
[EL Warning]: properties: ServerSession(2018220300)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. 
[EL Warning]: properties: ServerSession(2018220300)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. 
[EL Info]: ServerSession(2018220300)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: query: UnitOfWork(1149341802)--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 - 5.0.0.v202404301045): 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(1597303494)--Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0.
[EL Warning]: ClientSession(1597303494)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
[EL Warning]: ClientSession(1597303494)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
[EL Info]: query: UnitOfWork(331280494)--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 - 5.0.0.v202404301045): 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(1897954947)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
[EL Warning]: ClientSession(1897954947)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
[EL Info]: query: UnitOfWork(1442511205)--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 - 5.0.0.v202404301045): 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(1582546337)--Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0.
[EL Warning]: ClientSession(1582546337)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
[EL Warning]: ClientSession(1582546337)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
[EL Info]: ServerSession(2018220300)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: ServerSession(2018220300)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: query: UnitOfWork(65601234)--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 - 5.0.0.v202404301045): 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(2018220300)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Warning]: sql: ServerSession(2018220300)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Info]: transaction: ClientSession(851669459)--Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0.
[EL Severe]: ServerSession(2018220300)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Warning]: sql: ServerSession(2018220300)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Info]: ServerSession(2018220300)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: ServerSession(2018220300)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Severe]: ServerSession(2018220300)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Warning]: UnitOfWork(1107345535)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Info]: query: UnitOfWork(736991068)--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 - 5.0.0.v202404301045): 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(1190802155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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(1207765645)--Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0.
[EL Info]: transaction: ClientSession(1111756354)--Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0.
[EL Severe]: ServerSession(2018220300)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Severe]: ServerSession(2018220300)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Severe]: ServerSession(2018220300)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Warning]: ClientSession(1111756354)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Severe]: ServerSession(2018220300)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Info]: query: UnitOfWork(327541001)--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 - 5.0.0.v202404301045): 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(1494977562)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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(1857274258)--Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0.
[EL Info]: transaction: ClientSession(2018162821)--Communication failure detected when attempting to create transaction on database.  Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0.
[EL Severe]: ServerSession(2018220300)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Severe]: ServerSession(2018220300)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Severe]: ServerSession(2018220300)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Warning]: ClientSession(2018162821)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Severe]: ServerSession(2018220300)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Info]: query: UnitOfWork(110191720)--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 - 5.0.0.v202404301045): 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(1667062071)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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(2018220300)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metadata: ServerSession(1284058792)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202404301045): 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(1284058792)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Info]: ServerSession(1284058792)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: UnitOfWork(894217248)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 776)
[EL Warning]: metadata: ServerSession(552636344)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202404301045): 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(552636344)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Info]: ServerSession(552636344)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Severe]: ejb: ServerSession(552636344)--Exception [EclipseLink-4003] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Exception Description: Configuration error.  Class [myDriver] not found.
[EL Warning]: metadata: ServerSession(696765634)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202404301045): 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(696765634)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Info]: ServerSession(696765634)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Severe]: ejb: ServerSession(696765634)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 5.0.0.v202404301045): 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(734712014)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202404301045): 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(734712014)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Info]: ServerSession(734712014)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metadata: ServerSession(1560368936)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202404301045): 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(1560368936)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Info]: ServerSession(1560368936)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: UnitOfWork(645161328)--java.lang.NullPointerException: Cannot invoke "java.lang.Number.longValue()" because "value1" is null
[EL Warning]: UnitOfWork(645161328)--java.lang.NullPointerException: Cannot invoke "java.lang.Number.longValue()" because "value1" is null
[EL Warning]: UnitOfWork(1433029217)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 868] 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> 868
[EL Warning]: UnitOfWork(1339069320)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 869] 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> 869
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(1560368936)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
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(1560368936)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: ServerSession(1560368936)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: ServerSession(1560368936)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: UnitOfWork(1976997160)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202404301045): 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(2081246464)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202404301045): 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(1558393919)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 1055] 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> 1,055
[EL Warning]: UnitOfWork(1847109346)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 1078] 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> 1,078
WARNING: This database does not support NOWAIT.
WARNING: This database does not support NOWAIT.
[EL Warning]: metadata: 2024.04.30 10:51:43.876--ServerSession(265624371)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:51:43.930--ServerSession(265624371)--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: 2024.04.30 10:51:43.946--ServerSession(882324675)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202404301045): 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: 2024.04.30 10:51:43.980--ServerSession(882324675)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Info]: 2024.04.30 10:51:43.992--ServerSession(882324675)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: 2024.04.30 10:51:44.115--UnitOfWork(503548855)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 1162] 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> 1,162
[EL Warning]: query: 2024.04.30 10:51:59.304--UnitOfWork(131351441)--UpdateAllQuery cannot use binding on this database platform. Changed query setting to execute without binding.
[EL Warning]: query: 2024.04.30 10:51:59.335--UnitOfWork(2134232563)--UpdateAllQuery cannot use binding on this database platform. Changed query setting to execute without binding.
[EL Warning]: 2024.04.30 10:51:59.368--UnitOfWork(1409791414)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 1172] 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> 1,172
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
[INFO] Tests run: 260, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.04 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.EntityManagerJUnitTestSuite
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.JoinedAttributeAdvancedJunitTest
WARNING: This database does not support stored procedure creation.

[INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.168 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.JoinedAttributeAdvancedJunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.NamedNativeQueryJUnitTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.345 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.NamedNativeQueryJUnitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.NamedQueryJUnitTest
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.439 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.NamedQueryJUnitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.ReportQueryAdvancedJUnitTest
WARNING: This database does not support stored procedure creation.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.753 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.ReportQueryAdvancedJUnitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.UpdateAllQueryAdvancedJunitTest
WARNING: This database does not support stored procedure creation.
[EL Warning]: query: 2024.04.30 10:52:05.179--ClientSession(1534985305)--UpdateAllQuery cannot use binding on this database platform. Changed query setting to execute without binding.
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.401 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.UpdateAllQueryAdvancedJunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.testmodel.JPAAdvancedTestModel
[EL Info]: 2024.04.30 10:52:05.908--DatabaseSessionImpl(898527)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metadata: ServerSession(2108605572)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202404301045): 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(2108605572)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Info]: ServerSession(2108605572)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045

Running EntityManager Tests
[EL Warning]: 2024.04.30 10:52:06.594--UnitOfWork(1228292230)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Syntax error: Encountered "unexecutable" at line 1, column 1.
Error Code: 20000
Call: unexecutable native sql query
Query: DataModifyQuery(sql="unexecutable native sql query")
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 sec

Running Annotation Tests
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
[EL Info]: 2024.04.30 10:52:06.670--DatabaseSessionImpl(213523522)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.773 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.testmodel.JPAAdvancedTestModel
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 442, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:52:07 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-model.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced/target/org.eclipse.persistence.jpa.testapps.advanced-tests.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced2 >--
[INFO] Building Test - advanced2 5.0.0-SNAPSHOT                        [44/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Copying 6 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 114 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/main/java/org/eclipse/persistence/testing/models/jpa21/advanced/Athlete.java:[37,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/main/java/org/eclipse/persistence/testing/models/jpa21/advanced/ddl/Athlete.java:[34,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/main/java/org/eclipse/persistence/testing/models/jpa21/advanced/ddl/schema/Athlete.java:[32,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/main/java/org/eclipse/persistence/testing/models/jpa21/advanced/LargeProject.java:[41,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/main/java/org/eclipse/persistence/testing/models/jpa21/advanced/AdvancedTableCreator.java:[41,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/main/java/org/eclipse/persistence/testing/models/jpa21/advanced/Athlete.java:[51,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/main/java/org/eclipse/persistence/testing/models/jpa21/advanced/ddl/Athlete.java:[48,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/main/java/org/eclipse/persistence/testing/models/jpa21/advanced/ddl/schema/Athlete.java:[46,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/main/java/org/eclipse/persistence/testing/models/jpa21/advanced/xml/AdvancedTableCreator.java:[26,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/main/java/org/eclipse/persistence/testing/models/jpa21/advanced/xml/LargeProject.java:[30,21] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 23 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/AnnotationsTest.java:[75,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/ConverterTest.java:[73,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/CriteriaQueryCastTest.java:[42,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/CriteriaQueryMetamodelTest.java:[51,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/CriteriaQueryTest.java:[56,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/EntityGraphTest.java:[107,22] <T>addSubclassSubgraph(java.lang.Class<? extends T>) in jakarta.persistence.EntityGraph has been deprecated and marked for removal
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/EntityGraphTest.java:[44,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/EntityManagerFactoryTest.java:[37,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/EntityManagerTest.java:[38,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/NamedStoredProcedureQueryTest.java:[57,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/QueryTest.java:[51,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/StoredProcedureQueryTest.java:[54,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/WeaverTest.java:[32,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/ddl/DDLSchemaTest.java:[49,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/ddl/DDLTest.java:[72,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/ddl/ForeignKeyTest.java:[63,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/ddl/IndexTest.java:[32,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/xml/XMLConverterTest.java:[47,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/xml/XMLEntityGraphTest.java:[34,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/xml/XMLNamedStoredProcedureQueryTest.java:[37,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/xml/ddl/XMLForeignKeyTest.java:[57,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/src/test/java/org/eclipse/persistence/testing/tests/advanced2/xml/ddl/XMLIndexTest.java:[32,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:52:08 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:52:08 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.advanced2.AnnotationsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s -- in org.eclipse.persistence.testing.tests.advanced2.AnnotationsTest
[INFO] Running org.eclipse.persistence.testing.tests.advanced2.ConverterTest
[EL Info]: 2024.04.30 10:52:11.306--ServerSession(1574573264)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metadata: 2024.04.30 10:52:11.458--ServerSession(1574573264)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[period] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: 2024.04.30 10:52:12.096--UnitOfWork(1793325972)--jakarta.persistence.PersistenceException: An exception occurred while calling convertToDatabaseColumn on converter class org.eclipse.persistence.testing.models.jpa21.advanced.converters.ResponsibilityConverter with value throwExceptionInToDBColumn
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.940 s -- in org.eclipse.persistence.testing.tests.advanced2.ConverterTest
[INFO] Running org.eclipse.persistence.testing.tests.advanced2.CriteriaQueryCastTest
[EL Info]: 2024.04.30 10:52:12.133--ServerSession(1369977147)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.eclipse.persistence.testing.tests.advanced2.CriteriaQueryCastTest
[INFO] Running org.eclipse.persistence.testing.tests.advanced2.CriteriaQueryMetamodelTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.355 s -- in org.eclipse.persistence.testing.tests.advanced2.CriteriaQueryMetamodelTest
[INFO] Running org.eclipse.persistence.testing.tests.advanced2.CriteriaQueryTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.328 s -- in org.eclipse.persistence.testing.tests.advanced2.CriteriaQueryTest
[INFO] Running org.eclipse.persistence.testing.tests.advanced2.EntityGraphTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.eclipse.persistence.testing.tests.advanced2.EntityGraphTest
[INFO] Running org.eclipse.persistence.testing.tests.advanced2.EntityManagerFactoryTest
[EL Info]: 2024.04.30 10:52:13.315--ServerSession(1082640380)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metadata: 2024.04.30 10:52:13.321--ServerSession(1082640380)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[period] because the aggregate has a (possibly nested) target foreign key mapping
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 s -- in org.eclipse.persistence.testing.tests.advanced2.EntityManagerFactoryTest
[INFO] Running org.eclipse.persistence.testing.tests.advanced2.EntityManagerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.253 s -- in org.eclipse.persistence.testing.tests.advanced2.EntityManagerTest
[INFO] Running org.eclipse.persistence.testing.tests.advanced2.NamedStoredProcedureQueryTest
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.persistence.testing.tests.advanced2.NamedStoredProcedureQueryTest
[INFO] Running org.eclipse.persistence.testing.tests.advanced2.QueryTest
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s -- in org.eclipse.persistence.testing.tests.advanced2.QueryTest
[INFO] Running org.eclipse.persistence.testing.tests.advanced2.StoredProcedureQueryTest
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
[EL Warning]: 2024.04.30 10:52:13.988--UnitOfWork(605414599)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Syntax error: Encountered "DoesNotExist" at line 1, column 1.
Error Code: 30000
Call: DoesNotExist
Query: ReadAllQuery(referenceClass=Employee sql="DoesNotExist")
[EL Warning]: 2024.04.30 10:52:13.996--UnitOfWork(438432831)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DOESNOTEXIST' is not recognized as a function or procedure.
Error Code: 30000
Call: CALL DoesNotExist()
Query: ResultSetMappingQuery()
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
[INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s -- in org.eclipse.persistence.testing.tests.advanced2.StoredProcedureQueryTest
[INFO] Running org.eclipse.persistence.testing.tests.advanced2.WeaverTest
[EL Info]: 2024.04.30 10:52:14.009--ServerSession(37878764)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.persistence.testing.tests.advanced2.WeaverTest
[INFO] Running org.eclipse.persistence.testing.tests.advanced2.ddl.DDLSchemaTest
[EL Info]: 2024.04.30 10:52:14.065--ServerSession(86558913)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:52:14.102--ServerSession(612854398)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:52:14.138--ServerSession(122461713)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in org.eclipse.persistence.testing.tests.advanced2.ddl.DDLSchemaTest
[INFO] Running org.eclipse.persistence.testing.tests.advanced2.ddl.DDLTest
[EL Info]: 2024.04.30 10:52:14.224--ServerSession(591678006)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:52:14.285--ServerSession(1009313206)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: 2024.04.30 10:52:14.292--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'JPA21_XML_DDL_ORGANIZER' because it does not exist.
Error Code: 30000
Call: ALTER TABLE JPA21_XML_DDL_ORGANIZER DROP CONSTRAINT FK_JPA21_XMLOrganizer_Race
Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_ORGANIZER DROP CONSTRAINT FK_JPA21_XMLOrganizer_Race")
[EL Warning]: 2024.04.30 10:52:14.293--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'JPA21_XML_FORK_COSTS' because it does not exist.
Error Code: 30000
Call: ALTER TABLE JPA21_XML_FORK_COSTS DROP CONSTRAINT JPA21XMLFORKCOSTSD
Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_FORK_COSTS DROP CONSTRAINT JPA21XMLFORKCOSTSD")
[EL Warning]: 2024.04.30 10:52:14.294--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'JPA21_XML_DDL_SHOE' because it does not exist.
Error Code: 30000
Call: ALTER TABLE JPA21_XML_DDL_SHOE DROP CONSTRAINT FK_JPA21_XMLShoes_Runner
Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SHOE DROP CONSTRAINT FK_JPA21_XMLShoes_Runner")
[EL Warning]: 2024.04.30 10:52:14.295--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'JPA21_XML_DDL_SHOE' because it does not exist.
Error Code: 30000
Call: ALTER TABLE JPA21_XML_DDL_SHOE DROP CONSTRAINT FK_JPA21_XMLRunner_ShoeTag
Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SHOE DROP CONSTRAINT FK_JPA21_XMLRunner_ShoeTag")
[EL Warning]: 2024.04.30 10:52:14.296--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'JPA21_XML_DDL_SPRINTER' because it does not exist.
Error Code: 30000
Call: ALTER TABLE JPA21_XML_DDL_SPRINTER DROP CONSTRAINT FK_JPA21_XML_Sprinter
Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_SPRINTER DROP CONSTRAINT FK_JPA21_XML_Sprinter")
[EL Warning]: 2024.04.30 10:52:14.297--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'JPA21_XML_FORK_FORK_USERS' because it does not exist.
Error Code: 30000
Call: ALTER TABLE JPA21_XML_FORK_FORK_USERS DROP CONSTRAINT JP21XMLFRKFRFRKSRD
Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_FORK_FORK_USERS DROP CONSTRAINT JP21XMLFRKFRFRKSRD")
[EL Warning]: 2024.04.30 10:52:14.298--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'JPA21_XML_FORK_FORK_USERS' because it does not exist.
Error Code: 30000
Call: ALTER TABLE JPA21_XML_FORK_FORK_USERS DROP CONSTRAINT JP21XMLFRKFRKSFRKD
Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_FORK_FORK_USERS DROP CONSTRAINT JP21XMLFRKFRKSFRKD")
[EL Warning]: 2024.04.30 10:52:14.299--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'JPA21_XML_DDL_RUNNERS_RACES' because it does not exist.
Error Code: 30000
Call: ALTER TABLE JPA21_XML_DDL_RUNNERS_RACES DROP CONSTRAINT FK_JPA21_XMLRunners_Races_Inverse
Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNERS_RACES DROP CONSTRAINT FK_JPA21_XMLRunners_Races_Inverse")
[EL Warning]: 2024.04.30 10:52:14.300--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'JPA21_XML_DDL_RUNNERS_RACES' because it does not exist.
Error Code: 30000
Call: ALTER TABLE JPA21_XML_DDL_RUNNERS_RACES DROP CONSTRAINT FK_JPA21_XMLRunners_Races
Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNERS_RACES DROP CONSTRAINT FK_JPA21_XMLRunners_Races")
[EL Warning]: 2024.04.30 10:52:14.301--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'JPA21_XML_DDL_RUNNER_ACS' because it does not exist.
Error Code: 30000
Call: ALTER TABLE JPA21_XML_DDL_RUNNER_ACS DROP CONSTRAINT FK_JPA21_XMLAccomplishments
Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNER_ACS DROP CONSTRAINT FK_JPA21_XMLAccomplishments")
[EL Warning]: 2024.04.30 10:52:14.302--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'JPA21_XML_DDL_ENDORSEMENTS' because it does not exist.
Error Code: 30000
Call: ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP CONSTRAINT FK_JPA21_XMLEndorsements
Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP CONSTRAINT FK_JPA21_XMLEndorsements")
[EL Warning]: 2024.04.30 10:52:14.302--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'JPA21_XML_DDL_ENDORSEMENTS' because it does not exist.
Error Code: 30000
Call: ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP CONSTRAINT FK_JPA21_XMLEndorsements_Key
Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_ENDORSEMENTS DROP CONSTRAINT FK_JPA21_XMLEndorsements_Key")
[EL Warning]: 2024.04.30 10:52:14.303--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'JPA21_XML_DDL_RUNNER_PBS' because it does not exist.
Error Code: 30000
Call: ALTER TABLE JPA21_XML_DDL_RUNNER_PBS DROP CONSTRAINT FK_JPA21_XML_Runner_PBS
Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_DDL_RUNNER_PBS DROP CONSTRAINT FK_JPA21_XML_Runner_PBS")
[EL Warning]: 2024.04.30 10:52:14.304--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'JPA21_XML_FORK_USES' because it does not exist.
Error Code: 30000
Call: ALTER TABLE JPA21_XML_FORK_USES DROP CONSTRAINT JP21XMLFRKSXMLFrkD
Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_FORK_USES DROP CONSTRAINT JP21XMLFRKSXMLFrkD")
[EL Warning]: 2024.04.30 10:52:14.305--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA21_XML_FORK_USER' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA21_XML_FORK_USER
Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_FORK_USER")
[EL Warning]: 2024.04.30 10:52:14.306--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA21_XML_DDL_RACE' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA21_XML_DDL_RACE
Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_RACE")
[EL Warning]: 2024.04.30 10:52:14.306--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA21_XML_DDL_RUNNER' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA21_XML_DDL_RUNNER
Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_RUNNER")
[EL Warning]: 2024.04.30 10:52:14.307--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA21_XML_DDL_ORGANIZER' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA21_XML_DDL_ORGANIZER
Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_ORGANIZER")
[EL Warning]: 2024.04.30 10:52:14.308--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Index 'INDEX_JPA21_XML_FORK_STYLE_COLOR' does not exist.
Error Code: 30000
Call: DROP INDEX INDEX_JPA21_XML_FORK_STYLE_COLOR
Query: DataModifyQuery(sql="DROP INDEX INDEX_JPA21_XML_FORK_STYLE_COLOR")
[EL Warning]: 2024.04.30 10:52:14.309--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA21_XML_FORK' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA21_XML_FORK
Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_FORK")
[EL Warning]: 2024.04.30 10:52:14.310--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Index 'INDEX_JPA21_XML_FORK_COSTS' does not exist.
Error Code: 30000
Call: DROP INDEX INDEX_JPA21_XML_FORK_COSTS
Query: DataModifyQuery(sql="DROP INDEX INDEX_JPA21_XML_FORK_COSTS")
[EL Warning]: 2024.04.30 10:52:14.311--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA21_XML_FORK_COSTS' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA21_XML_FORK_COSTS
Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_FORK_COSTS")
[EL Warning]: 2024.04.30 10:52:14.311--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA21_XML_DDL_SHOE' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA21_XML_DDL_SHOE
Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_SHOE")
[EL Warning]: 2024.04.30 10:52:14.312--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA21_XML_DDL_SHOE_TAG' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA21_XML_DDL_SHOE_TAG
Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_SHOE_TAG")
[EL Warning]: 2024.04.30 10:52:14.313--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA21_XML_DDL_SPRINTER' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA21_XML_DDL_SPRINTER
Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_SPRINTER")
[EL Warning]: 2024.04.30 10:52:14.314--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA21_XML_DDL_ENDORSER' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA21_XML_DDL_ENDORSER
Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_ENDORSER")
[EL Warning]: 2024.04.30 10:52:14.315--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Index 'JPA21_XML_FORK_USERS_INDEX' does not exist.
Error Code: 30000
Call: DROP INDEX JPA21_XML_FORK_USERS_INDEX
Query: DataModifyQuery(sql="DROP INDEX JPA21_XML_FORK_USERS_INDEX")
[EL Warning]: 2024.04.30 10:52:14.316--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA21_XML_FORK_FORK_USERS' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA21_XML_FORK_FORK_USERS
Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_FORK_FORK_USERS")
[EL Warning]: 2024.04.30 10:52:14.317--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA21_XML_DDL_RUNNERS_RACES' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA21_XML_DDL_RUNNERS_RACES
Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_RUNNERS_RACES")
[EL Warning]: 2024.04.30 10:52:14.318--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA21_XML_DDL_RUNNER_ACS' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA21_XML_DDL_RUNNER_ACS
Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_RUNNER_ACS")
[EL Warning]: 2024.04.30 10:52:14.319--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA21_XML_DDL_ENDORSEMENTS' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA21_XML_DDL_ENDORSEMENTS
Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_ENDORSEMENTS")
[EL Warning]: 2024.04.30 10:52:14.320--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA21_XML_DDL_RUNNER_PBS' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA21_XML_DDL_RUNNER_PBS
Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_DDL_RUNNER_PBS")
[EL Warning]: 2024.04.30 10:52:14.320--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Index 'JPA21_XML_FORK_USES_INDEX' does not exist.
Error Code: 30000
Call: DROP INDEX JPA21_XML_FORK_USES_INDEX
Query: DataModifyQuery(sql="DROP INDEX JPA21_XML_FORK_USES_INDEX")
[EL Warning]: 2024.04.30 10:52:14.321--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA21_XML_FORK_USES' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA21_XML_FORK_USES
Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_FORK_USES")
[EL Warning]: 2024.04.30 10:52:14.322--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Index 'INDEX_JPA21_XML_TABLE_GENERATOR' does not exist.
Error Code: 30000
Call: DROP INDEX INDEX_JPA21_XML_TABLE_GENERATOR
Query: DataModifyQuery(sql="DROP INDEX INDEX_JPA21_XML_TABLE_GENERATOR")
[EL Warning]: 2024.04.30 10:52:14.324--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Table/View 'JPA21_XML_PK_SEQ' does not exist.
Error Code: 30000
Call: DELETE FROM JPA21_XML_PK_SEQ WHERE XML_SEQ_NAME = 'XML_UTENSIL_SEQ'
Query: DataModifyQuery(sql="DELETE FROM JPA21_XML_PK_SEQ WHERE XML_SEQ_NAME = 'XML_UTENSIL_SEQ'")
[EL Warning]: 2024.04.30 10:52:14.392--ServerSession(1009313206)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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 Info]: 2024.04.30 10:52:14.475--ServerSession(1763010538)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:52:14.538--ServerSession(736888459)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: 2024.04.30 10:52:14.577--ServerSession(736888459)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Index 'JPA21_XML_FORK_USERS_INDEX' does not exist.
Error Code: 30000
Call: DROP INDEX JPA21_XML_FORK_USERS_INDEX
Query: DataModifyQuery(sql="DROP INDEX JPA21_XML_FORK_USERS_INDEX")
[EL Warning]: 2024.04.30 10:52:14.623--ServerSession(736888459)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:52:14.625--ServerSession(736888459)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Table/View 'JPA21_XML_PK_SEQ' already exists in Schema 'ROOT'.
Error Code: 30000
Call: CREATE TABLE JPA21_XML_PK_SEQ (XML_SEQ_NAME VARCHAR(50) NOT NULL, XML_SEQ_COUNT DECIMAL(15), PRIMARY KEY (XML_SEQ_NAME))
Query: DataModifyQuery(sql="CREATE TABLE JPA21_XML_PK_SEQ (XML_SEQ_NAME VARCHAR(50) NOT NULL, XML_SEQ_COUNT DECIMAL(15), PRIMARY KEY (XML_SEQ_NAME))")
[EL Info]: 2024.04.30 10:52:14.698--ServerSession(2073961917)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:52:14.750--ServerSession(515398215)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:52:14.810--ServerSession(353355687)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Severe]: ejb: 2024.04.30 10:52:14.816--ServerSession(353355687)--java.lang.IllegalArgumentException: When generating DDL to scripts, a create script target must be specified using the [jakarta.persistence.schema-generation.scripts.create-target] property.
[EL Info]: 2024.04.30 10:52:14.867--ServerSession(1563068096)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.732 s -- in org.eclipse.persistence.testing.tests.advanced2.ddl.DDLTest
[INFO] Running org.eclipse.persistence.testing.tests.advanced2.ddl.ForeignKeyTest
[EL Info]: 2024.04.30 10:52:14.916--ServerSession(636536295)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: 2024.04.30 10:52:15.005--ServerSession(636536295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Index 'TABLE_GENERATOR_INDEX' does not exist.
Error Code: 30000
Call: DROP INDEX TABLE_GENERATOR_INDEX
Query: DataModifyQuery(sql="DROP INDEX TABLE_GENERATOR_INDEX")
[EL Warning]: 2024.04.30 10:52:15.006--ServerSession(636536295)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Table/View 'JPA21_PK_SEQ' does not exist.
Error Code: 30000
Call: DELETE FROM JPA21_PK_SEQ WHERE SEQ_NAME = 'UTENSIL_SEQ'
Query: DataModifyQuery(sql="DELETE FROM JPA21_PK_SEQ WHERE SEQ_NAME = 'UTENSIL_SEQ'")
[EL Warning]: 2024.04.30 10:52:15.129--UnitOfWork(1321037782)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: org.apache.derby.shared.common.error.DerbySQLIntegrityConstraintViolationException: DELETE on table 'JPA21_DDL_DRIVER' caused a violation of foreign key constraint 'FKV2D' for key (Bob).  The statement has been rolled back.
Error Code: 20000
Call: DELETE FROM JPA21_DDL_DRIVER WHERE (NAME = ?)
	bind => [1 parameter bound]
Query: DeleteObjectQuery(org.eclipse.persistence.testing.models.jpa21.advanced.ddl.Driver@76e6c070)
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 s -- in org.eclipse.persistence.testing.tests.advanced2.ddl.ForeignKeyTest
[INFO] Running org.eclipse.persistence.testing.tests.advanced2.ddl.IndexTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.persistence.testing.tests.advanced2.ddl.IndexTest
[INFO] Running org.eclipse.persistence.testing.tests.advanced2.xml.XMLConverterTest
[EL Info]: 2024.04.30 10:52:15.221--ServerSession(150180388)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s -- in org.eclipse.persistence.testing.tests.advanced2.xml.XMLConverterTest
[INFO] Running org.eclipse.persistence.testing.tests.advanced2.xml.XMLEntityGraphTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 s -- in org.eclipse.persistence.testing.tests.advanced2.xml.XMLEntityGraphTest
[INFO] Running org.eclipse.persistence.testing.tests.advanced2.xml.XMLNamedStoredProcedureQueryTest
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 s -- in org.eclipse.persistence.testing.tests.advanced2.xml.XMLNamedStoredProcedureQueryTest
[INFO] Running org.eclipse.persistence.testing.tests.advanced2.xml.ddl.XMLForeignKeyTest
[EL Info]: 2024.04.30 10:52:15.894--ServerSession(1943699208)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: 2024.04.30 10:52:15.904--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.FK_JPA21_XML_FORK_COSTS_ID' on table '"ROOT"."JPA21_XML_FORK_COSTS"'. 
Error Code: 30000
Call: ALTER TABLE JPA21_XML_FORK_COSTS DROP FOREIGN KEY FK_JPA21_XML_FORK_COSTS_ID
Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_FORK_COSTS DROP FOREIGN KEY FK_JPA21_XML_FORK_COSTS_ID")
[EL Warning]: 2024.04.30 10:52:15.911--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.FK_JPA21_XML_FORK_USES_XMLFORK_ID' on table '"ROOT"."JPA21_XML_FORK_USES"'. 
Error Code: 30000
Call: ALTER TABLE JPA21_XML_FORK_USES DROP FOREIGN KEY FK_JPA21_XML_FORK_USES_XMLFork_ID
Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_FORK_USES DROP FOREIGN KEY FK_JPA21_XML_FORK_USES_XMLFork_ID")
[EL Warning]: 2024.04.30 10:52:15.912--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.FK_JPA21_XML_FORK_FORK_USERS_FORK_ID' on table '"ROOT"."JPA21_XML_FORK_FORK_USERS"'. 
Error Code: 30000
Call: ALTER TABLE JPA21_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA21_XML_FORK_FORK_USERS_FORK_ID
Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA21_XML_FORK_FORK_USERS_FORK_ID")
[EL Warning]: 2024.04.30 10:52:15.913--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.FK_JPA21_XML_FORK_FORK_USERS_FORK_USER_ID' on table '"ROOT"."JPA21_XML_FORK_FORK_USERS"'. 
Error Code: 30000
Call: ALTER TABLE JPA21_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA21_XML_FORK_FORK_USERS_FORK_USER_ID
Query: DataModifyQuery(sql="ALTER TABLE JPA21_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA21_XML_FORK_FORK_USERS_FORK_USER_ID")
[EL Warning]: 2024.04.30 10:52:15.921--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Syntax error: Encountered "ON" at line 1, column 45.
Error Code: 30000
Call: DROP INDEX INDEX_JPA21_XML_FORK_STYLE_COLOR ON JPA21_XML_FORK
Query: DataModifyQuery(sql="DROP INDEX INDEX_JPA21_XML_FORK_STYLE_COLOR ON JPA21_XML_FORK")
[EL Warning]: 2024.04.30 10:52:15.925--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL0000000494-4d9c1720-018f-2ea2-21e0-00002f5d9d84' because CONSTRAINT 'JP21XMLFRKFRKSFRKD' is dependent on that object.
Error Code: 30000
Call: DROP TABLE JPA21_XML_FORK
Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_FORK")
[EL Warning]: 2024.04.30 10:52:15.926--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Syntax error: Encountered "ON" at line 1, column 39.
Error Code: 30000
Call: DROP INDEX INDEX_JPA21_XML_FORK_COSTS ON JPA21_XML_FORK_COSTS
Query: DataModifyQuery(sql="DROP INDEX INDEX_JPA21_XML_FORK_COSTS ON JPA21_XML_FORK_COSTS")
[EL Warning]: 2024.04.30 10:52:15.935--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Operation 'DROP CONSTRAINT' cannot be performed on object 'SQL0000000490-83271708-018f-2ea2-21e0-00002f5d9d84' because CONSTRAINT 'JP21XMLFRKFRFRKSRD' is dependent on that object.
Error Code: 30000
Call: DROP TABLE JPA21_XML_FORK_USER
Query: DataModifyQuery(sql="DROP TABLE JPA21_XML_FORK_USER")
[EL Warning]: 2024.04.30 10:52:15.938--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Syntax error: Encountered "ON" at line 1, column 38.
Error Code: 30000
Call: DROP INDEX JPA21_XML_FORK_USES_INDEX ON JPA21_XML_FORK_USES
Query: DataModifyQuery(sql="DROP INDEX JPA21_XML_FORK_USES_INDEX ON JPA21_XML_FORK_USES")
[EL Warning]: 2024.04.30 10:52:15.940--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Syntax error: Encountered "ON" at line 1, column 39.
Error Code: 30000
Call: DROP INDEX JPA21_XML_FORK_USERS_INDEX ON JPA21_XML_FORK_FORK_USERS
Query: DataModifyQuery(sql="DROP INDEX JPA21_XML_FORK_USERS_INDEX ON JPA21_XML_FORK_FORK_USERS")
[EL Warning]: 2024.04.30 10:52:15.946--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Syntax error: Encountered "ON" at line 1, column 44.
Error Code: 30000
Call: DROP INDEX INDEX_JPA21_XML_TABLE_GENERATOR ON JPA21_XML_PK_SEQ
Query: DataModifyQuery(sql="DROP INDEX INDEX_JPA21_XML_TABLE_GENERATOR ON JPA21_XML_PK_SEQ")
[EL Warning]: 2024.04.30 10:52:15.951--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Table/View 'JPA21_XML_FORK' already exists in Schema 'ROOT'.
Error Code: 30000
Call: CREATE TABLE JPA21_XML_FORK (ID INTEGER NOT NULL, COLOR VARCHAR(255), SERIAL_TAG VARCHAR(255), STYLE VARCHAR(255), PRIMARY KEY (ID))
Query: DataModifyQuery(sql="CREATE TABLE JPA21_XML_FORK (ID INTEGER NOT NULL, COLOR VARCHAR(255), SERIAL_TAG VARCHAR(255), STYLE VARCHAR(255), PRIMARY KEY (ID))")
[EL Warning]: 2024.04.30 10:52:15.951--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Syntax error: Encountered "(" at line 1, column 71.
Error Code: 30000
Call: CREATE INDEX INDEX_JPA21_XML_FORK_STYLE_COLOR ON JPA21_XML_FORK (STYLE(15), COLOR(15))
Query: DataModifyQuery(sql="CREATE INDEX INDEX_JPA21_XML_FORK_STYLE_COLOR ON JPA21_XML_FORK (STYLE(15), COLOR(15))")
[EL Warning]: 2024.04.30 10:52:15.959--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Table/View 'JPA21_XML_FORK_USER' already exists in Schema 'ROOT'.
Error Code: 30000
Call: CREATE TABLE JPA21_XML_FORK_USER (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))
Query: DataModifyQuery(sql="CREATE TABLE JPA21_XML_FORK_USER (ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (ID))")
[EL Warning]: 2024.04.30 10:52:15.988--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Value '38' is not a valid precision for DECIMAL.
Error Code: 30000
Call: CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))
Query: DataModifyQuery(sql="CREATE TABLE SEQUENCE (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))")
[EL Warning]: 2024.04.30 10:52:15.989--ServerSession(1943699208)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Value '38' is not a valid precision for DECIMAL.
Error Code: 30000
Call: CREATE TABLE JPA21_XML_PK_SEQ (XML_SEQ_NAME VARCHAR(50) NOT NULL, XML_SEQ_COUNT DECIMAL(38), PRIMARY KEY (XML_SEQ_NAME))
Query: DataModifyQuery(sql="CREATE TABLE JPA21_XML_PK_SEQ (XML_SEQ_NAME VARCHAR(50) NOT NULL, XML_SEQ_COUNT DECIMAL(38), PRIMARY KEY (XML_SEQ_NAME))")
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.150 s -- in org.eclipse.persistence.testing.tests.advanced2.xml.ddl.XMLForeignKeyTest
[INFO] Running org.eclipse.persistence.testing.tests.advanced2.xml.ddl.XMLIndexTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.persistence.testing.tests.advanced2.xml.ddl.XMLIndexTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 158, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:52:16 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced2-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced2-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced2/target/org.eclipse.persistence.jpa.testapps.advanced2.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria >--
[INFO] Building Test - advanced.additionalcriteria 5.0.0-SNAPSHOT      [45/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 10 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/additionalcriteria/AdvancedJPAJunitTest.java:[64,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:52:17 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:52:17 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.additionalcriteria.AdvancedJPAJunitTest
[EL Warning]: metadata: 2024.04.30 10:52:19.120--ServerSession(1358857082)--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]: 2024.04.30 10:52:19.288--ServerSession(1358857082)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP SEQUENCE AC_SCHOOL_SEQ RESTRICT
Query: DataModifyQuery(sql="DROP SEQUENCE AC_SCHOOL_SEQ RESTRICT")
[EL Warning]: 2024.04.30 10:52:19.298--ServerSession(1358857082)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP SEQUENCE AC_STUDENT_SEQ RESTRICT
Query: DataModifyQuery(sql="DROP SEQUENCE AC_STUDENT_SEQ RESTRICT")
[EL Warning]: 2024.04.30 10:52:19.299--ServerSession(1358857082)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP SEQUENCE AC_NUT_SEQ RESTRICT
Query: DataModifyQuery(sql="DROP SEQUENCE AC_NUT_SEQ RESTRICT")
[EL Warning]: 2024.04.30 10:52:19.302--ServerSession(1358857082)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
Query: DataModifyQuery(sql="DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'")
[EL Warning]: 2024.04.30 10:52:19.304--ServerSession(1358857082)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP SEQUENCE AC_BOLT_SEQ RESTRICT
Query: DataModifyQuery(sql="DROP SEQUENCE AC_BOLT_SEQ RESTRICT")
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.660 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.additionalcriteria.AdvancedJPAJunitTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:52:19 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.advanced.additionalcriteria.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.cacheable >--
[INFO] Building Test - cacheable 5.0.0-SNAPSHOT                        [46/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.cacheable/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 24 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/src/main/java/org/eclipse/persistence/testing/models/jpa/cacheable/CacheableTableCreator.java:[28,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/src/main/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[67,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 13 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/src/test/java/org/eclipse/persistence/testing/tests/jpa/cacheable/CacheableTestBase.java:[101,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:52:20 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:52:20 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableAllPropertyTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.764 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableAllPropertyTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableAllTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableAllTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableDisableSelectivePropertyTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableDisableSelectivePropertyTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableDisableSelectiveTest
[INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableDisableSelectiveTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableEnableSelectivePropertyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableEnableSelectivePropertyTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableEnableSelectiveTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableEnableSelectiveTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableNonePropertyConflictTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableNonePropertyConflictTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableNonePropertyEMFTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.090 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableNonePropertyEMFTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableNonePropertyTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableNonePropertyTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableNoneTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableNoneTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableUnspecifiedPropertyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableUnspecifiedPropertyTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableUnspecifiedTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.persistence.testing.tests.jpa.cacheable.CacheableUnspecifiedTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 114, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:52:25 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.cacheable-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.cacheable-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.cacheable ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cacheable/target/org.eclipse.persistence.jpa.testapps.cacheable-model.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.fetchgroup >--
[INFO] Building Test - advanced.fetchgroup 5.0.0-SNAPSHOT              [47/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/fetchgroup/AdvancedFetchGroupTableCreator.java:[26,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:52:25 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:52:25 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.fetchgroup.AdvancedFetchGroupTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.515 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.fetchgroup.AdvancedFetchGroupTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:52:28 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.advanced.fetchgroup ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.advanced.fetchgroup-model.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.metamodel >--
[INFO] Building Test - metamodel 5.0.0-SNAPSHOT                        [48/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.metamodel/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 40 source files with javac [debug deprecation release 17] to target/classes
[INFO] [EL Info]: processor: Creating static metadata factory ...
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.OneToMany,/jakarta.persistence.Access,/jakarta.persistence.Table,/jakarta.persistence.EmbeddedId,/jakarta.persistence.Embedded,/jakarta.persistence.ManyToOne,/jakarta.persistence.Embeddable,/jakarta.persistence.ElementCollection,/jakarta.persistence.Entity,/jakarta.persistence.GeneratedValue,/jakarta.persistence.IdClass,/jakarta.persistence.JoinTable,/jakarta.persistence.Column,/jakarta.persistence.Basic,/jakarta.persistence.MapKey,/jakarta.persistence.JoinColumn,/jakarta.persistence.Inheritance,/jakarta.persistence.Version,/jakarta.persistence.TableGenerator,/org.eclipse.persistence.annotations.BasicCollection,/jakarta.persistence.MapsId,/jakarta.persistence.OneToOne,/jakarta.persistence.MappedSuperclass,/jakarta.persistence.Id
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.metamodel.StaticMetamodel,java.compiler/javax.annotation.processing.Generated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/main/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[51,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/main/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[51,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/main/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[51,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/main/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[51,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/main/java/org/eclipse/persistence/testing/models/jpa/metamodel/MetamodelTableCreator.java:[61,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/test/java/org/eclipse/persistence/testing/tests/jpa/metamodel/MetamodelTestBase.java:[48,18] possible 'this' escape before subclass is fully initialized
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/test/java/org/eclipse/persistence/testing/tests/jpa/metamodel/MetamodelTest.java: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/test/java/org/eclipse/persistence/testing/tests/jpa/metamodel/MetamodelTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/src/test/java/org/eclipse/persistence/testing/tests/jpa/metamodel/MetamodelTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:52:29 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
Tue Apr 30 10:52:29 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.metamodel.EntityManagerFactoryImplTest
[EL Warning]: metadata: 2024.04.30 10:52:31.493--ServerSession(1502335674)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[observation] because the aggregate has a (possibly nested) target foreign key mapping
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.759 s -- in org.eclipse.persistence.testing.tests.jpa.metamodel.EntityManagerFactoryImplTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.metamodel.EntityManagerImplTest
[EL Warning]: metadata: 2024.04.30 10:52:31.596--ServerSession(33419717)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[observation] because the aggregate has a (possibly nested) target foreign key mapping
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.persistence.testing.tests.jpa.metamodel.EntityManagerImplTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.metamodel.MetamodelTest
[EL Warning]: metadata: 2024.04.30 10:52:31.685--ServerSession(691691381)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[observation] because the aggregate has a (possibly nested) target foreign key mapping
[INFO] Tests run: 138, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s -- in org.eclipse.persistence.testing.tests.jpa.metamodel.MetamodelTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 140, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:52:32 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.metamodel-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.metamodel-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.metamodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel/target/org.eclipse.persistence.jpa.testapps.metamodel-model.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.cacheable >--
[INFO] Building Test - xml.cacheable 5.0.0-SNAPSHOT                    [49/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/cacheable/CacheableTableCreator.java:[24,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 13 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/cacheable/XmlCacheableTestBase.java:[66,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:52:32 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:52:32 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableAllPropertyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableAllPropertyTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableAllTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableAllTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableDisableSelectivePropertyTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableDisableSelectivePropertyTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableDisableSelectiveTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableDisableSelectiveTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableEnableSelectivePropertyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableEnableSelectivePropertyTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableEnableSelectiveTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableEnableSelectiveTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableNonePropertyConflictTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableNonePropertyConflictTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableNonePropertyEMFTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableNonePropertyEMFTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableNonePropertyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableNonePropertyTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableNoneTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableNoneTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableUnspecifiedPropertyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableUnspecifiedPropertyTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableUnspecifiedTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.persistence.testing.tests.jpa.xml.cacheable.XmlCacheableUnspecifiedTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:52:36 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.cacheable-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.cacheable-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.cacheable ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/target/org.eclipse.persistence.jpa.testapps.xml.cacheable-model.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.cacheimpl >--
[INFO] Building Test - advanced.cacheimpl 5.0.0-SNAPSHOT               [50/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/cacheimpl/CacheImplTest.java:[69,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:52:36 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:52:36 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.cacheimpl.CacheImplTest
[EL Warning]: metadata: 2024.04.30 10:52:39.163--ServerSession(238431319)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[observation] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: 2024.04.30 10:52:39.518--ServerSession(238431319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP SEQUENCE ADDRESS_SEQ RESTRICT
Query: DataModifyQuery(sql="DROP SEQUENCE ADDRESS_SEQ RESTRICT")
[EL Warning]: 2024.04.30 10:52:39.529--ServerSession(238431319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DELETE FROM SEQUENCE WHERE SEQ_NAME = 'CACHEABLE_TABLE_GENERATOR'
Query: DataModifyQuery(sql="DELETE FROM SEQUENCE WHERE SEQ_NAME = 'CACHEABLE_TABLE_GENERATOR'")
[EL Warning]: 2024.04.30 10:52:39.530--ServerSession(238431319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP SEQUENCE PROJECT_SEQ RESTRICT
Query: DataModifyQuery(sql="DROP SEQUENCE PROJECT_SEQ RESTRICT")
[EL Warning]: 2024.04.30 10:52:39.532--ServerSession(238431319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DELETE FROM JPA_HOCKEY_GEAR_SEQ WHERE SEQ_NAME = 'HG_SEQ'
Query: DataModifyQuery(sql="DELETE FROM JPA_HOCKEY_GEAR_SEQ WHERE SEQ_NAME = 'HG_SEQ'")
[EL Warning]: 2024.04.30 10:52:39.534--ServerSession(238431319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DELETE FROM CMP3_MM_PROC_SEQ WHERE SEQ_MM_NAME = 'CUST_MM_SEQ'
Query: DataModifyQuery(sql="DELETE FROM CMP3_MM_PROC_SEQ WHERE SEQ_MM_NAME = 'CUST_MM_SEQ'")
[EL Warning]: 2024.04.30 10:52:39.536--ServerSession(238431319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DELETE FROM CMP3_ADV_EQUIPMENT_CODE_SEQ WHERE SEQ_NAME = 'CODE_SEQ'
Query: DataModifyQuery(sql="DELETE FROM CMP3_ADV_EQUIPMENT_CODE_SEQ WHERE SEQ_NAME = 'CODE_SEQ'")
[EL Warning]: 2024.04.30 10:52:39.538--ServerSession(238431319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DELETE FROM CMP3_ADV_EQUIPMENT_SEQ WHERE SEQ_NAME = 'EQUIP_SEQ'
Query: DataModifyQuery(sql="DELETE FROM CMP3_ADV_EQUIPMENT_SEQ WHERE SEQ_NAME = 'EQUIP_SEQ'")
[EL Warning]: 2024.04.30 10:52:39.540--ServerSession(238431319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DELETE FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'
Query: DataModifyQuery(sql="DELETE FROM CMP3_DEPARTMENT_SEQ WHERE SEQ_NAME = 'DEPT_SEQ'")
[EL Warning]: 2024.04.30 10:52:39.542--ServerSession(238431319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DELETE FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'
Query: DataModifyQuery(sql="DELETE FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMPLOYEE_SEQ'")
[EL Warning]: 2024.04.30 10:52:39.544--ServerSession(238431319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DELETE FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'ADV_CUSTOMER_SEQ'
Query: DataModifyQuery(sql="DELETE FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'ADV_CUSTOMER_SEQ'")
[EL Warning]: 2024.04.30 10:52:39.545--ServerSession(238431319)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DELETE FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'DEALER_SEQ'
Query: DataModifyQuery(sql="DELETE FROM CMP3_EMPLOYEE_SEQ WHERE SEQ_NAME = 'DEALER_SEQ'")
[EL Severe]: cache: 2024.04.30 10:52:40.306--ServerSession(238431319)--
SoftCacheWeakIdentityMap for: Employee
Key: 51	Version: 1	Identity Hash Code: 925672150	Object: Employee: 51
1 elements
[EL Severe]: cache: 2024.04.30 10:52:40.307--ServerSession(238431319)--
SoftCacheWeakIdentityMap for: Employee
0 elements
[EL Severe]: cache: 2024.04.30 10:52:40.307--ServerSession(238431319)--
SoftCacheWeakIdentityMap for: Employee
0 elements
[EL Severe]: cache: 2024.04.30 10:52:40.307--ServerSession(238431319)--Current object locks:

End of locked objects.

[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.613 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.cacheimpl.CacheImplTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:52:40 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.cacheimpl-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.cacheimpl ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/target/org.eclipse.persistence.jpa.testapps.advanced.cacheimpl.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.cascadepersist >--
[INFO] Building Test - advanced.cascadepersist 5.0.0-SNAPSHOT          [51/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/cascadepersist/CascadePersistTableCreator.java:[24,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:52:41 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:52:41 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.cascadepersist.CascadePersistTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.cascadepersist.CascadePersistTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:52:43 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.cascadepersist-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.cascadepersist ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/target/org.eclipse.persistence.jpa.testapps.advanced.cascadepersist.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.compositepk >--
[INFO] Building Test - advanced.compositepk 5.0.0-SNAPSHOT             [52/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 17 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/compositepk/CompositePKTableCreator.java:[43,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/compositepk/AdvancedCompositePKJunitTest.java:[71,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:52:44 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
Tue Apr 30 10:52:44 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.compositepk.AdvancedCompositePKJunitTest
[EL Warning]: 2024.04.30 10:52:47.021--ServerSession(604602011)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE
Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE")
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.454 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.compositepk.AdvancedCompositePKJunitTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:52:48 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.compositepk-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.compositepk-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.advanced.compositepk ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/target/org.eclipse.persistence.jpa.testapps.advanced.compositepk-model.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.derivedid >--
[INFO] Building Test - advanced.derivedid 5.0.0-SNAPSHOT               [53/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 36 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/derivedid/AdvancedCompositePKJunitTest.java:[82,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:52:49 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:52:49 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.derivedid.AdvancedCompositePKJunitTest
[EL Warning]: 2024.04.30 10:52:51.718--ServerSession(1538745405)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE
Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE")
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.584 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.derivedid.AdvancedCompositePKJunitTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:52:53 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.derivedid-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.derivedid-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.advanced.derivedid ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/target/org.eclipse.persistence.jpa.testapps.advanced.derivedid-model.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.customer >--
[INFO] Building Test - advanced.customer 5.0.0-SNAPSHOT                [54/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/customer/AbstractEntityWithColumnDiscriminatorTest.java:[140,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/customer/AbstractEntityWithColumnDiscriminatorTest.java:[149,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:52:53 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
Tue Apr 30 10:52:53 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.customer.AbstractEntityWithColumnDiscriminatorTest
[EL Warning]: 2024.04.30 10:52:55.807--ServerSession(2079961240)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP CMP3_AD_CU_ADDRESS_ID_SEQ' cannot be performed on 'CMP3_AD_CU_ADDRESS_ID_SEQ' because it does not exist.
Error Code: 30000
Call: DROP SEQUENCE CMP3_AD_CU_ADDRESS_ID_SEQ RESTRICT
Query: DataModifyQuery(sql="DROP SEQUENCE CMP3_AD_CU_ADDRESS_ID_SEQ RESTRICT")
[EL Warning]: 2024.04.30 10:52:55.828--ServerSession(2079961240)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP CMP3_AD_CU_CUSTOMER_ID_SEQ' cannot be performed on 'CMP3_AD_CU_CUSTOMER_ID_SEQ' because it does not exist.
Error Code: 30000
Call: DROP SEQUENCE CMP3_AD_CU_CUSTOMER_ID_SEQ RESTRICT
Query: DataModifyQuery(sql="DROP SEQUENCE CMP3_AD_CU_CUSTOMER_ID_SEQ RESTRICT")
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.485 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.customer.AbstractEntityWithColumnDiscriminatorTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:52:56 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.customer-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.customer-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.customer ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/target/org.eclipse.persistence.jpa.testapps.advanced.customer.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.embeddable >--
[INFO] Building Test - advanced.embeddable 5.0.0-SNAPSHOT              [55/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/embeddable/EmbeddableTableCreator.java:[9,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/embeddable/EntityEmbeddableTest.java:[44,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/embeddable/EntityEmbeddableTest.java:[53,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:52:56 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:52:56 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.embeddable.EntityEmbeddableTest
testSetup
[EL Info]: 2024.04.30 10:52:59.129--ServerSession(1174586025)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.425 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.embeddable.EntityEmbeddableTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.embeddable.InvalidNamedQueryTest
[EL Info]: 2024.04.30 10:52:59.405--ServerSession(1574573264)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Severe]: ejb: 2024.04.30 10:52:59.451--ServerSession(1574573264)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.JPQLException
Exception Description: Problem compiling [SELECT a FROM Alien a]. 
[14, 19] The abstract schema type 'Alien' is unknown.
[EL Info]: 2024.04.30 10:52:59.467--ServerSession(2027133545)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Severe]: ejb: 2024.04.30 10:52:59.494--ServerSession(2134157671)--Exception [EclipseLink-0] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.JPQLException
Exception Description: Problem compiling [SELECT a FROM Alien a]. 
[14, 19] The abstract schema type 'Alien' is unknown.
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.embeddable.InvalidNamedQueryTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:52:59 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.embeddable-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.embeddable-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.embeddable ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/target/org.eclipse.persistence.jpa.testapps.advanced.embeddable.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.advanced.multitenant >--
[INFO] Building Test - advanced.multitenant 5.0.0-SNAPSHOT             [56/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 26 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/multitenant/Mason.java:[35,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/multitenant/AdvancedMultiTenantTableCreator.java:[34,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/main/java/org/eclipse/persistence/testing/models/jpa/advanced/multitenant/Mason.java:[61,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 7 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/multitenant/AdvancedMultiTenantJunitBase.java:[77,18] possible 'this' escape before subclass is fully initialized
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/multitenant/AdvancedMultiTenant123JunitTest.java: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/multitenant/AdvancedMultiTenant123JunitTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/multitenant/AdvancedMultiTenant123JunitTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:53:00 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
Tue Apr 30 10:53:00 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[EL Warning]: metadata: 2024.04.30 10:53:02.078--ServerSession(404214852)--The tenant discriminator context property for the tenant discriminator column [JPA_MAFIOSO_ADDRESS.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Address] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:02.089--ServerSession(404214852)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:53:02.090--ServerSession(404214852)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:02.211--ServerSession(1991278377)--The tenant discriminator context property for the tenant discriminator column [JPA_MAFIOSO_ADDRESS.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Address] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:02.213--ServerSession(1991278377)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:53:02.214--ServerSession(1991278377)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:02.448--ServerSession(254896875)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:02.449--ServerSession(254896875)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:02.450--ServerSession(254896875)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:02.450--ServerSession(254896875)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:02.450--ServerSession(254896875)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:02.451--ServerSession(254896875)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:02.464--ServerSession(1689730682)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:02.465--ServerSession(1689730682)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:02.465--ServerSession(1689730682)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:02.465--ServerSession(1689730682)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:02.466--ServerSession(1689730682)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:02.466--ServerSession(1689730682)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id.
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenant123JunitTest
[EL Warning]: metadata: 2024.04.30 10:53:02.669--ServerSession(577127077)--The tenant discriminator context property for the tenant discriminator column [JPA_MAFIOSO_ADDRESS.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Address] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:02.672--ServerSession(577127077)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:53:02.672--ServerSession(577127077)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:03.370--ServerSession(1249337777)--The tenant discriminator context property for the tenant discriminator column [JPA_MAFIOSO_ADDRESS.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Address] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:03.371--ServerSession(1249337777)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:53:03.372--ServerSession(1249337777)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id.
[EL Severe]: ejb: 2024.04.30 10:53:03.398--ServerSession(1249337777)--Exception [EclipseLink-7346] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ValidationException
Exception Description: The multitenant context property [eclipselink.tenant-id] has not been provided. When the persistence unit property (eclipselink.multitenant.tenants-share-emf) is set to false, all multitenant context properties must be provided up front. This can be done through the persistence unit definition directly or by passing a properties map containing all the multitenant context properties on the create EntityManagerFactory call.
[EL Warning]: metadata: 2024.04.30 10:53:03.409--ServerSession(90380642)--The tenant discriminator context property for the tenant discriminator column [JPA_MAFIOSO_ADDRESS.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Address] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:03.411--ServerSession(90380642)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:53:03.411--ServerSession(90380642)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.117 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenant123JunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantSchemaJunitTest
WARNING: this test is supported on MySQL only
WARNING: this test is supported on MySQL only
WARNING: this test is supported on MySQL only
WARNING: this test is supported on MySQL only
[EL Warning]: 2024.04.30 10:53:03.703--ServerSession(557593923)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Syntax error: Encountered "null" at line 1, column 13.
Error Code: 30000
Call: drop schema null;
Query: DataModifyQuery(sql="drop schema null;")
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantSchemaJunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantSharedEMFJunitTest
[EL Warning]: metadata: 2024.04.30 10:53:03.718--ServerSession(165137662)--The tenant discriminator context property for the tenant discriminator column [JPA_MAFIOSO_ADDRESS.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Address] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:03.719--ServerSession(165137662)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:53:03.720--ServerSession(165137662)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:03.737--ServerSession(165137662)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: 2024.04.30 10:53:03.739--ServerSession(165137662)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: 2024.04.30 10:53:03.739--ServerSession(165137662)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: 2024.04.30 10:53:03.740--ServerSession(165137662)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED.
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.424 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantSharedEMFJunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantTableCJunitTest
[EL Warning]: metadata: 2024.04.30 10:53:04.137--ServerSession(721671471)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:04.138--ServerSession(721671471)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:04.138--ServerSession(721671471)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:04.139--ServerSession(721671471)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:04.139--ServerSession(721671471)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:04.140--ServerSession(721671471)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantTableCJunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantTableJunitTest
[EL Warning]: metadata: 2024.04.30 10:53:04.390--ServerSession(2076462312)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:04.391--ServerSession(2076462312)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:04.391--ServerSession(2076462312)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:04.391--ServerSession(2076462312)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:04.392--ServerSession(2076462312)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:53:04.392--ServerSession(2076462312)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantTableJunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantVPDJunitTest
WARNING: VPD tests currently run only on an Oracle platform
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.multitenant.AdvancedMultiTenantVPDJunitTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:53:05 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.multitenant-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.advanced.multitenant-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant_ejb.jar
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.advanced.multitenant ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.advanced.multitenant.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.beanvalidation >--
[INFO] Building Test - beanvalidation 5.0.0-SNAPSHOT                   [57/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/src/main/java/org/eclipse/persistence/testing/models/jpa/beanvalidation/BeanValidationTableCreator.java:[22,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:53:05 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:53:05 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.beanvalidation.BeanValidationJunitTest
Apr 30, 2024 10:53:07 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
[EL Warning]: 2024.04.30 10:53:08.011--UnitOfWork(810196347)--jakarta.validation.ConstraintViolationException: One or more Bean Validation constraints were violated while executing Automatic Bean Validation on callback event: preUpdate for class: org.eclipse.persistence.testing.models.jpa.beanvalidation.Employee. Please refer to the embedded constraint violations for details.
[EL Warning]: 2024.04.30 10:53:08.018--UnitOfWork(810196347)--jakarta.validation.ConstraintViolationException: One or more Bean Validation constraints were violated while executing Automatic Bean Validation on callback event: preUpdate for class: org.eclipse.persistence.testing.models.jpa.beanvalidation.Employee. Please refer to the embedded constraint violations for details.
[EL Warning]: 2024.04.30 10:53:08.039--ServerSession(1911168986)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Column 'some long name' 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 'some long name' is not a column in the target table.
Error Code: 30000
Call: insert into CMP3_BV_PROJECT values (895, "some long name")
Query: DataModifyQuery(sql="insert into CMP3_BV_PROJECT values (895, "some long name")")
[EL Warning]: 2024.04.30 10:53:08.045--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Column 'some long name' 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 'some long name' is not a column in the target table.
Error Code: 30000
Call: insert into CMP3_BV_PROJECT values (895, "some long name")
Query: DataModifyQuery(sql="insert into CMP3_BV_PROJECT values (895, "some long name")")
proj
proj
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.894 s -- in org.eclipse.persistence.testing.tests.jpa.beanvalidation.BeanValidationJunitTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:53:08 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.beanvalidation-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.beanvalidation-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.beanvalidation ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/target/org.eclipse.persistence.jpa.testapps.beanvalidation.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic >--
[INFO] Building Test - beanvalidation.dynamic 5.0.0-SNAPSHOT           [58/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:53:09 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
Tue Apr 30 10:53:09 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.beanvalidation.dynamic.BeanValidationDynamicEntityJunitTest
Apr 30, 2024 10:53:11 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 8.0.1.Final
[EL Warning]: 2024.04.30 10:53:11.516--ServerSession(1736458419)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP SEQUENCE DYN_EMP_SEQ RESTRICT
Query: DataModifyQuery(sql="DROP SEQUENCE DYN_EMP_SEQ RESTRICT")
[EL Warning]: 2024.04.30 10:53:11.659--UnitOfWork(731368479)--jakarta.validation.ConstraintViolationException: One or more Bean Validation constraints were violated while executing Automatic Bean Validation on callback event: preUpdate for class: org.eclipse.persistence.testing.models.jpa.beanvalidation.DynamicEmployee. Please refer to the embedded constraint violations for details.
[EL Warning]: 2024.04.30 10:53:11.660--UnitOfWork(731368479)--jakarta.validation.ConstraintViolationException: One or more Bean Validation constraints were violated while executing Automatic Bean Validation on callback event: preUpdate for class: org.eclipse.persistence.testing.models.jpa.beanvalidation.DynamicEmployee. Please refer to the embedded constraint violations for details.
ConstraintException: One or more Bean Validation constraints were violated while executing Automatic Bean Validation on callback event: preUpdate for class: org.eclipse.persistence.testing.models.jpa.beanvalidation.DynamicEmployee. Please refer to the embedded constraint violations for details.
	>> name::must not be null
	>> surname::must not be null
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.229 s -- in org.eclipse.persistence.testing.tests.jpa.beanvalidation.dynamic.BeanValidationDynamicEntityJunitTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:53:12 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/target/org.eclipse.persistence.jpa.testapps.beanvalidation.dynamic.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.cascadedeletes >--
[INFO] Building Test - cascadedeletes 5.0.0-SNAPSHOT                   [59/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/src/main/java/org/eclipse/persistence/testing/models/jpa/cascadedeletes/CascadeDeleteTableCreator.java:[24,12] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:53:12 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:53:12 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.cascadedeletes.CascadeDeletesTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.832 s -- in org.eclipse.persistence.testing.tests.jpa.cascadedeletes.CascadeDeletesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:53:15 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.cascadedeletes-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.cascadedeletes-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.cascadedeletes ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/target/org.eclipse.persistence.jpa.testapps.cascadedeletes.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.complexaggregate >--
[INFO] Building Test - complexaggregate 5.0.0-SNAPSHOT                 [60/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 22 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/src/main/java/org/eclipse/persistence/testing/models/jpa/complexaggregate/ComplexAggregateTableCreator.java:[34,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/src/main/java/org/eclipse/persistence/testing/models/jpa/complexaggregate/Location.java:[31,19] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:53:16 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:53:16 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.complexaggregate.ComplexAggregateTest
[EL Warning]: metadata: 2024.04.30 10:53:18.103--ServerSession(1260634890)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: 2024.04.30 10:53:18.123--ServerSession(1260634890)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: 2024.04.30 10:53:18.124--ServerSession(1260634890)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.940 s -- in org.eclipse.persistence.testing.tests.jpa.complexaggregate.ComplexAggregateTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:53:19 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.complexaggregate-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.complexaggregate-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.complexaggregate ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/target/org.eclipse.persistence.jpa.testapps.complexaggregate.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.common >--
[INFO] Building Test - composite.advanced.common 5.0.0-SNAPSHOT        [61/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 31 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[91,9] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[94,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[95,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[96,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[97,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[98,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[99,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[103,13] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[107,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[108,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[109,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[110,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[111,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[112,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[116,13] resultSetMapping() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[119,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[120,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[121,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[122,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[123,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[124,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[128,13] resultSetMapping() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[131,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[132,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[133,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[134,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[135,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[136,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[140,9] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[143,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[144,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[150,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[151,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[159,77] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[160,74] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[161,76] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[162,75] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[163,78] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[164,76] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[165,77] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[166,75] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/Address.java:[173,39] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_3/LargeProject.java:[55,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_1/AdvancedTableCreator_1.java:[31,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_2/AdvancedTableCreator_2.java:[31,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_3/AdvancedTableCreator_3.java:[31,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_3/SuperLargeProject.java:[26,21] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] No tests to run.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_1) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/resources-member_1
[INFO] Copying 12 resources from target/classes to target/member_1
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_2) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/resources-member_2
[INFO] Copying 16 resources from target/classes to target/member_2
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_3) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/src/main/resources-member_3
[INFO] Copying 14 resources from target/classes to target/member_3
[INFO] 
[INFO] --- jar:3.3.0:jar (package-composite.advanced.member_1) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_1.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-composite.advanced.member_2) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_2.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-composite.advanced.member_3) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-member_3.jar
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.composite.advanced.common-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.composite.advanced.common-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] skipping...
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.composite.advanced.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.composite.advanced.common.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 >--
[INFO] Building Test - composite.advanced.member_1 5.0.0-SNAPSHOT      [62/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 >--
[INFO] Building Test - composite.advanced.member_2 5.0.0-SNAPSHOT      [63/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 >--
[INFO] Building Test - composite.advanced.member_3 5.0.0-SNAPSHOT      [64/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.composite.advanced.member_3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.composite.advanced >--
[INFO] Building Test - composite.advanced 5.0.0-SNAPSHOT               [65/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java:[9536,89] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java:[9536,34] setParameter(int,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java:[9543,75] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java:[9543,34] setParameter(int,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java:[9550,92] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java:[9550,32] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java:[9557,78] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java:[9557,32] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] 
[INFO] --- dependency:3.6.1:copy-dependencies (get-members-for-resourcelocal) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Copying org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.composite.advanced.member_1.jar
[INFO] Copying org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.composite.advanced.member_2.jar
[INFO] Copying org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.composite.advanced.member_3.jar
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:53:21 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:53:21 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.composite.advanced.EntityManagerJUnitTest
[EL Warning]: metamodel: 2024.04.30 10:53:24.045--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: 2024.04.30 10:53:25.064--ServerSession(964981922)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. 
[EL Warning]: properties: 2024.04.30 10:53:25.065--ServerSession(369351727)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. 
[EL Warning]: properties: 2024.04.30 10:53:25.065--ServerSession(98801744)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. 
[EL Warning]: properties: 2024.04.30 10:53:25.067--ServerSession(964981922)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. 
[EL Warning]: properties: 2024.04.30 10:53:25.068--ServerSession(369351727)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. 
[EL Warning]: properties: 2024.04.30 10:53:25.068--ServerSession(98801744)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. 
WARNING: Test testDeadConnectionFailover skipped for this platform, test leads to lock timeout with memoryDB.
WARNING: Test testDeadPoolFailover skipped for this platform, test leads to lock timeout with memoryDB.
[EL Severe]: 2024.04.30 10:53:25.209--ServerSession(98801744)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Severe]: 2024.04.30 10:53:30.210--ServerSession(98801744)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Severe]: 2024.04.30 10:53:35.211--ServerSession(98801744)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Warning]: 2024.04.30 10:53:35.211--ClientSession(1582406355)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR ADDRESS_BR1_SEQ)")
[EL Warning]: 2024.04.30 10:53:35.220--UnitOfWork(2145921383)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
Call: SELECT ADDRESS_ID FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)
	bind => [7]
Query: DoesExistQuery(referenceClass=Address sql="SELECT ADDRESS_ID FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)")
[EL Severe]: 2024.04.30 10:53:35.226--ServerSession(98801744)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Severe]: 2024.04.30 10:53:35.227--ServerSession(98801744)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Severe]: 2024.04.30 10:53:35.227--ServerSession(98801744)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Warning]: 2024.04.30 10:53:35.227--ClientSession(853887645)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Warning]: 2024.04.30 10:53:35.234--UnitOfWork(1574503358)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
Call: SELECT ADDRESS_ID FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)
	bind => [7]
Query: DoesExistQuery(referenceClass=Address sql="SELECT ADDRESS_ID FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)")
[EL Severe]: 2024.04.30 10:53:35.240--ServerSession(98801744)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Severe]: 2024.04.30 10:53:35.240--ServerSession(98801744)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Severe]: 2024.04.30 10:53:35.241--ServerSession(98801744)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Warning]: 2024.04.30 10:53:35.241--ClientSession(1998876751)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken
Error Code: 0
[EL Warning]: 2024.04.30 10:53:35.246--UnitOfWork(1276894402)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken
Error Code: 0
Call: SELECT ADDRESS_ID FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)
	bind => [7]
Query: DoesExistQuery(referenceClass=Address sql="SELECT ADDRESS_ID FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)")
[EL Warning]: 2024.04.30 10:53:35.360--UnitOfWork(987255094)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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 MBR2_EMPLOYEE (EMP_ID, F_NAME, GENDER, L_NAME, PAY_SCALE, ROOM_NUM, STATUS, VERSION, START_TIME, END_TIME, START_OVERTIME, END_OVERTIME, FORMER_COMPANY, FORMER_END_DATE, FORMER_START_DATE, END_DATE, START_DATE, ADDR_ID, DEPT_ID, MANAGER_EMP_ID, HUGE_PROJ_ID) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
	bind => [116, firstName_maxfieldLength_0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000, null, null, null, 0, null, 1, null, null, null, null, null, null, null, null, null, null, null, null, null]
Query: InsertObjectQuery(Employee: 116)
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]: metamodel: 2024.04.30 10:53:35.602--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]: metamodel: 2024.04.30 10:53:35.670--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]: 2024.04.30 10:53:35.786--UnitOfWork(1940844413)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 153] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 153
[EL Warning]: 2024.04.30 10:53:35.793--UnitOfWork(495650048)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 154] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 154
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.
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 Warning]: 2024.04.30 10:53:36.068--UnitOfWork(1043822951)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ValidationException
Exception Description: The attribute [id] of class [org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee] is mapped to a primary key column in the database. Updates are not allowed.
[EL Warning]: 2024.04.30 10:53:36.072--UnitOfWork(1929649021)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ValidationException
Exception Description: The attribute [owner] of class [org.eclipse.persistence.testing.models.jpa.composite.advanced.member_3.PhoneNumber] is mapped to a primary key column in the database. Updates are not allowed.
[EL Warning]: 2024.04.30 10:53:36.146--UnitOfWork(476179877)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 215] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 215
[EL Warning]: 2024.04.30 10:53:36.340--UnitOfWork(90050962)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 234] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 234
WARNING: This database does not support NOWAIT.
WARNING: This database does not support NOWAIT.
[EL Warning]: 2024.04.30 10:53:36.543--UnitOfWork(869437194)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 264] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 264
[EL Warning]: 2024.04.30 10:53:36.578--UnitOfWork(426123784)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 267] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.Employee Primary Key> 267
[INFO] Tests run: 192, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.09 s -- in org.eclipse.persistence.testing.tests.jpa.composite.advanced.EntityManagerJUnitTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 192, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:53:36 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Not generating server-side descriptors...
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/eclipselink-packager/generated
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced_ejb.jar
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.composite.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/target/org.eclipse.persistence.jpa.testapps.composite.advanced.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.inheritance >--
[INFO] Building Test - advanced.inheritance 5.0.0-SNAPSHOT             [66/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.inheritance/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 90 source files with javac [debug deprecation release 17] to target/classes
[INFO] [EL Info]: processor: Creating static metadata factory ...
[INFO] [EL Info]: processor: File loaded : META-INF/orm.xml, is eclipselink-orm file: false
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.EmbeddedId,/org.eclipse.persistence.annotations.TypeConverter,/jakarta.persistence.PostRemove,/jakarta.persistence.Entity,/jakarta.persistence.GeneratedValue,/jakarta.persistence.PreUpdate,/jakarta.persistence.ExcludeDefaultListeners,/jakarta.persistence.PrimaryKeyJoinColumns,/jakarta.persistence.EntityListeners,/jakarta.persistence.JoinTable,/jakarta.persistence.Column,/org.eclipse.persistence.annotations.Cache,/jakarta.persistence.Basic,/jakarta.persistence.JoinColumn,/jakarta.persistence.Inheritance,/jakarta.persistence.ManyToMany,/jakarta.persistence.PostLoad,/jakarta.persistence.PreRemove,/jakarta.persistence.Version,/jakarta.persistence.PostPersist,/jakarta.persistence.TableGenerator,/jakarta.persistence.OneToOne,/org.eclipse.persistence.annotations.PrimaryKey,/jakarta.persistence.Transient,/jakarta.persistence.MappedSuperclass,/jakarta.persistence.DiscriminatorValue,/jakarta.persistence.Id,/org.eclipse.persistence.annotations.ClassExtractor,/jakarta.persistence.OneToMany,/org.eclipse.persistence.annotations.Customizer,/org.eclipse.persistence.annotations.OptimisticLocking,/jakarta.persistence.Table,/jakarta.persistence.CollectionTable,/jakarta.persistence.Embedded,/jakarta.persistence.NamedQuery,/jakarta.persistence.Embeddable,/jakarta.persistence.ManyToOne,/jakarta.persistence.ElementCollection,/org.eclipse.persistence.annotations.Convert,/jakarta.persistence.IdClass,/jakarta.persistence.PrePersist,/jakarta.persistence.NamedQueries,/jakarta.persistence.MapKey,/jakarta.persistence.DiscriminatorColumn,/jakarta.persistence.PostUpdate,/jakarta.persistence.PrimaryKeyJoinColumn,/org.eclipse.persistence.annotations.JoinFetch,/jakarta.persistence.AttributeOverride
[INFO] [EL Info]: processor: File loaded : META-INF/orm.xml, is eclipselink-orm file: false
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.metamodel.StaticMetamodel,java.compiler/javax.annotation.processing.Generated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/main/java/org/eclipse/persistence/testing/models/jpa/inheritance/Bus.java:[38,59] found raw type: org.eclipse.persistence.testing.models.jpa.inheritance.TireInfo
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inheritance.TireInfo<Y>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/main/java/org/eclipse/persistence/testing/models/jpa/inheritance/SeededFruit.java:[55,17] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/main/java/org/eclipse/persistence/testing/models/jpa/inheritance/Seed.java:[47,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/main/java/org/eclipse/persistence/testing/models/jpa/inheritance/InheritanceTableCreator.java:[36,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/main/java/org/eclipse/persistence/testing/models/jpa/inheritance/OffRoadTireInfo.java:[28,38] found raw type: org.eclipse.persistence.testing.models.jpa.inheritance.TireInfo
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inheritance.TireInfo<Y>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/main/java/org/eclipse/persistence/testing/models/jpa/inheritance/TireRatingComment.java:[35,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/main/java/org/eclipse/persistence/testing/models/jpa/inheritance/SchoolBus.java:[22,32] found raw type: org.eclipse.persistence.testing.models.jpa.inheritance.AbstractBus
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inheritance.AbstractBus<H,I,J>
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:53:38 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:53:38 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.DeleteAllQueryInheritanceJunitTest
[EL Warning]: 2024.04.30 10:53:41.189--ServerSession(589016913)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1
Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1")
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.232 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.DeleteAllQueryInheritanceJunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.EntityManagerTest
[EL Warning]: 2024.04.30 10:53:42.878--ServerSession(589016913)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.CMP3_ENGINEER_LAPTOP_FK1' on table '"ROOT"."CMP3_ENGINEER_LAPTOP"'. 
Error Code: 30000
Call: Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1
Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1")
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.420 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.EntityManagerTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.JoinedAttributeInheritanceJunitTest
[EL Warning]: 2024.04.30 10:53:43.298--ServerSession(589016913)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.CMP3_ENGINEER_LAPTOP_FK1' on table '"ROOT"."CMP3_ENGINEER_LAPTOP"'. 
Error Code: 30000
Call: Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1
Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1")
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.383 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.JoinedAttributeInheritanceJunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.LifecycleCallbackJunitTest
[EL Warning]: 2024.04.30 10:53:43.684--ServerSession(589016913)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.CMP3_ENGINEER_LAPTOP_FK1' on table '"ROOT"."CMP3_ENGINEER_LAPTOP"'. 
Error Code: 30000
Call: Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1
Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1")
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.LifecycleCallbackJunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.MixedInheritanceTest
[EL Warning]: 2024.04.30 10:53:43.984--ServerSession(589016913)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.CMP3_ENGINEER_LAPTOP_FK1' on table '"ROOT"."CMP3_ENGINEER_LAPTOP"'. 
Error Code: 30000
Call: Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1
Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1")
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.MixedInheritanceTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.MultipleTableInheritanceCreateTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.MultipleTableInheritanceCreateTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.ReportQueryMultipleReturnInheritanceTest
[EL Warning]: 2024.04.30 10:53:44.244--ServerSession(589016913)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.CMP3_ENGINEER_LAPTOP_FK1' on table '"ROOT"."CMP3_ENGINEER_LAPTOP"'. 
Error Code: 30000
Call: Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1
Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1")
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.ReportQueryMultipleReturnInheritanceTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.TablePerClassInheritanceDDLTest
[EL Warning]: 2024.04.30 10:53:44.818--ServerSession(589016913)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.CMP3_ENGINEER_LAPTOP_FK1' on table '"ROOT"."CMP3_ENGINEER_LAPTOP"'. 
Error Code: 30000
Call: Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1
Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1")
[EL Warning]: 2024.04.30 10:53:45.242--UnitOfWork(683005404)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@2e4d4d22] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.inheritance.Assassin Primary Key> 1
[EL Warning]: 2024.04.30 10:53:45.249--UnitOfWork(759536602)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin@4ed19b69] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin Primary Key> 3
[EL Warning]: 2024.04.30 10:53:45.254--UnitOfWork(1038014730)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@6ceb11f9] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.inheritance.Assassin Primary Key> 4
[EL Warning]: 2024.04.30 10:53:45.265--UnitOfWork(607178519)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Gun@511d5e6e] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.inheritance.Gun Primary Key> 1
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.830 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.TablePerClassInheritanceDDLTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.inheritance.TablePerClassInheritanceJUnitTest
[EL Warning]: 2024.04.30 10:53:45.283--ServerSession(589016913)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.CMP3_ENGINEER_LAPTOP_FK1' on table '"ROOT"."CMP3_ENGINEER_LAPTOP"'. 
Error Code: 30000
Call: Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1
Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1")
[EL Warning]: 2024.04.30 10:53:45.680--UnitOfWork(1539392017)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@7c88d04f] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.inheritance.Assassin Primary Key> 51
[EL Warning]: 2024.04.30 10:53:45.686--UnitOfWork(1438076523)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin@a1b7549] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin Primary Key> 53
[EL Warning]: 2024.04.30 10:53:45.689--UnitOfWork(1718708569)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@3c1908c8] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.inheritance.Assassin Primary Key> 54
[EL Warning]: 2024.04.30 10:53:45.699--UnitOfWork(812423980)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Gun@1a77eb6] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.inheritance.Gun Primary Key> 51
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.427 s -- in org.eclipse.persistence.testing.tests.jpa.inheritance.TablePerClassInheritanceJUnitTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 99, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:53:46 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.inheritance-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.inheritance-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inheritance/target/org.eclipse.persistence.jpa.testapps.inheritance-model.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.inherited >--
[INFO] Building Test - advanced.inherited 5.0.0-SNAPSHOT               [67/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.inherited/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 47 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[39,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/SerialNumber.java:[31,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/BeerConsumer.java:[69,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[39,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[51,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[INFO] [EL Info]: processor: Creating static metadata factory ...
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] [EL Warning]: metadata: ServerSession(1560806812)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient.
[WARNING] [EL Warning]: metadata: ServerSession(1560806812)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient.
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.MapKeyJoinColumn,/jakarta.persistence.Access,/jakarta.persistence.OrderColumn,/jakarta.persistence.PostRemove,/jakarta.persistence.AssociationOverrides,/jakarta.persistence.Entity,/jakarta.persistence.GeneratedValue,/jakarta.persistence.PreUpdate,/jakarta.persistence.MapKeyColumn,/jakarta.persistence.JoinTable,/jakarta.persistence.Column,/jakarta.persistence.Basic,/jakarta.persistence.MapKeyTemporal,/jakarta.persistence.JoinColumn,/jakarta.persistence.ManyToMany,/jakarta.persistence.Inheritance,/jakarta.persistence.PostLoad,/jakarta.persistence.PreRemove,/jakarta.persistence.SecondaryTable,/jakarta.persistence.Version,/org.eclipse.persistence.annotations.OrderCorrection,/jakarta.persistence.PostPersist,/jakarta.persistence.TableGenerator,/jakarta.persistence.Temporal,/jakarta.persistence.OneToOne,/org.eclipse.persistence.annotations.ExistenceChecking,/jakarta.persistence.Transient,/jakarta.persistence.MappedSuperclass,/jakarta.persistence.DiscriminatorValue,/jakarta.persistence.Id,/jakarta.persistence.JoinColumns,/jakarta.persistence.OrderBy,/jakarta.persistence.OneToMany,/jakarta.persistence.AssociationOverride,/jakarta.persistence.Table,/jakarta.persistence.CollectionTable,/jakarta.persistence.Embedded,/jakarta.persistence.Embeddable,/jakarta.persistence.ManyToOne,/jakarta.persistence.NamedQuery,/jakarta.persistence.ElementCollection,/jakarta.persistence.IdClass,/jakarta.persistence.PrePersist,/org.eclipse.persistence.annotations.Mutable,/jakarta.persistence.MapKeyClass,/org.eclipse.persistence.annotations.BasicMap,/jakarta.persistence.AttributeOverrides,/jakarta.persistence.MapKey,/jakarta.persistence.PostUpdate,/jakarta.persistence.PrimaryKeyJoinColumn,/jakarta.persistence.AttributeOverride
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[39,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/SerialNumber.java:[31,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/BeerConsumer.java:[69,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[39,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[51,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.metamodel.StaticMetamodel,java.compiler/javax.annotation.processing.Generated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[39,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/SerialNumber.java:[31,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/BeerConsumer.java:[69,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[39,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[51,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[39,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/SerialNumber.java:[31,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/BeerConsumer.java:[69,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[39,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[51,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Beer.java:[47,13] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Beer.java:[81,12] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Beer.java:[101,33] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[96,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[96,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[96,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[96,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[65,14] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/SerialNumber.java:[65,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/SerialNumber.java:[65,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/SerialNumber.java:[65,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/SerialNumber.java:[65,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/BeerConsumer.java:[262,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/BeerConsumer.java:[262,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/BeerConsumer.java:[262,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/BeerConsumer.java:[262,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[53,12] found raw type: org.eclipse.persistence.indirection.ValueHolderInterface
  missing type arguments for generic class org.eclipse.persistence.indirection.ValueHolderInterface<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[61,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[61,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[61,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[61,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[75,12] found raw type: org.eclipse.persistence.indirection.ValueHolderInterface
  missing type arguments for generic class org.eclipse.persistence.indirection.ValueHolderInterface<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Canadian.java:[92,34] found raw type: org.eclipse.persistence.indirection.ValueHolderInterface
  missing type arguments for generic class org.eclipse.persistence.indirection.ValueHolderInterface<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Certification.java:[34,13] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Certification.java:[40,12] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/Certification.java:[65,33] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumber.java:[41,13] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumber.java:[79,12] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumber.java:[99,33] found raw type: org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer
  missing type arguments for generic class org.eclipse.persistence.testing.models.jpa.inherited.BeerConsumer<T>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[67,13] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[114,12] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[120,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[120,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[120,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[120,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/ExpertBeerConsumer.java:[143,28] found raw type: java.util.Map
  missing type arguments for generic class java.util.Map<K,V>
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/inherited/InheritedTableManager.java:[63,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 7 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/test/java/org/eclipse/persistence/testing/tests/jpa/inherited/InheritedCRUDTest.java:[42,23] possible 'this' escape before subclass is fully initialized
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/test/java/org/eclipse/persistence/testing/tests/jpa/inherited/EmbeddableSuperclassJunitTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/src/test/java/org/eclipse/persistence/testing/tests/jpa/inherited/EmbeddableSuperclassJunitTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:53:47 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:53:47 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[EL Warning]: metadata: 2024.04.30 10:53:49.186--ServerSession(313540687)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient.
[EL Warning]: metadata: 2024.04.30 10:53:49.195--ServerSession(313540687)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient.
[EL Warning]: metadata: 2024.04.30 10:53:49.219--ServerSession(313540687)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:53:49.222--ServerSession(313540687)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:53:49.271--ServerSession(313540687)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:53:49.275--ServerSession(313540687)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:53:49.276--ServerSession(313540687)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:53:49.277--ServerSession(313540687)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[INFO] Running org.eclipse.persistence.testing.tests.jpa.inherited.EmbeddableSuperclassJunitTest
[EL Warning]: metadata: 2024.04.30 10:53:49.536--ServerSession(58488213)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient.
[EL Warning]: metadata: 2024.04.30 10:53:49.538--ServerSession(58488213)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient.
[EL Warning]: metadata: 2024.04.30 10:53:49.544--ServerSession(58488213)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:53:49.546--ServerSession(58488213)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:53:49.553--ServerSession(58488213)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:53:49.555--ServerSession(58488213)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:53:49.556--ServerSession(58488213)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:53:49.556--ServerSession(58488213)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:53:49.884--ServerSession(58488213)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: 2024.04.30 10:53:49.893--ServerSession(58488213)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: 2024.04.30 10:53:49.982--ServerSession(58488213)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: drop table EXPERT_CONSUMER_ACCLAIMS
Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_ACCLAIMS")
[EL Warning]: 2024.04.30 10:53:49.994--ServerSession(58488213)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: drop table EXPERT_CONSUMER_AUDIO
Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_AUDIO")
[EL Warning]: 2024.04.30 10:53:49.996--ServerSession(58488213)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: drop table EXPERT_CONSUMER_AWARDS
Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_AWARDS")
[EL Warning]: 2024.04.30 10:53:49.997--ServerSession(58488213)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: drop table EXPERT_CONSUMER_DESIGNATIONS
Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_DESIGNATIONS")
[EL Warning]: 2024.04.30 10:53:49.999--ServerSession(58488213)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: drop table EXPERT_CONSUMER_RECORDS
Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_RECORDS")
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.286 s -- in org.eclipse.persistence.testing.tests.jpa.inherited.EmbeddableSuperclassJunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.inherited.InheritedCRUDTest
[EL Info]: 2024.04.30 10:53:50.771--DatabaseSessionImpl(655059806)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.persistence.testing.tests.jpa.inherited.InheritedCRUDTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.inherited.InheritedCallbacksJunitTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s -- in org.eclipse.persistence.testing.tests.jpa.inherited.InheritedCallbacksJunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.inherited.InheritedModelJunitTest
[EL Warning]: 2024.04.30 10:53:51.673--ServerSession(58488213)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.QueryException
Exception Description: List order column [NOVICE_CONSUMER_DESIGNATIONS.ORDER_COLUMN] contains wrong values:
[null, 1, 2]
Query: DirectReadQuery(name="designations" sql="SELECT t0.DESIGNATION, t0.ORDER_COLUMN FROM NOVICE_CONSUMER_DESIGNATIONS t0 WHERE (t0.NOVICE_CONSUMER_ID = ?)")
[INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.776 s -- in org.eclipse.persistence.testing.tests.jpa.inherited.InheritedModelJunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.inherited.OrderedListAttributeChangeTrackingJunitTest
[EL Info]: 2024.04.30 10:53:52.116--ServerSession(58488213)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:53:52.118--ServerSession(58488213)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:53:52.148--ServerSession(58488213)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:53:52.151--ServerSession(58488213)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:53:52.192--ServerSession(58488213)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:53:52.200--ServerSession(58488213)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:53:52.214--ServerSession(58488213)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:53:52.217--ServerSession(58488213)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:53:52.239--ServerSession(58488213)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:53:52.242--ServerSession(58488213)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:53:52.255--ServerSession(58488213)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:53:52.257--ServerSession(58488213)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Info]: 2024.04.30 10:53:52.283--ServerSession(58488213)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.409 s -- in org.eclipse.persistence.testing.tests.jpa.inherited.OrderedListAttributeChangeTrackingJunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.inherited.OrderedListJunitTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.362 s -- in org.eclipse.persistence.testing.tests.jpa.inherited.OrderedListJunitTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:53:53 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.inherited-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.inherited-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.inherited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.inherited/target/org.eclipse.persistence.jpa.testapps.inherited-model.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.criteria >--
[INFO] Building Test - criteria 5.0.0-SNAPSHOT                         [68/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.criteria/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 20 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java:[253,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java:[321,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java:[344,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java:[1537,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java:[1556,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java:[1575,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java:[1594,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java:[1627,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java:[1645,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java:[1659,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java:[102,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedQueryTest.java:[203,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedQueryTest.java:[282,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedQueryTest.java:[300,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedQueryTest.java:[319,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedQueryTest.java:[338,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedQueryTest.java:[371,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedQueryTest.java:[389,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedQueryTest.java:[403,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedQueryTest.java:[69,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/CriteriaQueryCastTest.java:[44,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaSimpleTestSuiteBase.java:[819,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaSimpleTestSuiteBase.java:[2874,17] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaSimpleTestSuiteBase.java:[2893,17] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaSimpleTestSuiteBase.java:[2924,17] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaSimpleTestSuiteBase.java:[2959,17] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaSimpleTestSuiteBase.java:[2985,17] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaSimpleTestSuiteBase.java:[3177,21] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaSimpleTestSuiteBase.java:[140,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaSimpleTestSuiteBase.java:[147,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaSimpleTest.java:[238,17] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaUnitTest.java:[501,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaUnitTest.java:[527,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaUnitTest.java:[628,19] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaUnitTest.java:[687,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaUnitTest.java:[707,15] multiselect(jakarta.persistence.criteria.Selection<?>...) in jakarta.persistence.criteria.CriteriaQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/JUnitCriteriaUnitTest.java:[85,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/QueryCastTest.java:[44,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/compositepk/AdvancedCompositePKJunitTest.java:[42,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/derivedid/AdvancedCompositePKJunitTest.java:[37,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/inheritance/CriteriaQueryCastTest.java:[54,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/inheritance/JUnitCriteriaSimpleTestSuiteBase.java:[87,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/inheritance/JUnitCriteriaSimpleTestSuiteBase.java:[93,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/inheritance/QueryCastTest.java:[50,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/inherited/CriteriaQueryCastTest.java:[43,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/inherited/JUnitCriteriaSimpleTestSuiteBase.java:[87,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/inherited/JUnitCriteriaSimpleTestSuiteBase.java:[94,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/inherited/QueryCastTest.java:[38,18] possible 'this' escape before subclass is fully initialized
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/criteria/advanced/AdvancedCriteriaQueryTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:53:54 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:53:54 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[EL Warning]: metadata: 2024.04.30 10:53:56.051--ServerSession(739333799)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient.
[EL Warning]: metadata: 2024.04.30 10:53:56.062--ServerSession(739333799)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient.
[EL Warning]: metadata: 2024.04.30 10:53:56.074--ServerSession(739333799)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:53:56.076--ServerSession(739333799)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:53:56.089--ServerSession(739333799)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:53:56.091--ServerSession(739333799)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:53:56.092--ServerSession(739333799)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:53:56.092--ServerSession(739333799)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.AdvancedCriteriaQueryTest
WARNING: This database does not support stored procedure creation.
[INFO] Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.113 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.AdvancedCriteriaQueryTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.AdvancedQueryTest
WARNING: This database does not support stored procedure creation.
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.431 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.AdvancedQueryTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.CriteriaQueryCastTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.CriteriaQueryCastTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.JUnitCriteriaMetamodelTest
WARNING: This database does not support stored procedure creation.
 results are :[28]
WARNING: The test simpleCaseInWhereTest is not supported on Derby, because Derby does not support simple CASE
WARNING: The test simpleCaseInSelectTest is not supported on Derby, because Derby does not support simple CASE
[INFO] Tests run: 88, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.196 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.JUnitCriteriaMetamodelTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.JUnitCriteriaSimpleTest
WARNING: This database does not support stored procedure creation.
 results are :[28]
WARNING: The test simpleCaseInWhereTest is not supported on Derby, because Derby does not support simple CASE
WARNING: The test simpleCaseInSelectTest is not supported on Derby, because Derby does not support simple CASE
[INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.905 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.JUnitCriteriaSimpleTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.JUnitCriteriaUnitTest
WARNING: This database does not support stored procedure creation.
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.569 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.JUnitCriteriaUnitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.QueryCastTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.341 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.QueryCastTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.compositepk.AdvancedCompositePKJunitTest
[EL Warning]: 2024.04.30 10:54:04.140--ServerSession(280809141)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'CMP3_SCIENTIST' because it does not exist.
Error Code: 30000
Call: Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE
Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE")
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.467 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.compositepk.AdvancedCompositePKJunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.advanced.derivedid.AdvancedCompositePKJunitTest
[EL Warning]: 2024.04.30 10:54:04.601--ServerSession(218306083)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.CMP3_SCIENTIST_CUBICLE' on table '"ROOT"."CMP3_SCIENTIST"'. 
Error Code: 30000
Call: Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE
Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE")
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.392 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.advanced.derivedid.AdvancedCompositePKJunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.inheritance.CriteriaQueryCastTest
[EL Warning]: 2024.04.30 10:54:05.120--ServerSession(1353178149)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'CMP3_ENGINEER_LAPTOP' because it does not exist.
Error Code: 30000
Call: Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1
Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1")
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.580 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.inheritance.CriteriaQueryCastTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.inheritance.JUnitCriteriaMetamodelTest
[EL Warning]: 2024.04.30 10:54:05.561--ServerSession(1353178149)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.CMP3_ENGINEER_LAPTOP_FK1' on table '"ROOT"."CMP3_ENGINEER_LAPTOP"'. 
Error Code: 30000
Call: Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1
Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1")
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.inheritance.JUnitCriteriaMetamodelTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.inheritance.QueryCastTest
[EL Warning]: 2024.04.30 10:54:05.792--ServerSession(1353178149)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.CMP3_ENGINEER_LAPTOP_FK1' on table '"ROOT"."CMP3_ENGINEER_LAPTOP"'. 
Error Code: 30000
Call: Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1
Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1")
[INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.420 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.inheritance.QueryCastTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.inherited.CriteriaQueryCastTest
[EL Warning]: metadata: 2024.04.30 10:54:06.238--ServerSession(1439012522)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient.
[EL Warning]: metadata: 2024.04.30 10:54:06.239--ServerSession(1439012522)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient.
[EL Warning]: metadata: 2024.04.30 10:54:06.258--ServerSession(1439012522)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:54:06.260--ServerSession(1439012522)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:54:06.267--ServerSession(1439012522)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:54:06.268--ServerSession(1439012522)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:54:06.268--ServerSession(1439012522)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:54:06.268--ServerSession(1439012522)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:54:06.326--ServerSession(1439012522)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: 2024.04.30 10:54:06.329--ServerSession(1439012522)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: 2024.04.30 10:54:06.341--ServerSession(1439012522)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EXPERT_CONSUMER_ACCLAIMS' because it does not exist.
Error Code: 30000
Call: drop table EXPERT_CONSUMER_ACCLAIMS
Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_ACCLAIMS")
[EL Warning]: 2024.04.30 10:54:06.342--ServerSession(1439012522)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EXPERT_CONSUMER_AUDIO' because it does not exist.
Error Code: 30000
Call: drop table EXPERT_CONSUMER_AUDIO
Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_AUDIO")
[EL Warning]: 2024.04.30 10:54:06.343--ServerSession(1439012522)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EXPERT_CONSUMER_AWARDS' because it does not exist.
Error Code: 30000
Call: drop table EXPERT_CONSUMER_AWARDS
Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_AWARDS")
[EL Warning]: 2024.04.30 10:54:06.344--ServerSession(1439012522)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EXPERT_CONSUMER_DESIGNATIONS' because it does not exist.
Error Code: 30000
Call: drop table EXPERT_CONSUMER_DESIGNATIONS
Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_DESIGNATIONS")
[EL Warning]: 2024.04.30 10:54:06.344--ServerSession(1439012522)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EXPERT_CONSUMER_RECORDS' because it does not exist.
Error Code: 30000
Call: drop table EXPERT_CONSUMER_RECORDS
Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_RECORDS")
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.inherited.CriteriaQueryCastTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.inherited.JUnitCriteriaMetamodelTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.inherited.JUnitCriteriaMetamodelTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.criteria.inherited.QueryCastTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 s -- in org.eclipse.persistence.testing.tests.jpa.criteria.inherited.QueryCastTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 327, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:54:07 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.criteria-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.criteria-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.criteria ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.criteria/target/org.eclipse.persistence.jpa.testapps.criteria.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.datatypes >--
[INFO] Building Test - datatypes 5.0.0-SNAPSHOT                        [69/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.datatypes/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/src/main/java/org/eclipse/persistence/testing/models/jpa/datatypes/DataTypesTableCreator.java:[22,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/src/main/java/org/eclipse/persistence/testing/models/jpa/datatypes/arraypks/PrimitiveArraysAsPrimaryKeyTableCreator.java:[22,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:54:08 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:54:08 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.datatypes.BooleanTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.585 s -- in org.eclipse.persistence.testing.tests.jpa.datatypes.BooleanTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.datatypes.DoesRelationConformTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.persistence.testing.tests.jpa.datatypes.DoesRelationConformTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.datatypes.NullBindingTest
WARNING: Warning: Derby does not support setting a BLOB to null. For details, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=296293
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.eclipse.persistence.testing.tests.jpa.datatypes.NullBindingTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.datatypes.arraypks.PrimitiveArrayPKCachingTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.persistence.testing.tests.jpa.datatypes.arraypks.PrimitiveArrayPKCachingTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:54:10 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.datatypes-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.datatypes-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.datatypes ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datatypes/target/org.eclipse.persistence.jpa.testapps.datatypes-model.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.datetime >--
[INFO] Building Test - datetime 5.0.0-SNAPSHOT                         [70/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.datetime/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/src/main/java/org/eclipse/persistence/testing/models/jpa/datetime/DateTime.java:[193,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/src/main/java/org/eclipse/persistence/testing/models/jpa/datetime/DateTime.java:[193,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/src/main/java/org/eclipse/persistence/testing/models/jpa/datetime/DateTime.java:[87,36] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/src/main/java/org/eclipse/persistence/testing/models/jpa/datetime/DateTimeTableCreator.java:[26,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:54:11 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:54:11 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.datetime.NullBindingTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 s -- in org.eclipse.persistence.testing.tests.jpa.datetime.NullBindingTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:54:14 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.datetime-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.datetime-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.datetime ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.datetime/target/org.eclipse.persistence.jpa.testapps.datetime-model.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.ddlgeneration >--
[INFO] Building Test - ddlgeneration 5.0.0-SNAPSHOT                    [71/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 102 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/main/java/org/eclipse/persistence/testing/models/jpa/ddlgeneration/multitenant/Mason.java:[40,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/main/java/org/eclipse/persistence/testing/models/jpa/ddlgeneration/Operaciones.java:[62,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/main/java/org/eclipse/persistence/testing/models/jpa/ddlgeneration/Operaciones.java:[62,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/main/java/org/eclipse/persistence/testing/models/jpa/ddlgeneration/RoutingOrders.java:[67,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/main/java/org/eclipse/persistence/testing/models/jpa/ddlgeneration/RoutingOrders.java:[67,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/main/java/org/eclipse/persistence/testing/models/jpa/ddlgeneration/ProjectPK.java:[51,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/main/java/org/eclipse/persistence/testing/models/jpa/ddlgeneration/ProjectPK.java:[51,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/main/java/org/eclipse/persistence/testing/models/jpa/ddlgeneration/multitenant/Mason.java:[70,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/main/java/org/eclipse/persistence/testing/models/jpa/ddlgeneration/multitenant/Mason.java:[126,6] jakarta.persistence.MapKeyTemporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/main/java/org/eclipse/persistence/testing/models/jpa/ddlgeneration/multitenant/Mason.java:[126,21] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 8 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/test/java/org/eclipse/persistence/testing/tests/jpa/ddlgeneration/DDLGenerationExtendTablesTest.java:[151,31] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/src/test/java/org/eclipse/persistence/testing/tests/jpa/ddlgeneration/DDLGenerationTestBase.java:[29,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:54:14 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:54:14 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[EL Warning]: metadata: 2024.04.30 10:54:16.848--ServerSession(271800170)--The tenant discriminator context property for the tenant discriminator column [DDL_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Contract] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:54:16.858--ServerSession(271800170)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:54:16.882--ServerSession(271800170)--The reference column name [Cliente] mapped on the element [field operaciones] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:54:17.007--ServerSession(38603201)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:54:17.009--ServerSession(38603201)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Mason] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:54:17.009--ServerSession(38603201)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:54:17.010--ServerSession(38603201)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id.
[INFO] Running org.eclipse.persistence.testing.tests.jpa.ddlgeneration.DDLGenerationExtendTablesTest
[EL Warning]: metadata: 2024.04.30 10:54:17.253--ServerSession(16373883)--The tenant discriminator context property for the tenant discriminator column [DDL_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Contract] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:54:17.255--ServerSession(16373883)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:54:17.261--ServerSession(16373883)--The reference column name [Cliente] mapped on the element [field operaciones] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:54:17.611--ServerSession(16373883)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: 2024.04.30 10:54:17.622--ServerSession(16373883)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: 2024.04.30 10:54:17.625--ServerSession(16373883)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: 2024.04.30 10:54:17.627--ServerSession(16373883)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: 2024.04.30 10:54:17.628--ServerSession(16373883)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: 2024.04.30 10:54:17.630--ServerSession(16373883)--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: 2024.04.30 10:54:17.632--ServerSession(16373883)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: 2024.04.30 10:54:18.086--ServerSession(16373883)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'CREATE INDEX' cannot be performed on 'DDL_CKENT_C_B' because it does not exist.
Error Code: 30000
Call: CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE)
Query: DataModifyQuery(sql="CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE)")
[EL Warning]: 2024.04.30 10:54:18.189--ServerSession(16373883)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Foreign  Key 'DDL_COMMENTFK_CODE' is invalid for the reason which follows: 'The delete rule of foreign key cannot be CASCADE. (The relationship would form a cycle that would cause a table to be delete-connected to itself. One of the existing delete rules in the cycle is not CASCADE, so this relationship may be definable if the delete rule is not CASCADE.) '. 
Error Code: 30000
Call: ALTER TABLE DDL_COMMENT ADD CONSTRAINT DDL_COMMENTFK_CODE FOREIGN KEY (FK_CODE, FK_SEQ) REFERENCES DDL_CKENTB (CODE, SEQ) ON DELETE CASCADE
Query: DataModifyQuery(sql="ALTER TABLE DDL_COMMENT ADD CONSTRAINT DDL_COMMENTFK_CODE FOREIGN KEY (FK_CODE, FK_SEQ) REFERENCES DDL_CKENTB (CODE, SEQ) ON DELETE CASCADE")
[EL Warning]: 2024.04.30 10:54:18.196--ServerSession(16373883)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Constraint 'DDL_CKENTA_B_UNQ1' is invalid: there is no unique or primary key constraint on table '"ROOT"."DDL_CKENTB"' that matches the number and types of the columns in the foreign key.
Error Code: 30000
Call: ALTER TABLE DDL_CKENTA ADD CONSTRAINT DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2)
Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENTA ADD CONSTRAINT DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2)")
[EL Warning]: 2024.04.30 10:54:18.219--ServerSession(16373883)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Constraint 'ZPAREASCOUNTRYCODE' is invalid: there is no unique or primary key constraint on table '"ROOT"."CITIES"' that matches the number and types of the columns in the foreign key.
Error Code: 30000
Call: ALTER TABLE ZipAreas ADD CONSTRAINT ZpAreascountrycode FOREIGN KEY (country_code, city_name, state_code) REFERENCES Cities (country_code, name, state_code)
Query: DataModifyQuery(sql="ALTER TABLE ZipAreas ADD CONSTRAINT ZpAreascountrycode FOREIGN KEY (country_code, city_name, state_code) REFERENCES Cities (country_code, name, state_code)")
[EL Warning]: 2024.04.30 10:54:18.240--ServerSession(16373883)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Constraint 'DDL_CKENT_C_BC_SEQ' is invalid: there is no unique or primary key constraint on table '"ROOT"."DDL_CKENTC"' that matches the number and types of the columns in the foreign key.
Error Code: 30000
Call: ALTER TABLE DDL_CKENT_C_B ADD CONSTRAINT DDL_CKENT_C_BC_SEQ FOREIGN KEY (C_SEQ, C_ROLE) REFERENCES DDL_CKENTC (SEQ, C_ROLE)
Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENT_C_B ADD CONSTRAINT DDL_CKENT_C_BC_SEQ FOREIGN KEY (C_SEQ, C_ROLE) REFERENCES DDL_CKENTC (SEQ, C_ROLE)")
[EL Warning]: 2024.04.30 10:54:18.254--ServerSession(16373883)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Constraint 'DDLMPHLDRDDLMTMMPD' already exists in Schema 'ROOT'.
Error Code: 30000
Call: ALTER TABLE DDL_MAP_HOLDER_DDL_MVBP ADD CONSTRAINT DDLMPHLDRDDLMTMMpD FOREIGN KEY (OTMMap_ID) REFERENCES DDL_MVBP (ID)
Query: DataModifyQuery(sql="ALTER TABLE DDL_MAP_HOLDER_DDL_MVBP ADD CONSTRAINT DDLMPHLDRDDLMTMMpD FOREIGN KEY (OTMMap_ID) REFERENCES DDL_MVBP (ID)")
[EL Warning]: 2024.04.30 10:54:18.498--UnitOfWork(65310008)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Table/View 'DDL_COURSE' does not exist.
Error Code: 30000
Call: SELECT ID FROM DDL_COURSE
Query: ReadAllQuery(referenceClass=Course sql="SELECT ID FROM DDL_COURSE")
[EL Warning]: metadata: 2024.04.30 10:54:18.560--ServerSession(345780740)--The tenant discriminator context property for the tenant discriminator column [DDL_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Contract] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:54:18.561--ServerSession(345780740)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:54:18.567--ServerSession(345780740)--The reference column name [Cliente] mapped on the element [field operaciones] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:54:18.584--ServerSession(345780740)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: 2024.04.30 10:54:18.588--ServerSession(345780740)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: 2024.04.30 10:54:18.590--ServerSession(345780740)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: 2024.04.30 10:54:18.592--ServerSession(345780740)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: 2024.04.30 10:54:18.592--ServerSession(345780740)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: 2024.04.30 10:54:18.594--ServerSession(345780740)--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: 2024.04.30 10:54:18.595--ServerSession(345780740)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: 2024.04.30 10:54:18.612--ServerSession(345780740)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'CREATE INDEX' cannot be performed on 'DDL_CKENT_C_B' because it does not exist.
Error Code: 30000
Call: CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE)
Query: DataModifyQuery(sql="CREATE INDEX INDEX_BS ON DDL_CKENT_C_B (C_SEQ, C_ROLE)")
[EL Warning]: 2024.04.30 10:54:18.659--ServerSession(345780740)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Column 'B_CODE' already exists in Table/View '"ROOT"."DDL_CKENTA"'.
Error Code: 30000
Call: ALTER TABLE DDL_CKENTA ADD B_CODE VARCHAR(64) 
Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENTA ADD B_CODE VARCHAR(64) ")
[EL Warning]: 2024.04.30 10:54:18.661--ServerSession(345780740)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Column 'B_SEQ' already exists in Table/View '"ROOT"."DDL_CKENTA"'.
Error Code: 30000
Call: ALTER TABLE DDL_CKENTA ADD B_SEQ BIGINT 
Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENTA ADD B_SEQ BIGINT ")
[EL Warning]: 2024.04.30 10:54:18.662--ServerSession(345780740)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Column 'B_UNQ1' already exists in Table/View '"ROOT"."DDL_CKENTA"'.
Error Code: 30000
Call: ALTER TABLE DDL_CKENTA ADD B_UNQ1 VARCHAR(255) 
Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENTA ADD B_UNQ1 VARCHAR(255) ")
[EL Warning]: 2024.04.30 10:54:18.664--ServerSession(345780740)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Column 'B_UNQ2' already exists in Table/View '"ROOT"."DDL_CKENTA"'.
Error Code: 30000
Call: ALTER TABLE DDL_CKENTA ADD B_UNQ2 VARCHAR(255) 
Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENTA ADD B_UNQ2 VARCHAR(255) ")
[EL Warning]: 2024.04.30 10:54:18.700--ServerSession(345780740)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Column 'JUSTTOTEST' already exists in Table/View '"ROOT"."DDL_EMP"'.
Error Code: 30000
Call: ALTER TABLE DDL_EMP ADD JUSTTOTEST SMALLINT 
Query: DataModifyQuery(sql="ALTER TABLE DDL_EMP ADD JUSTTOTEST SMALLINT ")
[EL Warning]: 2024.04.30 10:54:18.726--ServerSession(345780740)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Column 'NAME' already exists in Table/View '"ROOT"."COUNTRIES"'.
Error Code: 30000
Call: ALTER TABLE Countries ADD name VARCHAR(255) 
Query: DataModifyQuery(sql="ALTER TABLE Countries ADD name VARCHAR(255) ")
[EL Warning]: 2024.04.30 10:54:18.816--ServerSession(345780740)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Constraint 'DDL_CKENTCA_F_NAME' is invalid: there is no unique or primary key constraint on table '"ROOT"."DDL_CKENTA"' that matches the number and types of the columns in the foreign key.
Error Code: 30000
Call: ALTER TABLE DDL_CKENTC ADD CONSTRAINT DDL_CKENTCA_F_NAME FOREIGN KEY (A_F_NAME, A_L_NAME, A_SEQ) REFERENCES DDL_CKENTA (F_NAME, L_NAME, SEQ)
Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENTC ADD CONSTRAINT DDL_CKENTCA_F_NAME FOREIGN KEY (A_F_NAME, A_L_NAME, A_SEQ) REFERENCES DDL_CKENTA (F_NAME, L_NAME, SEQ)")
[EL Warning]: 2024.04.30 10:54:18.820--ServerSession(345780740)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Foreign  Key 'DDL_COMMENTFK_CODE' is invalid for the reason which follows: 'The delete rule of foreign key cannot be CASCADE. (The relationship would form a cycle that would cause a table to be delete-connected to itself. One of the existing delete rules in the cycle is not CASCADE, so this relationship may be definable if the delete rule is not CASCADE.) '. 
Error Code: 30000
Call: ALTER TABLE DDL_COMMENT ADD CONSTRAINT DDL_COMMENTFK_CODE FOREIGN KEY (FK_CODE, FK_SEQ) REFERENCES DDL_CKENTB (CODE, SEQ) ON DELETE CASCADE
Query: DataModifyQuery(sql="ALTER TABLE DDL_COMMENT ADD CONSTRAINT DDL_COMMENTFK_CODE FOREIGN KEY (FK_CODE, FK_SEQ) REFERENCES DDL_CKENTB (CODE, SEQ) ON DELETE CASCADE")
[EL Warning]: 2024.04.30 10:54:18.824--ServerSession(345780740)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Constraint 'DDL_CKENTA_B_UNQ1' is invalid: there is no unique or primary key constraint on table '"ROOT"."DDL_CKENTB"' that matches the number and types of the columns in the foreign key.
Error Code: 30000
Call: ALTER TABLE DDL_CKENTA ADD CONSTRAINT DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2)
Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENTA ADD CONSTRAINT DDL_CKENTA_B_UNQ1 FOREIGN KEY (B_UNQ1, B_UNQ2) REFERENCES DDL_CKENTB (UNQ1, UNQ2)")
[EL Warning]: 2024.04.30 10:54:18.844--ServerSession(345780740)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Constraint 'ZPAREASCOUNTRYCODE' is invalid: there is no unique or primary key constraint on table '"ROOT"."CITIES"' that matches the number and types of the columns in the foreign key.
Error Code: 30000
Call: ALTER TABLE ZipAreas ADD CONSTRAINT ZpAreascountrycode FOREIGN KEY (country_code, city_name, state_code) REFERENCES Cities (country_code, name, state_code)
Query: DataModifyQuery(sql="ALTER TABLE ZipAreas ADD CONSTRAINT ZpAreascountrycode FOREIGN KEY (country_code, city_name, state_code) REFERENCES Cities (country_code, name, state_code)")
[EL Warning]: 2024.04.30 10:54:18.866--ServerSession(345780740)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Constraint 'DDL_CKENT_C_BC_SEQ' is invalid: there is no unique or primary key constraint on table '"ROOT"."DDL_CKENTC"' that matches the number and types of the columns in the foreign key.
Error Code: 30000
Call: ALTER TABLE DDL_CKENT_C_B ADD CONSTRAINT DDL_CKENT_C_BC_SEQ FOREIGN KEY (C_SEQ, C_ROLE) REFERENCES DDL_CKENTC (SEQ, C_ROLE)
Query: DataModifyQuery(sql="ALTER TABLE DDL_CKENT_C_B ADD CONSTRAINT DDL_CKENT_C_BC_SEQ FOREIGN KEY (C_SEQ, C_ROLE) REFERENCES DDL_CKENTC (SEQ, C_ROLE)")
[EL Warning]: 2024.04.30 10:54:18.881--ServerSession(345780740)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Constraint 'DDLMPHLDRDDLMTMMPD' already exists in Schema 'ROOT'.
Error Code: 30000
Call: ALTER TABLE DDL_MAP_HOLDER_DDL_MVBP ADD CONSTRAINT DDLMPHLDRDDLMTMMpD FOREIGN KEY (OTMMap_ID) REFERENCES DDL_MVBP (ID)
Query: DataModifyQuery(sql="ALTER TABLE DDL_MAP_HOLDER_DDL_MVBP ADD CONSTRAINT DDLMPHLDRDDLMTMMpD FOREIGN KEY (OTMMap_ID) REFERENCES DDL_MVBP (ID)")
[EL Warning]: 2024.04.30 10:54:18.974--UnitOfWork(1015539383)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Column 'FEE_AMOUNT'  cannot accept a NULL value.
Error Code: 20000
Call: INSERT INTO PURCHASE (ID, FEE_AMOUNT, FEE_ID) VALUES (?, ?, ?)
	bind => [3, null, null]
Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.Purchase@5679e96b)
[EL Warning]: 2024.04.30 10:54:18.977--UnitOfWork(1582406355)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Column 'PARCEL_NUMBER'  cannot accept a NULL value.
Error Code: 20000
Call: INSERT INTO PropertyRecord_PROPERTYINFOS (PropertyRecord_ID, CITY, PLUSFOUR, STREET_NAME, STATE, ZIPNUM, PARCEL_NUMBER, SQUARE_FEET, ASSESSMENT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
	bind => [4, Ottawa, 1234, Main, Ontario, 78627, null, 2, 10]
Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.PropertyInfo@7ceb4478)
[EL Warning]: 2024.04.30 10:54:18.984--UnitOfWork(2092870757)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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 'SQL0000000226-755b8bb4-018f-2ea4-0fa9-00005bcff2d0' defined on 'DDL_UCENTITY1'.
Error Code: 20000
Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?)
	bind => [2, 1, 2, 2, 2]
Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@62dbe64e)
[EL Warning]: 2024.04.30 10:54:18.985--UnitOfWork(1594857799)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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 'UCFORCOLUMN2' defined on 'DDL_UCENTITY1'.
Error Code: 20000
Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?)
	bind => [2, 2, 1, 2, 2]
Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@7fe82967)
[EL Warning]: 2024.04.30 10:54:18.987--UnitOfWork(1264966132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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 'DDL_UCENTITY10' defined on 'DDL_UCENTITY1'.
Error Code: 20000
Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?)
	bind => [2, 2, 2, 1, 1]
Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@1aad0b1)
[EL Warning]: 2024.04.30 10:54:18.993--UnitOfWork(168398198)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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 'SQL0000000224-d7694ba7-018f-2ea4-0fa9-00005bcff2d0' defined on 'DDL_UCENTITY2'.
Error Code: 20000
Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?)
	bind => [2, 1, 2, 2, 2]
Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@121bb45b)
[EL Warning]: 2024.04.30 10:54:18.994--UnitOfWork(1503546689)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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 'DDL_UCENTITY20' defined on 'DDL_UCENTITY2'.
Error Code: 20000
Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?)
	bind => [2, 2, 1, 2, 2]
Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@40e37b06)
[EL Warning]: 2024.04.30 10:54:18.996--UnitOfWork(695085082)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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 'DDL_UCENTITY21' defined on 'DDL_UCENTITY2'.
Error Code: 20000
Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?)
	bind => [2, 2, 2, 1, 1]
Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@328d044f)
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.094 s -- in org.eclipse.persistence.testing.tests.jpa.ddlgeneration.DDLGenerationExtendTablesTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.ddlgeneration.DDLGenerationTest
[EL Warning]: 2024.04.30 10:54:19.291--UnitOfWork(141154428)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Column 'FEE_AMOUNT'  cannot accept a NULL value.
Error Code: 20000
Call: INSERT INTO PURCHASE (ID, FEE_AMOUNT, FEE_ID) VALUES (?, ?, ?)
	bind => [9, null, null]
Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.Purchase@43c87306)
[EL Warning]: 2024.04.30 10:54:19.293--UnitOfWork(1184082415)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Column 'PARCEL_NUMBER'  cannot accept a NULL value.
Error Code: 20000
Call: INSERT INTO PropertyRecord_PROPERTYINFOS (PropertyRecord_ID, CITY, PLUSFOUR, STREET_NAME, STATE, ZIPNUM, PARCEL_NUMBER, SQUARE_FEET, ASSESSMENT) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
	bind => [10, Ottawa, 1234, Main, Ontario, 78627, null, 2, 10]
Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.PropertyInfo@31e76a8d)
[EL Warning]: 2024.04.30 10:54:19.316--UnitOfWork(1862552664)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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 'SQL0000000226-755b8bb4-018f-2ea4-0fa9-00005bcff2d0' defined on 'DDL_UCENTITY1'.
Error Code: 20000
Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?)
	bind => [2, 1, 2, 2, 2]
Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@22c75c01)
[EL Warning]: 2024.04.30 10:54:19.317--UnitOfWork(2062780238)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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 'UCFORCOLUMN2' defined on 'DDL_UCENTITY1'.
Error Code: 20000
Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?)
	bind => [2, 2, 1, 2, 2]
Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@6d074b14)
[EL Warning]: 2024.04.30 10:54:19.319--UnitOfWork(1893088773)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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 'DDL_UCENTITY10' defined on 'DDL_UCENTITY1'.
Error Code: 20000
Call: INSERT INTO DDL_UCENTITY1 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?)
	bind => [2, 2, 2, 1, 1]
Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@5a8816cc)
[EL Warning]: 2024.04.30 10:54:19.322--UnitOfWork(1674938191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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 'SQL0000000224-d7694ba7-018f-2ea4-0fa9-00005bcff2d0' defined on 'DDL_UCENTITY2'.
Error Code: 20000
Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?)
	bind => [2, 1, 2, 2, 2]
Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@3a790e40)
[EL Warning]: 2024.04.30 10:54:19.324--UnitOfWork(541769471)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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 'DDL_UCENTITY20' defined on 'DDL_UCENTITY2'.
Error Code: 20000
Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?)
	bind => [2, 2, 1, 2, 2]
Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@60c73e58)
[EL Warning]: 2024.04.30 10:54:19.326--UnitOfWork(2007704254)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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 'DDL_UCENTITY21' defined on 'DDL_UCENTITY2'.
Error Code: 20000
Call: INSERT INTO DDL_UCENTITY2 (ID, COLUMN1, COLUMN2, COLUMN31, COLUMN32) VALUES (?, ?, ?, ?, ?)
	bind => [2, 2, 2, 1, 1]
Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@4b4ee511)
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s -- in org.eclipse.persistence.testing.tests.jpa.ddlgeneration.DDLGenerationTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.ddlgeneration.DDLTableSuffixTest
[EL Warning]: metadata: 2024.04.30 10:54:19.474--ServerSession(247334525)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[mapHolderEmbedded] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: 2024.04.30 10:54:19.477--ServerSession(247334525)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: 2024.04.30 10:54:19.478--ServerSession(247334525)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[patentCollection] because the aggregate has a (possibly nested) target foreign key mapping
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.eclipse.persistence.testing.tests.jpa.ddlgeneration.DDLTableSuffixTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.ddlgeneration.multitenant.DDLMultitenantTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.persistence.testing.tests.jpa.ddlgeneration.multitenant.DDLMultitenantTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.ddlgeneration.multitenant.DDLTablePerTenantTest
[EL Warning]: metadata: 2024.04.30 10:54:19.605--ServerSession(13950734)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:54:19.606--ServerSession(13950734)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Mason] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:54:19.606--ServerSession(13950734)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:54:19.606--ServerSession(13950734)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.ddlgeneration.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s -- in org.eclipse.persistence.testing.tests.jpa.ddlgeneration.multitenant.DDLTablePerTenantTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.ddlgeneration.tableperclass.DDLTablePerClassTest
[EL Warning]: 2024.04.30 10:54:19.862--ServerSession(1588330347)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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")
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s -- in org.eclipse.persistence.testing.tests.jpa.ddlgeneration.tableperclass.DDLTablePerClassTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.ddlgeneration.weaving.DDLWeavingTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.persistence.testing.tests.jpa.ddlgeneration.weaving.DDLWeavingTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 66, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:54:20 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.ddlgeneration-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.ddlgeneration-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.ddlgeneration ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/target/org.eclipse.persistence.jpa.testapps.ddlgeneration.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.lob >--
[INFO] Building Test - lob 5.0.0-SNAPSHOT                              [72/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.lob/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/src/main/java/org/eclipse/persistence/testing/models/jpa/lob/LobTableCreator.java:[23,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:54:21 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:54:21 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.lob.LobTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.831 s -- in org.eclipse.persistence.testing.tests.jpa.lob.LobTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:54:23 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.lob-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.lob-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob_ejb.jar
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.lob ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.lob/target/org.eclipse.persistence.jpa.testapps.lob-model.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.delimited >--
[INFO] Building Test - delimited 5.0.0-SNAPSHOT                        [73/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.delimited/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/src/main/java/org/eclipse/persistence/testing/models/jpa/delimited/LargeProject.java:[54,21] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:54:24 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
Tue Apr 30 10:54:24 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.delimited.DelimitedPUTest
[EL Warning]: 2024.04.30 10:54:27.070--ServerSession(185164978)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP ADDRESS_SEQ' cannot be performed on 'ADDRESS_SEQ' because it does not exist.
Error Code: 30000
Call: DROP SEQUENCE ADDRESS_SEQ RESTRICT
Query: DataModifyQuery(sql="DROP SEQUENCE ADDRESS_SEQ RESTRICT")
[EL Warning]: 2024.04.30 10:54:27.089--ServerSession(185164978)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP DEL_PROJECT_SEQ' cannot be performed on 'DEL_PROJECT_SEQ' because it does not exist.
Error Code: 30000
Call: DROP SEQUENCE DEL_PROJECT_SEQ RESTRICT
Query: DataModifyQuery(sql="DROP SEQUENCE DEL_PROJECT_SEQ RESTRICT")
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.727 s -- in org.eclipse.persistence.testing.tests.jpa.delimited.DelimitedPUTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:54:27 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.delimited-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.delimited-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.delimited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.delimited/target/org.eclipse.persistence.jpa.testapps.delimited.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.diagnostic >--
[INFO] Building Test - diagnostic 5.0.0-SNAPSHOT                       [74/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/src/main/java/org/eclipse/persistence/testing/models/jpa/diagnostic/DiagnosticTableCreator.java:[24,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:54:28 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:54:28 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.diagnostic.DiagnosticTest
[EL Finer]: connection: 2024.04.30 10:54:30.454--ServerSession(1395262169)--client acquired: 701487403
[EL Finer]: transaction: 2024.04.30 10:54:30.469--ClientSession(701487403)--acquire unit of work: 1726616678
[EL Finest]: transaction: 2024.04.30 10:54:30.469--UnitOfWork(1726616678)--register_new_for_persist (There is no English translation for this message.)
[EL Finest]: transaction: 2024.04.30 10:54:30.473--UnitOfWork(1726616678)--register_new_for_persist (There is no English translation for this message.)
[EL Finer]: transaction: 2024.04.30 10:54:30.474--UnitOfWork(1726616678)--begin unit of work flush
[EL Finest]: query: 2024.04.30 10:54:30.477--UnitOfWork(1726616678)--Execute query InsertObjectQuery(BranchADiagnostic{id=1})
[EL Fine]: connection: 2024.04.30 10:54:30.480--ServerSession(1395262169)--Connection(1624211687)--connecting(DatabaseLogin(
	platform=>DerbyPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:54:30.487--ServerSession(1395262169)--Connection(1163088324)--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Finest]: connection: 2024.04.30 10:54:30.487--ServerSession(1395262169)--Connection(1163088324)--Connection acquired from connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:54:30.488--ClientSession(701487403)--Connection(1163088324)--begin transaction
[EL Fine]: sql: 2024.04.30 10:54:30.490--ClientSession(701487403)--Connection(1163088324)--INSERT INTO BRANCHA_DIAGNOSTIC (ID) VALUES (?)
	bind => [1 parameter bound]
[EL Finest]: query: 2024.04.30 10:54:30.493--UnitOfWork(1726616678)--Execute query InsertObjectQuery(BranchBDiagnostic{id=11})
[EL Fine]: sql: 2024.04.30 10:54:30.494--ClientSession(701487403)--Connection(1163088324)--INSERT INTO BRANCHB_DIAGNOSTIC (ID, BRANCHA_FK) VALUES (?, ?)
	bind => [2 parameters bound]
[EL Finer]: transaction: 2024.04.30 10:54:30.496--UnitOfWork(1726616678)--end unit of work flush
[EL Finer]: transaction: 2024.04.30 10:54:30.499--UnitOfWork(1726616678)--resume unit of work
[EL Finer]: transaction: 2024.04.30 10:54:30.502--UnitOfWork(1726616678)--begin unit of work commit
[EL Finer]: transaction: 2024.04.30 10:54:30.508--ClientSession(701487403)--Connection(1163088324)--commit transaction
[EL Finest]: connection: 2024.04.30 10:54:30.509--ServerSession(1395262169)--Connection(1163088324)--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:54:30.517--UnitOfWork(1726616678)--end unit of work commit
[EL Finer]: transaction: 2024.04.30 10:54:30.518--UnitOfWork(1726616678)--resume unit of work
[EL Finest]: transaction: 2024.04.30 10:54:30.518--UnitOfWork(1726616678)--deleting_object (There is no English translation for this message.)
[EL Finer]: transaction: 2024.04.30 10:54:30.519--UnitOfWork(1726616678)--begin unit of work commit
[EL Finest]: query: 2024.04.30 10:54:30.519--UnitOfWork(1726616678)--Execute query DoesExistQuery(referenceClass=BranchBDiagnostic )
[EL Finest]: query: 2024.04.30 10:54:30.523--UnitOfWork(1726616678)--Execute query UpdateObjectQuery(BranchADiagnostic{id=1})
[EL Finest]: query: 2024.04.30 10:54:30.524--UnitOfWork(1726616678)--Execute query UpdateObjectQuery(BranchBDiagnostic{id=11})
[EL Finest]: connection: 2024.04.30 10:54:30.525--ServerSession(1395262169)--Connection(1163088324)--Connection acquired from connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:54:30.525--ClientSession(701487403)--Connection(1163088324)--begin transaction
[EL Fine]: sql: 2024.04.30 10:54:30.525--ClientSession(701487403)--Connection(1163088324)--UPDATE BRANCHB_DIAGNOSTIC SET BRANCHA_FK = ? WHERE (ID = ?)
	bind => [2 parameters bound]
[EL Finest]: query: 2024.04.30 10:54:30.529--UnitOfWork(1726616678)--Execute query DeleteObjectQuery(BranchBDiagnostic{id=11})
[EL Fine]: sql: 2024.04.30 10:54:30.530--ClientSession(701487403)--Connection(1163088324)--DELETE FROM BRANCHB_DIAGNOSTIC WHERE (ID = ?)
	bind => [1 parameter bound]
[EL Finer]: transaction: 2024.04.30 10:54:30.532--ClientSession(701487403)--Connection(1163088324)--commit transaction
[EL Finest]: connection: 2024.04.30 10:54:30.532--ServerSession(1395262169)--Connection(1163088324)--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:54:30.533--UnitOfWork(1726616678)--end unit of work commit
[EL Finer]: transaction: 2024.04.30 10:54:30.533--UnitOfWork(1726616678)--resume unit of work
[EL Finer]: transaction: 2024.04.30 10:54:30.533--UnitOfWork(1726616678)--begin unit of work commit
[EL Finest]: query: 2024.04.30 10:54:30.534--UnitOfWork(1726616678)--Execute query UpdateObjectQuery(BranchADiagnostic{id=1})
[EL Finer]: transaction: 2024.04.30 10:54:30.534--UnitOfWork(1726616678)--end unit of work commit
[EL Finer]: transaction: 2024.04.30 10:54:30.534--UnitOfWork(1726616678)--resume unit of work
[EL Finest]: query: 2024.04.30 10:54:30.538--UnitOfWork(1726616678)--Execute query ReadObjectQuery(name="readBranchADiagnostic" referenceClass=BranchADiagnostic sql="SELECT ID FROM BRANCHA_DIAGNOSTIC WHERE (ID = ?)")
[EL Info]: transaction: 2024.04.30 10:54:30.539--UnitOfWork(1726616678)--validate object space.
[EL Warning]: cache: 2024.04.30 10:54:30.539--UnitOfWork(1726616678)--stack of visited objects that refer to the corrupt object: [BranchADiagnostic{id=1}]
[EL Warning]: cache: 2024.04.30 10:54:30.540--UnitOfWork(1726616678)--The following corrupt object is referenced through mapping: org.eclipse.persistence.mappings.OneToManyMapping[branchBs]
[EL Warning]: cache: 2024.04.30 10:54:30.540--UnitOfWork(1726616678)--corrupt object: BranchBDiagnostic{id=11}
[EL Finer]: transaction: 2024.04.30 10:54:30.540--UnitOfWork(1726616678)--release unit of work
[EL Finer]: connection: 2024.04.30 10:54:30.540--ClientSession(701487403)--client released
[EL Finer]: connection: 2024.04.30 10:54:30.541--ServerSession(537536188)--client acquired: 669725336
[EL Finer]: transaction: 2024.04.30 10:54:30.541--ClientSession(669725336)--acquire unit of work: 197491520
[EL Finest]: transaction: 2024.04.30 10:54:30.542--UnitOfWork(197491520)--register_new_for_persist (There is no English translation for this message.)
[EL Finest]: transaction: 2024.04.30 10:54:30.542--UnitOfWork(197491520)--register_new_for_persist (There is no English translation for this message.)
[EL Finer]: transaction: 2024.04.30 10:54:30.542--UnitOfWork(197491520)--begin unit of work flush
[EL Finest]: query: 2024.04.30 10:54:30.542--UnitOfWork(197491520)--Execute query InsertObjectQuery(BranchADiagnostic{id=2})
[EL Fine]: connection: 2024.04.30 10:54:30.542--ServerSession(537536188)--Connection(1906947271)--connecting(DatabaseLogin(
	platform=>DerbyPlatform
	user name=> "root"
	datasource URL=> "jdbc:derby://localhost/memory:ecltests;create=true"
))
[EL Config]: connection: 2024.04.30 10:54:30.545--ServerSession(537536188)--Connection(1177072083)--Connected: jdbc:derby://localhost:1527/memory:ecltests;create=true
	User: root
	Database: Apache Derby  Version: 10.17.1.0 - (1913217)
	Driver: Apache Derby Network Client JDBC Driver  Version: 10.17.1.0 - (1913217)
[EL Finest]: connection: 2024.04.30 10:54:30.545--ServerSession(537536188)--Connection(1177072083)--Connection acquired from connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:54:30.545--ClientSession(669725336)--Connection(1177072083)--begin transaction
[EL Fine]: sql: 2024.04.30 10:54:30.545--ClientSession(669725336)--Connection(1177072083)--INSERT INTO BRANCHA_DIAGNOSTIC (ID) VALUES (?)
	bind => [1 parameter bound]
[EL Finest]: query: 2024.04.30 10:54:30.546--UnitOfWork(197491520)--Execute query InsertObjectQuery(BranchBDiagnostic{id=22})
[EL Fine]: sql: 2024.04.30 10:54:30.547--ClientSession(669725336)--Connection(1177072083)--INSERT INTO BRANCHB_DIAGNOSTIC (ID, BRANCHA_FK) VALUES (?, ?)
	bind => [2 parameters bound]
[EL Finer]: transaction: 2024.04.30 10:54:30.547--UnitOfWork(197491520)--end unit of work flush
[EL Finer]: transaction: 2024.04.30 10:54:30.547--UnitOfWork(197491520)--resume unit of work
[EL Finer]: transaction: 2024.04.30 10:54:30.547--UnitOfWork(197491520)--begin unit of work commit
[EL Finer]: transaction: 2024.04.30 10:54:30.548--ClientSession(669725336)--Connection(1177072083)--commit transaction
[EL Finest]: connection: 2024.04.30 10:54:30.548--ServerSession(537536188)--Connection(1177072083)--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:54:30.548--UnitOfWork(197491520)--end unit of work commit
[EL Finer]: transaction: 2024.04.30 10:54:30.549--UnitOfWork(197491520)--resume unit of work
[EL Finest]: transaction: 2024.04.30 10:54:30.549--UnitOfWork(197491520)--deleting_object (There is no English translation for this message.)
[EL Finer]: transaction: 2024.04.30 10:54:30.549--UnitOfWork(197491520)--begin unit of work commit
[EL Finest]: query: 2024.04.30 10:54:30.549--UnitOfWork(197491520)--Execute query DoesExistQuery(referenceClass=BranchBDiagnostic )
[EL Finest]: query: 2024.04.30 10:54:30.549--UnitOfWork(197491520)--Execute query UpdateObjectQuery(BranchADiagnostic{id=2})
[EL Finest]: query: 2024.04.30 10:54:30.549--UnitOfWork(197491520)--Execute query UpdateObjectQuery(BranchBDiagnostic{id=22})
[EL Finest]: connection: 2024.04.30 10:54:30.550--ServerSession(537536188)--Connection(1177072083)--Connection acquired from connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:54:30.550--ClientSession(669725336)--Connection(1177072083)--begin transaction
[EL Fine]: sql: 2024.04.30 10:54:30.550--ClientSession(669725336)--Connection(1177072083)--UPDATE BRANCHB_DIAGNOSTIC SET BRANCHA_FK = ? WHERE (ID = ?)
	bind => [2 parameters bound]
[EL Finest]: query: 2024.04.30 10:54:30.551--UnitOfWork(197491520)--Execute query DeleteObjectQuery(BranchBDiagnostic{id=22})
[EL Fine]: sql: 2024.04.30 10:54:30.551--ClientSession(669725336)--Connection(1177072083)--DELETE FROM BRANCHB_DIAGNOSTIC WHERE (ID = ?)
	bind => [1 parameter bound]
[EL Finer]: transaction: 2024.04.30 10:54:30.552--ClientSession(669725336)--Connection(1177072083)--commit transaction
[EL Finest]: connection: 2024.04.30 10:54:30.552--ServerSession(537536188)--Connection(1177072083)--Connection released to connection pool [default].
[EL Finer]: transaction: 2024.04.30 10:54:30.552--UnitOfWork(197491520)--end unit of work commit
[EL Finer]: transaction: 2024.04.30 10:54:30.552--UnitOfWork(197491520)--resume unit of work
[EL Finer]: transaction: 2024.04.30 10:54:30.553--UnitOfWork(197491520)--begin unit of work commit
[EL Finest]: query: 2024.04.30 10:54:30.553--UnitOfWork(197491520)--Execute query UpdateObjectQuery(BranchADiagnostic{id=2})
[EL Finer]: transaction: 2024.04.30 10:54:30.553--UnitOfWork(197491520)--end unit of work commit
[EL Finer]: transaction: 2024.04.30 10:54:30.553--UnitOfWork(197491520)--resume unit of work
[EL Finest]: query: 2024.04.30 10:54:30.566--UnitOfWork(197491520)--Execute query ReadObjectQuery(name="readBranchADiagnostic" referenceClass=BranchADiagnostic sql="SELECT ID FROM BRANCHA_DIAGNOSTIC WHERE (ID = ?)")
[EL Info]: transaction: 2024.04.30 10:54:30.566--UnitOfWork(197491520)--validate object space.
[EL Warning]: cache: 2024.04.30 10:54:30.567--UnitOfWork(197491520)--stack of visited objects that refer to the corrupt object: [BranchADiagnostic{id=2}]
[EL Warning]: cache: 2024.04.30 10:54:30.567--UnitOfWork(197491520)--The following corrupt object is referenced through mapping: org.eclipse.persistence.mappings.OneToManyMapping[branchBs]
[EL Warning]: cache: 2024.04.30 10:54:30.567--UnitOfWork(197491520)--corrupt object: BranchBDiagnostic{id=22}
[EL Finest]: query: 2024.04.30 10:54:30.568--UnitOfWork(197491520)--Execute query ReadObjectQuery(name="findBranchADiagnosticById" referenceClass=BranchADiagnostic sql="SELECT ID FROM BRANCHA_DIAGNOSTIC WHERE (ID = ?)")
[EL Info]: transaction: 2024.04.30 10:54:30.569--UnitOfWork(197491520)--validate object space.
[EL Warning]: cache: 2024.04.30 10:54:30.569--UnitOfWork(197491520)--stack of visited objects that refer to the corrupt object: [BranchADiagnostic{id=2}]
[EL Warning]: cache: 2024.04.30 10:54:30.569--UnitOfWork(197491520)--The following corrupt object is referenced through mapping: org.eclipse.persistence.mappings.OneToManyMapping[branchBs]
[EL Warning]: cache: 2024.04.30 10:54:30.569--UnitOfWork(197491520)--corrupt object: BranchBDiagnostic{id=22}
[EL Finer]: transaction: 2024.04.30 10:54:30.569--UnitOfWork(197491520)--release unit of work
[EL Finer]: connection: 2024.04.30 10:54:30.569--ClientSession(669725336)--client released
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.488 s -- in org.eclipse.persistence.testing.tests.jpa.diagnostic.DiagnosticTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:54:30 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.diagnostic-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.diagnostic-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.diagnostic ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/target/org.eclipse.persistence.jpa.testapps.diagnostic.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.extensibility >--
[INFO] Building Test - extensibility 5.0.0-SNAPSHOT                    [75/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.extensibility/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/src/main/java/org/eclipse/persistence/testing/models/jpa/extensibility/ExtensibilityTableCreator.java:[27,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:54:31 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.extensibility.ExtensibilityTests
[EL Warning]: 2024.04.30 10:54:33.132--ServerSession(489047267)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Constraint 'EXTENSEMPADDRESSID' already exists in Schema 'ROOT'.
Error Code: 30000
Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT EXTENSEMPADDRESSID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)
Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT EXTENSEMPADDRESSID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)")
[EL Warning]: 2024.04.30 10:54:33.244--ServerSession(1225353990)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Constraint 'EXTENSEMPADDRESSID' already exists in Schema 'ROOT'.
Error Code: 30000
Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT EXTENSEMPADDRESSID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)
Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT EXTENSEMPADDRESSID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)")
[EL Warning]: 2024.04.30 10:54:33.308--ServerSession(1366212088)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Constraint 'EXTENSEMPADDRESSID' already exists in Schema 'ROOT'.
Error Code: 30000
Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT EXTENSEMPADDRESSID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)
Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT EXTENSEMPADDRESSID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)")
[EL Warning]: 2024.04.30 10:54:33.357--ServerSession(755759908)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Constraint 'EXTENSEMPADDRESSID' already exists in Schema 'ROOT'.
Error Code: 30000
Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT EXTENSEMPADDRESSID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)
Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT EXTENSEMPADDRESSID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)")
[EL Warning]: 2024.04.30 10:54:33.452--ServerSession(1989495347)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Constraint 'EXTENSEMPADDRESSID' already exists in Schema 'ROOT'.
Error Code: 30000
Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT EXTENSEMPADDRESSID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)
Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT EXTENSEMPADDRESSID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)")
[EL Warning]: 2024.04.30 10:54:33.492--ServerSession(1285072597)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Constraint 'EXTENSEMPADDRESSID' already exists in Schema 'ROOT'.
Error Code: 30000
Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT EXTENSEMPADDRESSID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)
Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT EXTENSEMPADDRESSID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)")
[EL Warning]: 2024.04.30 10:54:33.534--ServerSession(836621476)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Constraint 'EXTENSEMPADDRESSID' already exists in Schema 'ROOT'.
Error Code: 30000
Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT EXTENSEMPADDRESSID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)
Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT EXTENSEMPADDRESSID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)")
[EL Warning]: 2024.04.30 10:54:33.538--ServerSession(836621476)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Constraint 'EXTENSJOINTABLEID2' already exists in Schema 'ROOT'.
Error Code: 30000
Call: ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT EXTENSJOINTABLEID2 FOREIGN KEY (ID2) REFERENCES EXTENS_PHONE (ID)
Query: DataModifyQuery(sql="ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT EXTENSJOINTABLEID2 FOREIGN KEY (ID2) REFERENCES EXTENS_PHONE (ID)")
[EL Warning]: 2024.04.30 10:54:33.584--ServerSession(524566446)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Constraint 'EXTENSEMPADDRESSID' already exists in Schema 'ROOT'.
Error Code: 30000
Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT EXTENSEMPADDRESSID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)
Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT EXTENSEMPADDRESSID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)")
[EL Warning]: 2024.04.30 10:54:33.627--ServerSession(638525764)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Constraint 'EXTENSEMPADDRESSID' already exists in Schema 'ROOT'.
Error Code: 30000
Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT EXTENSEMPADDRESSID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)
Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT EXTENSEMPADDRESSID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)")
[EL Severe]: 2024.04.30 10:54:33.659--ServerSession(212924259)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Cannot acquire data source [MyNonJtaDataSource].
Internal Exception: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial
[EL Severe]: ejb: 2024.04.30 10:54:33.659--ServerSession(212924259)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ValidationException
Exception Description: Cannot acquire data source [MyNonJtaDataSource].
Internal Exception: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial
[EL Warning]: 2024.04.30 10:54:33.688--ServerSession(1881419576)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Constraint 'EXTENSEMPADDRESSID' already exists in Schema 'ROOT'.
Error Code: 30000
Call: ALTER TABLE EXTENS_EMP ADD CONSTRAINT EXTENSEMPADDRESSID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)
Query: DataModifyQuery(sql="ALTER TABLE EXTENS_EMP ADD CONSTRAINT EXTENSEMPADDRESSID FOREIGN KEY (ADDRESS_ID) REFERENCES EXTENS_ADDR (ID)")
[EL Warning]: 2024.04.30 10:54:33.691--ServerSession(1881419576)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Constraint 'EXTENSJOINTABLEID2' already exists in Schema 'ROOT'.
Error Code: 30000
Call: ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT EXTENSJOINTABLEID2 FOREIGN KEY (ID2) REFERENCES EXTENS_PHONE (ID)
Query: DataModifyQuery(sql="ALTER TABLE EXTENS_JOIN_TABLE ADD CONSTRAINT EXTENSJOINTABLEID2 FOREIGN KEY (ID2) REFERENCES EXTENS_PHONE (ID)")
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.211 s -- in org.eclipse.persistence.testing.tests.jpa.extensibility.ExtensibilityTests
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:54:34 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.extensibility-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.extensibility-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.extensibility ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.extensibility/target/org.eclipse.persistence.jpa.testapps.extensibility.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.fetchgroups >--
[INFO] Building Test - fetchgroups 5.0.0-SNAPSHOT                      [76/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 15 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/src/test/java/org/eclipse/persistence/testing/tests/jpa/QuerySQLTracker.java:[275,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/src/test/java/org/eclipse/persistence/testing/tests/jpa/fetchgroups/FetchGroupsTestBase.java:[24,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:54:34 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:54:34 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.FetchGroupAPITests
[INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.FetchGroupAPITests
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.FetchGroupMergeWithCacheTests
[EL Warning]: 2024.04.30 10:54:37.164--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1
Query: DataModifyQuery(sql="ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_1")
[EL Warning]: 2024.04.30 10:54:37.181--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_2
Query: DataModifyQuery(sql="ALTER TABLE CMP3_BUYER DROP CONSTRAINT UNQ_CMP3_BUYER_2")
[EL Warning]: 2024.04.30 10:54:37.183--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE Buyer_CREDITCARDS DROP CONSTRAINT ByrCREDITCARDSBYRD
Query: DataModifyQuery(sql="ALTER TABLE Buyer_CREDITCARDS DROP CONSTRAINT ByrCREDITCARDSBYRD")
[EL Warning]: 2024.04.30 10:54:37.185--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE BUYER_CREDITLINES DROP CONSTRAINT BYRCREDITLINESBYRD
Query: DataModifyQuery(sql="ALTER TABLE BUYER_CREDITLINES DROP CONSTRAINT BYRCREDITLINESBYRD")
[EL Warning]: 2024.04.30 10:54:37.187--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_ADV_CUSTOMER DROP CONSTRAINT CMP3DVCSTMERFKDLRD
Query: DataModifyQuery(sql="ALTER TABLE CMP3_ADV_CUSTOMER DROP CONSTRAINT CMP3DVCSTMERFKDLRD")
[EL Warning]: 2024.04.30 10:54:37.188--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_DEALER DROP CONSTRAINT CMP3DEALERFKEMP_ID
Query: DataModifyQuery(sql="ALTER TABLE CMP3_DEALER DROP CONSTRAINT CMP3DEALERFKEMP_ID")
[EL Warning]: 2024.04.30 10:54:37.190--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_DEPT_CMP3_EMPLOYEE DROP CONSTRAINT CMP3DPTCMPmngrsMPD
Query: DataModifyQuery(sql="ALTER TABLE CMP3_DEPT_CMP3_EMPLOYEE DROP CONSTRAINT CMP3DPTCMPmngrsMPD")
[EL Warning]: 2024.04.30 10:54:37.191--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_DEPT_CMP3_EMPLOYEE DROP CONSTRAINT CMP3DPTCMP3MDVDPTD
Query: DataModifyQuery(sql="ALTER TABLE CMP3_DEPT_CMP3_EMPLOYEE DROP CONSTRAINT CMP3DPTCMP3MDVDPTD")
[EL Warning]: 2024.04.30 10:54:37.193--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT CMP3EMPLOYEEADDRID
Query: DataModifyQuery(sql="ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT CMP3EMPLOYEEADDRID")
[EL Warning]: 2024.04.30 10:54:37.194--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT CMP3MPLYEEMNGRMPID
Query: DataModifyQuery(sql="ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT CMP3MPLYEEMNGRMPID")
[EL Warning]: 2024.04.30 10:54:37.196--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT CMP3EMPLOYEEDEPTID
Query: DataModifyQuery(sql="ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT CMP3EMPLOYEEDEPTID")
[EL Warning]: 2024.04.30 10:54:37.197--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT CMP3MPLOYEEHGPRJID
Query: DataModifyQuery(sql="ALTER TABLE CMP3_EMPLOYEE DROP CONSTRAINT CMP3MPLOYEEHGPRJID")
[EL Warning]: 2024.04.30 10:54:37.199--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_ADV_EQUIP DROP CONSTRAINT CMP3ADVEQUIPDEPTID
Query: DataModifyQuery(sql="ALTER TABLE CMP3_ADV_EQUIP DROP CONSTRAINT CMP3ADVEQUIPDEPTID")
[EL Warning]: 2024.04.30 10:54:37.200--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_ADV_EQUIP DROP CONSTRAINT CMP3ADVEQUIPCODEID
Query: DataModifyQuery(sql="ALTER TABLE CMP3_ADV_EQUIP DROP CONSTRAINT CMP3ADVEQUIPCODEID")
[EL Warning]: 2024.04.30 10:54:37.202--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_GOLFER DROP CONSTRAINT CMP3_GOLFER_CMP3_WORLDRANK
Query: DataModifyQuery(sql="ALTER TABLE CMP3_GOLFER DROP CONSTRAINT CMP3_GOLFER_CMP3_WORLDRANK")
[EL Warning]: 2024.04.30 10:54:37.203--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_HPROJECT DROP CONSTRAINT CMP3HPROJECTPROJID
Query: DataModifyQuery(sql="ALTER TABLE CMP3_HPROJECT DROP CONSTRAINT CMP3HPROJECTPROJID")
[EL Warning]: 2024.04.30 10:54:37.204--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_HPROJECT DROP CONSTRAINT CMP3HPRJCTVNGLSTID
Query: DataModifyQuery(sql="ALTER TABLE CMP3_HPROJECT DROP CONSTRAINT CMP3HPRJCTVNGLSTID")
[EL Warning]: 2024.04.30 10:54:37.206--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_LPROJECT DROP CONSTRAINT CMP3LPROJECTPROJID
Query: DataModifyQuery(sql="ALTER TABLE CMP3_LPROJECT DROP CONSTRAINT CMP3LPROJECTPROJID")
[EL Warning]: 2024.04.30 10:54:37.207--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE MW DROP CONSTRAINT FK_MW_W
Query: DataModifyQuery(sql="ALTER TABLE MW DROP CONSTRAINT FK_MW_W")
[EL Warning]: 2024.04.30 10:54:37.208--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE MW DROP CONSTRAINT FK_MW_M
Query: DataModifyQuery(sql="ALTER TABLE MW DROP CONSTRAINT FK_MW_M")
[EL Warning]: 2024.04.30 10:54:37.210--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_PHONENUMBER DROP CONSTRAINT CMP3PHNENUMBERWNRD
Query: DataModifyQuery(sql="ALTER TABLE CMP3_PHONENUMBER DROP CONSTRAINT CMP3PHNENUMBERWNRD")
[EL Warning]: 2024.04.30 10:54:37.211--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_PBUYER DROP CONSTRAINT CMP3PBUYERBUYER_ID
Query: DataModifyQuery(sql="ALTER TABLE CMP3_PBUYER DROP CONSTRAINT CMP3PBUYERBUYER_ID")
[EL Warning]: 2024.04.30 10:54:37.213--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT CMP3MPPRprjctsPRJD
Query: DataModifyQuery(sql="ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT CMP3MPPRprjctsPRJD")
[EL Warning]: 2024.04.30 10:54:37.214--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT CMP3MPPRJMPLYSMPID
Query: DataModifyQuery(sql="ALTER TABLE CMP3_EMP_PROJ DROP CONSTRAINT CMP3MPPRJMPLYSMPID")
[EL Warning]: 2024.04.30 10:54:37.215--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_PROJ_PROPS DROP CONSTRAINT CMP3PROJPROPSPRJID
Query: DataModifyQuery(sql="ALTER TABLE CMP3_PROJ_PROPS DROP CONSTRAINT CMP3PROJPROPSPRJID")
[EL Warning]: 2024.04.30 10:54:37.217--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_PROJECT DROP CONSTRAINT CMP3PROJECTLADERID
Query: DataModifyQuery(sql="ALTER TABLE CMP3_PROJECT DROP CONSTRAINT CMP3PROJECTLADERID")
[EL Warning]: 2024.04.30 10:54:37.218--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_RESPONS DROP CONSTRAINT CMP3_RESPONSEMP_ID
Query: DataModifyQuery(sql="ALTER TABLE CMP3_RESPONS DROP CONSTRAINT CMP3_RESPONSEMP_ID")
[EL Warning]: 2024.04.30 10:54:37.219--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_SALARY DROP CONSTRAINT CMP3_SALARY_EMP_ID
Query: DataModifyQuery(sql="ALTER TABLE CMP3_SALARY DROP CONSTRAINT CMP3_SALARY_EMP_ID")
[EL Warning]: 2024.04.30 10:54:37.221--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE Employee_WORKWEEK DROP CONSTRAINT mployeeWORKWEEKMPD
Query: DataModifyQuery(sql="ALTER TABLE Employee_WORKWEEK DROP CONSTRAINT mployeeWORKWEEKMPD")
[EL Warning]: 2024.04.30 10:54:37.222--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE ADV_ENTYA DROP CONSTRAINT ADV_ENTYA_ENTYC_ID
Query: DataModifyQuery(sql="ALTER TABLE ADV_ENTYA DROP CONSTRAINT ADV_ENTYA_ENTYC_ID")
[EL Warning]: 2024.04.30 10:54:37.223--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE ADV_ENTYA DROP CONSTRAINT ADV_ENTYA_ENTYB_ID
Query: DataModifyQuery(sql="ALTER TABLE ADV_ENTYA DROP CONSTRAINT ADV_ENTYA_ENTYB_ID")
[EL Warning]: 2024.04.30 10:54:37.225--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE ADV_ENTYA_ADV_ENTYD DROP CONSTRAINT DVNTYAADVENTYDntyD
Query: DataModifyQuery(sql="ALTER TABLE ADV_ENTYA_ADV_ENTYD DROP CONSTRAINT DVNTYAADVENTYDntyD")
[EL Warning]: 2024.04.30 10:54:37.226--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE ADV_ENTYA_ADV_ENTYD DROP CONSTRAINT DVNTYDVENTYDntyDsD
Query: DataModifyQuery(sql="ALTER TABLE ADV_ENTYA_ADV_ENTYD DROP CONSTRAINT DVNTYDVENTYDntyDsD")
[EL Warning]: 2024.04.30 10:54:37.227--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE ADV_ENTYA_ADV_ENTYE DROP CONSTRAINT DVNTYADVENTYEntysD
Query: DataModifyQuery(sql="ALTER TABLE ADV_ENTYA_ADV_ENTYE DROP CONSTRAINT DVNTYADVENTYEntysD")
[EL Warning]: 2024.04.30 10:54:37.228--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE ADV_ENTYA_ADV_ENTYE DROP CONSTRAINT DVNTYAADVENTYEntyD
Query: DataModifyQuery(sql="ALTER TABLE ADV_ENTYA_ADV_ENTYE DROP CONSTRAINT DVNTYAADVENTYEntyD")
[EL Warning]: 2024.04.30 10:54:37.230--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE VIOLATION_CODES DROP CONSTRAINT VLTONCODESVLTIONID
Query: DataModifyQuery(sql="ALTER TABLE VIOLATION_CODES DROP CONSTRAINT VLTONCODESVLTIONID")
[EL Warning]: 2024.04.30 10:54:37.231--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE VIOLATION_CODES DROP CONSTRAINT VLTNCDESVLTNCODEID
Query: DataModifyQuery(sql="ALTER TABLE VIOLATION_CODES DROP CONSTRAINT VLTNCDESVLTNCODEID")
[EL Warning]: 2024.04.30 10:54:37.232--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE JPA_AC_STUDENT DROP CONSTRAINT JPCSTUDENTSCHOOLID
Query: DataModifyQuery(sql="ALTER TABLE JPA_AC_STUDENT DROP CONSTRAINT JPCSTUDENTSCHOOLID")
[EL Warning]: 2024.04.30 10:54:37.233--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE JPA_AC_BOLT DROP CONSTRAINT JPA_AC_BOLT_NUT_ID
Query: DataModifyQuery(sql="ALTER TABLE JPA_AC_BOLT DROP CONSTRAINT JPA_AC_BOLT_NUT_ID")
[EL Warning]: 2024.04.30 10:54:37.234--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE JPA_AC_EATER DROP CONSTRAINT JPA_AC_EATER_E_ID
Query: DataModifyQuery(sql="ALTER TABLE JPA_AC_EATER DROP CONSTRAINT JPA_AC_EATER_E_ID")
[EL Warning]: 2024.04.30 10:54:37.236--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE JPA_AC_SANDWICH DROP CONSTRAINT JPAAC_SANDWICHS_ID
Query: DataModifyQuery(sql="ALTER TABLE JPA_AC_SANDWICH DROP CONSTRAINT JPAAC_SANDWICHS_ID")
[EL Warning]: 2024.04.30 10:54:37.237--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE ADV_EC_SIMPLE DROP CONSTRAINT DVECSIMPLESIMPLEID
Query: DataModifyQuery(sql="ALTER TABLE ADV_EC_SIMPLE DROP CONSTRAINT DVECSIMPLESIMPLEID")
[EL Warning]: 2024.04.30 10:54:37.238--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE ADV_SIMPLE_ENTITY_LANGUAGE DROP CONSTRAINT DVSMPLNTTYLNGSMPLD
Query: DataModifyQuery(sql="ALTER TABLE ADV_SIMPLE_ENTITY_LANGUAGE DROP CONSTRAINT DVSMPLNTTYLNGSMPLD")
[EL Warning]: 2024.04.30 10:54:37.239--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_JIGSAW_PIECE DROP CONSTRAINT CMP3_JIGSAW_PIECE_CMP3_JIGSAW
Query: DataModifyQuery(sql="ALTER TABLE CMP3_JIGSAW_PIECE DROP CONSTRAINT CMP3_JIGSAW_PIECE_CMP3_JIGSAW")
[EL Warning]: 2024.04.30 10:54:37.240--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_HINGE DROP CONSTRAINT CMP3_HINGE_CMP3_DOOR
Query: DataModifyQuery(sql="ALTER TABLE CMP3_HINGE DROP CONSTRAINT CMP3_HINGE_CMP3_DOOR")
[EL Warning]: 2024.04.30 10:54:37.242--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_DOOR DROP CONSTRAINT CMP3_DOOR_CMP3_ROOM
Query: DataModifyQuery(sql="ALTER TABLE CMP3_DOOR DROP CONSTRAINT CMP3_DOOR_CMP3_ROOM")
[EL Warning]: 2024.04.30 10:54:37.243--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_CANOE DROP CONSTRAINT CMP3_CANOE_CMP3_LAKE
Query: DataModifyQuery(sql="ALTER TABLE CMP3_CANOE DROP CONSTRAINT CMP3_CANOE_CMP3_LAKE")
[EL Warning]: 2024.04.30 10:54:37.253--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE EVENT DROP CONSTRAINT FK_EVENT_JOB_ID
Query: DataModifyQuery(sql="ALTER TABLE EVENT DROP CONSTRAINT FK_EVENT_JOB_ID")
[EL Warning]: 2024.04.30 10:54:37.255--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE CMP3_TODOLISTITEM DROP CONSTRAINT FK_TODOLISTITEM_TODOLIST
Query: DataModifyQuery(sql="ALTER TABLE CMP3_TODOLISTITEM DROP CONSTRAINT FK_TODOLISTITEM_TODOLIST")
[EL Warning]: 2024.04.30 10:54:37.256--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE JPA_BILL_LINE DROP CONSTRAINT FK_JPA_BILL_LINE_BILL_ID
Query: DataModifyQuery(sql="ALTER TABLE JPA_BILL_LINE DROP CONSTRAINT FK_JPA_BILL_LINE_BILL_ID")
[EL Warning]: 2024.04.30 10:54:37.257--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE JPA_BILL_LINEITEM DROP CONSTRAINT JPA_BILL_LINEITEM_BILLLINE_ID
Query: DataModifyQuery(sql="ALTER TABLE JPA_BILL_LINEITEM DROP CONSTRAINT JPA_BILL_LINEITEM_BILLLINE_ID")
[EL Warning]: 2024.04.30 10:54:37.258--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE JPA_BILL_ACTION DROP CONSTRAINT FK_JPA_BILL_ACTION_BILLLINE_ID
Query: DataModifyQuery(sql="ALTER TABLE JPA_BILL_ACTION DROP CONSTRAINT FK_JPA_BILL_ACTION_BILLLINE_ID")
[EL Warning]: 2024.04.30 10:54:37.260--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: ALTER TABLE ORD_ENTITY_A DROP CONSTRAINT FK_ORD_ENTITYA_ORD_ENTITYZ
Query: DataModifyQuery(sql="ALTER TABLE ORD_ENTITY_A DROP CONSTRAINT FK_ORD_ENTITYA_ORD_ENTITYZ")
[EL Warning]: 2024.04.30 10:54:37.261--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ADDRESS
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADDRESS")
[EL Warning]: 2024.04.30 10:54:37.262--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_BUYER
Query: DataModifyQuery(sql="DROP TABLE CMP3_BUYER")
[EL Warning]: 2024.04.30 10:54:37.263--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE Buyer_CREDITCARDS
Query: DataModifyQuery(sql="DROP TABLE Buyer_CREDITCARDS")
[EL Warning]: 2024.04.30 10:54:37.265--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE BUYER_CREDITLINES
Query: DataModifyQuery(sql="DROP TABLE BUYER_CREDITLINES")
[EL Warning]: 2024.04.30 10:54:37.266--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ADV_CUSTOMER
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADV_CUSTOMER")
[EL Warning]: 2024.04.30 10:54:37.267--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_DEALER
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEALER")
[EL Warning]: 2024.04.30 10:54:37.268--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_DEPT
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT")
[EL Warning]: 2024.04.30 10:54:37.269--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_DEPT_CMP3_EMPLOYEE
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT_CMP3_EMPLOYEE")
[EL Warning]: 2024.04.30 10:54:37.270--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_EMPLOYEE
Query: DataModifyQuery(sql="DROP TABLE CMP3_EMPLOYEE")
[EL Warning]: 2024.04.30 10:54:37.271--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ADV_EQUIP
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADV_EQUIP")
[EL Warning]: 2024.04.30 10:54:37.272--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ADV_EQUIP_CODE
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADV_EQUIP_CODE")
[EL Warning]: 2024.04.30 10:54:37.274--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_GOLFER
Query: DataModifyQuery(sql="DROP TABLE CMP3_GOLFER")
[EL Warning]: 2024.04.30 10:54:37.275--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE Golfer_SPONSORDOLLARS
Query: DataModifyQuery(sql="DROP TABLE Golfer_SPONSORDOLLARS")
[EL Warning]: 2024.04.30 10:54:37.276--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_HPROJECT
Query: DataModifyQuery(sql="DROP TABLE CMP3_HPROJECT")
[EL Warning]: 2024.04.30 10:54:37.277--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_LPROJECT
Query: DataModifyQuery(sql="DROP TABLE CMP3_LPROJECT")
[EL Warning]: 2024.04.30 10:54:37.278--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MAN
Query: DataModifyQuery(sql="DROP TABLE MAN")
[EL Warning]: 2024.04.30 10:54:37.279--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MW
Query: DataModifyQuery(sql="DROP TABLE MW")
[EL Warning]: 2024.04.30 10:54:37.280--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PHONENUMBER
Query: DataModifyQuery(sql="DROP TABLE CMP3_PHONENUMBER")
[EL Warning]: 2024.04.30 10:54:37.281--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PHONE_STATUS
Query: DataModifyQuery(sql="DROP TABLE CMP3_PHONE_STATUS")
[EL Warning]: 2024.04.30 10:54:37.282--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PBUYER
Query: DataModifyQuery(sql="DROP TABLE CMP3_PBUYER")
[EL Warning]: 2024.04.30 10:54:37.283--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_EMP_PROJ
Query: DataModifyQuery(sql="DROP TABLE CMP3_EMP_PROJ")
[EL Warning]: 2024.04.30 10:54:37.284--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PROJ_PROPS
Query: DataModifyQuery(sql="DROP TABLE CMP3_PROJ_PROPS")
[EL Warning]: 2024.04.30 10:54:37.285--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PROJECT
Query: DataModifyQuery(sql="DROP TABLE CMP3_PROJECT")
[EL Warning]: 2024.04.30 10:54:37.286--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_RESPONS
Query: DataModifyQuery(sql="DROP TABLE CMP3_RESPONS")
[EL Warning]: 2024.04.30 10:54:37.288--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_SALARY
Query: DataModifyQuery(sql="DROP TABLE CMP3_SALARY")
[EL Warning]: 2024.04.30 10:54:37.289--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_VEGETABLE
Query: DataModifyQuery(sql="DROP TABLE CMP3_VEGETABLE")
[EL Warning]: 2024.04.30 10:54:37.290--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE WOMAN
Query: DataModifyQuery(sql="DROP TABLE WOMAN")
[EL Warning]: 2024.04.30 10:54:37.291--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE Employee_WORKWEEK
Query: DataModifyQuery(sql="DROP TABLE Employee_WORKWEEK")
[EL Warning]: 2024.04.30 10:54:37.292--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_WORLDRANK
Query: DataModifyQuery(sql="DROP TABLE CMP3_WORLDRANK")
[EL Warning]: 2024.04.30 10:54:37.293--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CONCURRENCYA
Query: DataModifyQuery(sql="DROP TABLE CONCURRENCYA")
[EL Warning]: 2024.04.30 10:54:37.294--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CONCURRENCYB
Query: DataModifyQuery(sql="DROP TABLE CONCURRENCYB")
[EL Warning]: 2024.04.30 10:54:37.295--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CONCURRENCYC
Query: DataModifyQuery(sql="DROP TABLE CONCURRENCYC")
[EL Warning]: 2024.04.30 10:54:37.296--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_READONLY_ISOLATED
Query: DataModifyQuery(sql="DROP TABLE CMP3_READONLY_ISOLATED")
[EL Warning]: 2024.04.30 10:54:37.297--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYB
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYB")
[EL Warning]: 2024.04.30 10:54:37.299--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYC
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYC")
[EL Warning]: 2024.04.30 10:54:37.300--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYA
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYA")
[EL Warning]: 2024.04.30 10:54:37.301--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYD
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYD")
[EL Warning]: 2024.04.30 10:54:37.302--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYA_ADV_ENTYD
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYA_ADV_ENTYD")
[EL Warning]: 2024.04.30 10:54:37.303--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYE
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYE")
[EL Warning]: 2024.04.30 10:54:37.304--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYA_ADV_ENTYE
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYA_ADV_ENTYE")
[EL Warning]: 2024.04.30 10:54:37.305--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE VIOLATION
Query: DataModifyQuery(sql="DROP TABLE VIOLATION")
[EL Warning]: 2024.04.30 10:54:37.306--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE VIOLATION_CODE
Query: DataModifyQuery(sql="DROP TABLE VIOLATION_CODE")
[EL Warning]: 2024.04.30 10:54:37.307--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE VIOLATION_CODES
Query: DataModifyQuery(sql="DROP TABLE VIOLATION_CODES")
[EL Warning]: 2024.04.30 10:54:37.308--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_STUDENT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_STUDENT")
[EL Warning]: 2024.04.30 10:54:37.309--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_SCHOOL
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_SCHOOL")
[EL Warning]: 2024.04.30 10:54:37.310--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_BOLT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_BOLT")
[EL Warning]: 2024.04.30 10:54:37.311--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_NUT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_NUT")
[EL Warning]: 2024.04.30 10:54:37.312--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_PERSON
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_PERSON")
[EL Warning]: 2024.04.30 10:54:37.313--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_EATER
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_EATER")
[EL Warning]: 2024.04.30 10:54:37.314--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_FOOD
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_FOOD")
[EL Warning]: 2024.04.30 10:54:37.315--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_SANDWICH
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_SANDWICH")
[EL Warning]: 2024.04.30 10:54:37.316--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_LOOT
Query: DataModifyQuery(sql="DROP TABLE JPA_LOOT")
[EL Warning]: 2024.04.30 10:54:37.317--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_SIMPLE_ENTITY
Query: DataModifyQuery(sql="DROP TABLE ADV_SIMPLE_ENTITY")
[EL Warning]: 2024.04.30 10:54:37.318--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_EC_SIMPLE
Query: DataModifyQuery(sql="DROP TABLE ADV_EC_SIMPLE")
[EL Warning]: 2024.04.30 10:54:37.319--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_SIMPLE_LANGUAGE
Query: DataModifyQuery(sql="DROP TABLE ADV_SIMPLE_LANGUAGE")
[EL Warning]: 2024.04.30 10:54:37.320--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_SIMPLE_ENTITY_LANGUAGE
Query: DataModifyQuery(sql="DROP TABLE ADV_SIMPLE_ENTITY_LANGUAGE")
[EL Warning]: 2024.04.30 10:54:37.321--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_JIGSAW
Query: DataModifyQuery(sql="DROP TABLE CMP3_JIGSAW")
[EL Warning]: 2024.04.30 10:54:37.322--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_JIGSAW_PIECE
Query: DataModifyQuery(sql="DROP TABLE CMP3_JIGSAW_PIECE")
[EL Warning]: 2024.04.30 10:54:37.323--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_RABBIT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_RABBIT")
[EL Warning]: 2024.04.30 10:54:37.324--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_RABBIT_FOOT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_RABBIT_FOOT")
[EL Warning]: 2024.04.30 10:54:37.325--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_HINGE
Query: DataModifyQuery(sql="DROP TABLE CMP3_HINGE")
[EL Warning]: 2024.04.30 10:54:37.326--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ROOM
Query: DataModifyQuery(sql="DROP TABLE CMP3_ROOM")
[EL Warning]: 2024.04.30 10:54:37.326--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_DOOR
Query: DataModifyQuery(sql="DROP TABLE CMP3_DOOR")
[EL Warning]: 2024.04.30 10:54:37.327--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PRODUCT
Query: DataModifyQuery(sql="DROP TABLE CMP3_PRODUCT")
[EL Warning]: 2024.04.30 10:54:37.328--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_CANOE
Query: DataModifyQuery(sql="DROP TABLE CMP3_CANOE")
[EL Warning]: 2024.04.30 10:54:37.329--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_LAKE
Query: DataModifyQuery(sql="DROP TABLE CMP3_LAKE")
[EL Warning]: 2024.04.30 10:54:37.330--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_OYSTER
Query: DataModifyQuery(sql="DROP TABLE CMP3_OYSTER")
[EL Warning]: 2024.04.30 10:54:37.331--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PEARL
Query: DataModifyQuery(sql="DROP TABLE CMP3_PEARL")
[EL Warning]: 2024.04.30 10:54:37.332--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PEARL_HIST
Query: DataModifyQuery(sql="DROP TABLE CMP3_PEARL_HIST")
[EL Warning]: 2024.04.30 10:54:37.333--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JOB
Query: DataModifyQuery(sql="DROP TABLE JOB")
[EL Warning]: 2024.04.30 10:54:37.334--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE EVENT
Query: DataModifyQuery(sql="DROP TABLE EVENT")
[EL Warning]: 2024.04.30 10:54:37.335--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_TODOLIST
Query: DataModifyQuery(sql="DROP TABLE CMP3_TODOLIST")
[EL Warning]: 2024.04.30 10:54:37.336--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_TODOLISTITEM
Query: DataModifyQuery(sql="DROP TABLE CMP3_TODOLISTITEM")
[EL Warning]: 2024.04.30 10:54:37.337--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_BILL
Query: DataModifyQuery(sql="DROP TABLE JPA_BILL")
[EL Warning]: 2024.04.30 10:54:37.339--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_BILL_LINE
Query: DataModifyQuery(sql="DROP TABLE JPA_BILL_LINE")
[EL Warning]: 2024.04.30 10:54:37.340--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_BILL_LINEITEM
Query: DataModifyQuery(sql="DROP TABLE JPA_BILL_LINEITEM")
[EL Warning]: 2024.04.30 10:54:37.341--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_BILL_ACTION
Query: DataModifyQuery(sql="DROP TABLE JPA_BILL_ACTION")
[EL Warning]: 2024.04.30 10:54:37.342--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ORD_ENTITY_A
Query: DataModifyQuery(sql="DROP TABLE ORD_ENTITY_A")
[EL Warning]: 2024.04.30 10:54:37.343--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ORD_ENTITY_Z
Query: DataModifyQuery(sql="DROP TABLE ORD_ENTITY_Z")
[EL Warning]: 2024.04.30 10:54:37.344--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE RBT_MYTESTENTITY
Query: DataModifyQuery(sql="DROP TABLE RBT_MYTESTENTITY")
[EL Warning]: 2024.04.30 10:54:37.345--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MATERIAL
Query: DataModifyQuery(sql="DROP TABLE MATERIAL")
[EL Warning]: 2024.04.30 10:54:37.346--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MATERIALHIST
Query: DataModifyQuery(sql="DROP TABLE MATERIALHIST")
[EL Warning]: 2024.04.30 10:54:37.346--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE PLANARBEITSGANG
Query: DataModifyQuery(sql="DROP TABLE PLANARBEITSGANG")
[EL Warning]: 2024.04.30 10:54:37.347--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE PLANARBEITSGANGHIST
Query: DataModifyQuery(sql="DROP TABLE PLANARBEITSGANGHIST")
[EL Warning]: 2024.04.30 10:54:37.348--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MATERIALEREIGNIS
Query: DataModifyQuery(sql="DROP TABLE MATERIALEREIGNIS")
[EL Warning]: 2024.04.30 10:54:37.349--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ADDRESS
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADDRESS")
[EL Warning]: 2024.04.30 10:54:37.350--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_BUYER
Query: DataModifyQuery(sql="DROP TABLE CMP3_BUYER")
[EL Warning]: 2024.04.30 10:54:37.351--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE Buyer_CREDITCARDS
Query: DataModifyQuery(sql="DROP TABLE Buyer_CREDITCARDS")
[EL Warning]: 2024.04.30 10:54:37.352--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE BUYER_CREDITLINES
Query: DataModifyQuery(sql="DROP TABLE BUYER_CREDITLINES")
[EL Warning]: 2024.04.30 10:54:37.353--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ADV_CUSTOMER
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADV_CUSTOMER")
[EL Warning]: 2024.04.30 10:54:37.354--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_DEALER
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEALER")
[EL Warning]: 2024.04.30 10:54:37.355--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_DEPT
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT")
[EL Warning]: 2024.04.30 10:54:37.356--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_DEPT_CMP3_EMPLOYEE
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT_CMP3_EMPLOYEE")
[EL Warning]: 2024.04.30 10:54:37.357--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_EMPLOYEE
Query: DataModifyQuery(sql="DROP TABLE CMP3_EMPLOYEE")
[EL Warning]: 2024.04.30 10:54:37.358--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ADV_EQUIP
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADV_EQUIP")
[EL Warning]: 2024.04.30 10:54:37.359--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ADV_EQUIP_CODE
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADV_EQUIP_CODE")
[EL Warning]: 2024.04.30 10:54:37.359--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_GOLFER
Query: DataModifyQuery(sql="DROP TABLE CMP3_GOLFER")
[EL Warning]: 2024.04.30 10:54:37.360--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE Golfer_SPONSORDOLLARS
Query: DataModifyQuery(sql="DROP TABLE Golfer_SPONSORDOLLARS")
[EL Warning]: 2024.04.30 10:54:37.361--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_HPROJECT
Query: DataModifyQuery(sql="DROP TABLE CMP3_HPROJECT")
[EL Warning]: 2024.04.30 10:54:37.362--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_LPROJECT
Query: DataModifyQuery(sql="DROP TABLE CMP3_LPROJECT")
[EL Warning]: 2024.04.30 10:54:37.363--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MAN
Query: DataModifyQuery(sql="DROP TABLE MAN")
[EL Warning]: 2024.04.30 10:54:37.364--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MW
Query: DataModifyQuery(sql="DROP TABLE MW")
[EL Warning]: 2024.04.30 10:54:37.365--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PHONENUMBER
Query: DataModifyQuery(sql="DROP TABLE CMP3_PHONENUMBER")
[EL Warning]: 2024.04.30 10:54:37.366--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PHONE_STATUS
Query: DataModifyQuery(sql="DROP TABLE CMP3_PHONE_STATUS")
[EL Warning]: 2024.04.30 10:54:37.367--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PBUYER
Query: DataModifyQuery(sql="DROP TABLE CMP3_PBUYER")
[EL Warning]: 2024.04.30 10:54:37.368--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_EMP_PROJ
Query: DataModifyQuery(sql="DROP TABLE CMP3_EMP_PROJ")
[EL Warning]: 2024.04.30 10:54:37.369--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PROJ_PROPS
Query: DataModifyQuery(sql="DROP TABLE CMP3_PROJ_PROPS")
[EL Warning]: 2024.04.30 10:54:37.369--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PROJECT
Query: DataModifyQuery(sql="DROP TABLE CMP3_PROJECT")
[EL Warning]: 2024.04.30 10:54:37.370--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_RESPONS
Query: DataModifyQuery(sql="DROP TABLE CMP3_RESPONS")
[EL Warning]: 2024.04.30 10:54:37.371--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_SALARY
Query: DataModifyQuery(sql="DROP TABLE CMP3_SALARY")
[EL Warning]: 2024.04.30 10:54:37.372--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_VEGETABLE
Query: DataModifyQuery(sql="DROP TABLE CMP3_VEGETABLE")
[EL Warning]: 2024.04.30 10:54:37.373--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE WOMAN
Query: DataModifyQuery(sql="DROP TABLE WOMAN")
[EL Warning]: 2024.04.30 10:54:37.374--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE Employee_WORKWEEK
Query: DataModifyQuery(sql="DROP TABLE Employee_WORKWEEK")
[EL Warning]: 2024.04.30 10:54:37.375--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_WORLDRANK
Query: DataModifyQuery(sql="DROP TABLE CMP3_WORLDRANK")
[EL Warning]: 2024.04.30 10:54:37.376--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CONCURRENCYA
Query: DataModifyQuery(sql="DROP TABLE CONCURRENCYA")
[EL Warning]: 2024.04.30 10:54:37.377--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CONCURRENCYB
Query: DataModifyQuery(sql="DROP TABLE CONCURRENCYB")
[EL Warning]: 2024.04.30 10:54:37.378--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CONCURRENCYC
Query: DataModifyQuery(sql="DROP TABLE CONCURRENCYC")
[EL Warning]: 2024.04.30 10:54:37.379--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_READONLY_ISOLATED
Query: DataModifyQuery(sql="DROP TABLE CMP3_READONLY_ISOLATED")
[EL Warning]: 2024.04.30 10:54:37.380--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYB
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYB")
[EL Warning]: 2024.04.30 10:54:37.381--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYC
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYC")
[EL Warning]: 2024.04.30 10:54:37.382--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYA
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYA")
[EL Warning]: 2024.04.30 10:54:37.382--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYD
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYD")
[EL Warning]: 2024.04.30 10:54:37.383--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYA_ADV_ENTYD
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYA_ADV_ENTYD")
[EL Warning]: 2024.04.30 10:54:37.384--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYE
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYE")
[EL Warning]: 2024.04.30 10:54:37.385--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYA_ADV_ENTYE
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYA_ADV_ENTYE")
[EL Warning]: 2024.04.30 10:54:37.386--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE VIOLATION
Query: DataModifyQuery(sql="DROP TABLE VIOLATION")
[EL Warning]: 2024.04.30 10:54:37.387--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE VIOLATION_CODE
Query: DataModifyQuery(sql="DROP TABLE VIOLATION_CODE")
[EL Warning]: 2024.04.30 10:54:37.388--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE VIOLATION_CODES
Query: DataModifyQuery(sql="DROP TABLE VIOLATION_CODES")
[EL Warning]: 2024.04.30 10:54:37.389--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_STUDENT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_STUDENT")
[EL Warning]: 2024.04.30 10:54:37.390--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_SCHOOL
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_SCHOOL")
[EL Warning]: 2024.04.30 10:54:37.391--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_BOLT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_BOLT")
[EL Warning]: 2024.04.30 10:54:37.391--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_NUT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_NUT")
[EL Warning]: 2024.04.30 10:54:37.392--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_PERSON
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_PERSON")
[EL Warning]: 2024.04.30 10:54:37.393--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_EATER
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_EATER")
[EL Warning]: 2024.04.30 10:54:37.394--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_FOOD
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_FOOD")
[EL Warning]: 2024.04.30 10:54:37.395--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_SANDWICH
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_SANDWICH")
[EL Warning]: 2024.04.30 10:54:37.396--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_LOOT
Query: DataModifyQuery(sql="DROP TABLE JPA_LOOT")
[EL Warning]: 2024.04.30 10:54:37.397--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_SIMPLE_ENTITY
Query: DataModifyQuery(sql="DROP TABLE ADV_SIMPLE_ENTITY")
[EL Warning]: 2024.04.30 10:54:37.398--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_EC_SIMPLE
Query: DataModifyQuery(sql="DROP TABLE ADV_EC_SIMPLE")
[EL Warning]: 2024.04.30 10:54:37.399--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_SIMPLE_LANGUAGE
Query: DataModifyQuery(sql="DROP TABLE ADV_SIMPLE_LANGUAGE")
[EL Warning]: 2024.04.30 10:54:37.400--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_SIMPLE_ENTITY_LANGUAGE
Query: DataModifyQuery(sql="DROP TABLE ADV_SIMPLE_ENTITY_LANGUAGE")
[EL Warning]: 2024.04.30 10:54:37.400--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_JIGSAW
Query: DataModifyQuery(sql="DROP TABLE CMP3_JIGSAW")
[EL Warning]: 2024.04.30 10:54:37.401--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_JIGSAW_PIECE
Query: DataModifyQuery(sql="DROP TABLE CMP3_JIGSAW_PIECE")
[EL Warning]: 2024.04.30 10:54:37.402--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_RABBIT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_RABBIT")
[EL Warning]: 2024.04.30 10:54:37.403--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_RABBIT_FOOT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_RABBIT_FOOT")
[EL Warning]: 2024.04.30 10:54:37.404--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_HINGE
Query: DataModifyQuery(sql="DROP TABLE CMP3_HINGE")
[EL Warning]: 2024.04.30 10:54:37.405--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ROOM
Query: DataModifyQuery(sql="DROP TABLE CMP3_ROOM")
[EL Warning]: 2024.04.30 10:54:37.406--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_DOOR
Query: DataModifyQuery(sql="DROP TABLE CMP3_DOOR")
[EL Warning]: 2024.04.30 10:54:37.407--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PRODUCT
Query: DataModifyQuery(sql="DROP TABLE CMP3_PRODUCT")
[EL Warning]: 2024.04.30 10:54:37.408--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_CANOE
Query: DataModifyQuery(sql="DROP TABLE CMP3_CANOE")
[EL Warning]: 2024.04.30 10:54:37.409--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_LAKE
Query: DataModifyQuery(sql="DROP TABLE CMP3_LAKE")
[EL Warning]: 2024.04.30 10:54:37.410--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_OYSTER
Query: DataModifyQuery(sql="DROP TABLE CMP3_OYSTER")
[EL Warning]: 2024.04.30 10:54:37.411--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PEARL
Query: DataModifyQuery(sql="DROP TABLE CMP3_PEARL")
[EL Warning]: 2024.04.30 10:54:37.412--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PEARL_HIST
Query: DataModifyQuery(sql="DROP TABLE CMP3_PEARL_HIST")
[EL Warning]: 2024.04.30 10:54:37.413--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JOB
Query: DataModifyQuery(sql="DROP TABLE JOB")
[EL Warning]: 2024.04.30 10:54:37.413--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE EVENT
Query: DataModifyQuery(sql="DROP TABLE EVENT")
[EL Warning]: 2024.04.30 10:54:37.414--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_TODOLIST
Query: DataModifyQuery(sql="DROP TABLE CMP3_TODOLIST")
[EL Warning]: 2024.04.30 10:54:37.415--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_TODOLISTITEM
Query: DataModifyQuery(sql="DROP TABLE CMP3_TODOLISTITEM")
[EL Warning]: 2024.04.30 10:54:37.416--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_BILL
Query: DataModifyQuery(sql="DROP TABLE JPA_BILL")
[EL Warning]: 2024.04.30 10:54:37.417--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_BILL_LINE
Query: DataModifyQuery(sql="DROP TABLE JPA_BILL_LINE")
[EL Warning]: 2024.04.30 10:54:37.418--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_BILL_LINEITEM
Query: DataModifyQuery(sql="DROP TABLE JPA_BILL_LINEITEM")
[EL Warning]: 2024.04.30 10:54:37.419--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_BILL_ACTION
Query: DataModifyQuery(sql="DROP TABLE JPA_BILL_ACTION")
[EL Warning]: 2024.04.30 10:54:37.420--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ORD_ENTITY_A
Query: DataModifyQuery(sql="DROP TABLE ORD_ENTITY_A")
[EL Warning]: 2024.04.30 10:54:37.421--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ORD_ENTITY_Z
Query: DataModifyQuery(sql="DROP TABLE ORD_ENTITY_Z")
[EL Warning]: 2024.04.30 10:54:37.422--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE RBT_MYTESTENTITY
Query: DataModifyQuery(sql="DROP TABLE RBT_MYTESTENTITY")
[EL Warning]: 2024.04.30 10:54:37.422--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MATERIAL
Query: DataModifyQuery(sql="DROP TABLE MATERIAL")
[EL Warning]: 2024.04.30 10:54:37.423--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MATERIALHIST
Query: DataModifyQuery(sql="DROP TABLE MATERIALHIST")
[EL Warning]: 2024.04.30 10:54:37.424--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE PLANARBEITSGANG
Query: DataModifyQuery(sql="DROP TABLE PLANARBEITSGANG")
[EL Warning]: 2024.04.30 10:54:37.425--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE PLANARBEITSGANGHIST
Query: DataModifyQuery(sql="DROP TABLE PLANARBEITSGANGHIST")
[EL Warning]: 2024.04.30 10:54:37.426--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MATERIALEREIGNIS
Query: DataModifyQuery(sql="DROP TABLE MATERIALEREIGNIS")
[EL Warning]: 2024.04.30 10:54:37.427--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ADDRESS
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADDRESS")
[EL Warning]: 2024.04.30 10:54:37.428--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_BUYER
Query: DataModifyQuery(sql="DROP TABLE CMP3_BUYER")
[EL Warning]: 2024.04.30 10:54:37.428--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE Buyer_CREDITCARDS
Query: DataModifyQuery(sql="DROP TABLE Buyer_CREDITCARDS")
[EL Warning]: 2024.04.30 10:54:37.429--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE BUYER_CREDITLINES
Query: DataModifyQuery(sql="DROP TABLE BUYER_CREDITLINES")
[EL Warning]: 2024.04.30 10:54:37.430--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ADV_CUSTOMER
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADV_CUSTOMER")
[EL Warning]: 2024.04.30 10:54:37.431--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_DEALER
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEALER")
[EL Warning]: 2024.04.30 10:54:37.432--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_DEPT
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT")
[EL Warning]: 2024.04.30 10:54:37.433--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_DEPT_CMP3_EMPLOYEE
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT_CMP3_EMPLOYEE")
[EL Warning]: 2024.04.30 10:54:37.434--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_EMPLOYEE
Query: DataModifyQuery(sql="DROP TABLE CMP3_EMPLOYEE")
[EL Warning]: 2024.04.30 10:54:37.434--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ADV_EQUIP
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADV_EQUIP")
[EL Warning]: 2024.04.30 10:54:37.435--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ADV_EQUIP_CODE
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADV_EQUIP_CODE")
[EL Warning]: 2024.04.30 10:54:37.436--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_GOLFER
Query: DataModifyQuery(sql="DROP TABLE CMP3_GOLFER")
[EL Warning]: 2024.04.30 10:54:37.437--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE Golfer_SPONSORDOLLARS
Query: DataModifyQuery(sql="DROP TABLE Golfer_SPONSORDOLLARS")
[EL Warning]: 2024.04.30 10:54:37.438--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_HPROJECT
Query: DataModifyQuery(sql="DROP TABLE CMP3_HPROJECT")
[EL Warning]: 2024.04.30 10:54:37.439--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_LPROJECT
Query: DataModifyQuery(sql="DROP TABLE CMP3_LPROJECT")
[EL Warning]: 2024.04.30 10:54:37.439--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MAN
Query: DataModifyQuery(sql="DROP TABLE MAN")
[EL Warning]: 2024.04.30 10:54:37.440--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MW
Query: DataModifyQuery(sql="DROP TABLE MW")
[EL Warning]: 2024.04.30 10:54:37.441--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PHONENUMBER
Query: DataModifyQuery(sql="DROP TABLE CMP3_PHONENUMBER")
[EL Warning]: 2024.04.30 10:54:37.442--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PHONE_STATUS
Query: DataModifyQuery(sql="DROP TABLE CMP3_PHONE_STATUS")
[EL Warning]: 2024.04.30 10:54:37.443--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PBUYER
Query: DataModifyQuery(sql="DROP TABLE CMP3_PBUYER")
[EL Warning]: 2024.04.30 10:54:37.444--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_EMP_PROJ
Query: DataModifyQuery(sql="DROP TABLE CMP3_EMP_PROJ")
[EL Warning]: 2024.04.30 10:54:37.444--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PROJ_PROPS
Query: DataModifyQuery(sql="DROP TABLE CMP3_PROJ_PROPS")
[EL Warning]: 2024.04.30 10:54:37.445--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PROJECT
Query: DataModifyQuery(sql="DROP TABLE CMP3_PROJECT")
[EL Warning]: 2024.04.30 10:54:37.446--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_RESPONS
Query: DataModifyQuery(sql="DROP TABLE CMP3_RESPONS")
[EL Warning]: 2024.04.30 10:54:37.447--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_SALARY
Query: DataModifyQuery(sql="DROP TABLE CMP3_SALARY")
[EL Warning]: 2024.04.30 10:54:37.448--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_VEGETABLE
Query: DataModifyQuery(sql="DROP TABLE CMP3_VEGETABLE")
[EL Warning]: 2024.04.30 10:54:37.449--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE WOMAN
Query: DataModifyQuery(sql="DROP TABLE WOMAN")
[EL Warning]: 2024.04.30 10:54:37.449--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE Employee_WORKWEEK
Query: DataModifyQuery(sql="DROP TABLE Employee_WORKWEEK")
[EL Warning]: 2024.04.30 10:54:37.450--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_WORLDRANK
Query: DataModifyQuery(sql="DROP TABLE CMP3_WORLDRANK")
[EL Warning]: 2024.04.30 10:54:37.451--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CONCURRENCYA
Query: DataModifyQuery(sql="DROP TABLE CONCURRENCYA")
[EL Warning]: 2024.04.30 10:54:37.452--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CONCURRENCYB
Query: DataModifyQuery(sql="DROP TABLE CONCURRENCYB")
[EL Warning]: 2024.04.30 10:54:37.453--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CONCURRENCYC
Query: DataModifyQuery(sql="DROP TABLE CONCURRENCYC")
[EL Warning]: 2024.04.30 10:54:37.454--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_READONLY_ISOLATED
Query: DataModifyQuery(sql="DROP TABLE CMP3_READONLY_ISOLATED")
[EL Warning]: 2024.04.30 10:54:37.455--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYB
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYB")
[EL Warning]: 2024.04.30 10:54:37.456--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYC
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYC")
[EL Warning]: 2024.04.30 10:54:37.457--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYA
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYA")
[EL Warning]: 2024.04.30 10:54:37.457--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYD
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYD")
[EL Warning]: 2024.04.30 10:54:37.458--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYA_ADV_ENTYD
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYA_ADV_ENTYD")
[EL Warning]: 2024.04.30 10:54:37.459--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYE
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYE")
[EL Warning]: 2024.04.30 10:54:37.460--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYA_ADV_ENTYE
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYA_ADV_ENTYE")
[EL Warning]: 2024.04.30 10:54:37.461--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE VIOLATION
Query: DataModifyQuery(sql="DROP TABLE VIOLATION")
[EL Warning]: 2024.04.30 10:54:37.470--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE VIOLATION_CODE
Query: DataModifyQuery(sql="DROP TABLE VIOLATION_CODE")
[EL Warning]: 2024.04.30 10:54:37.471--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE VIOLATION_CODES
Query: DataModifyQuery(sql="DROP TABLE VIOLATION_CODES")
[EL Warning]: 2024.04.30 10:54:37.472--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_STUDENT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_STUDENT")
[EL Warning]: 2024.04.30 10:54:37.473--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_SCHOOL
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_SCHOOL")
[EL Warning]: 2024.04.30 10:54:37.474--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_BOLT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_BOLT")
[EL Warning]: 2024.04.30 10:54:37.475--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_NUT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_NUT")
[EL Warning]: 2024.04.30 10:54:37.475--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_PERSON
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_PERSON")
[EL Warning]: 2024.04.30 10:54:37.476--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_EATER
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_EATER")
[EL Warning]: 2024.04.30 10:54:37.477--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_FOOD
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_FOOD")
[EL Warning]: 2024.04.30 10:54:37.478--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_SANDWICH
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_SANDWICH")
[EL Warning]: 2024.04.30 10:54:37.479--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_LOOT
Query: DataModifyQuery(sql="DROP TABLE JPA_LOOT")
[EL Warning]: 2024.04.30 10:54:37.479--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_SIMPLE_ENTITY
Query: DataModifyQuery(sql="DROP TABLE ADV_SIMPLE_ENTITY")
[EL Warning]: 2024.04.30 10:54:37.480--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_EC_SIMPLE
Query: DataModifyQuery(sql="DROP TABLE ADV_EC_SIMPLE")
[EL Warning]: 2024.04.30 10:54:37.481--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_SIMPLE_LANGUAGE
Query: DataModifyQuery(sql="DROP TABLE ADV_SIMPLE_LANGUAGE")
[EL Warning]: 2024.04.30 10:54:37.482--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_SIMPLE_ENTITY_LANGUAGE
Query: DataModifyQuery(sql="DROP TABLE ADV_SIMPLE_ENTITY_LANGUAGE")
[EL Warning]: 2024.04.30 10:54:37.483--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_JIGSAW
Query: DataModifyQuery(sql="DROP TABLE CMP3_JIGSAW")
[EL Warning]: 2024.04.30 10:54:37.483--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_JIGSAW_PIECE
Query: DataModifyQuery(sql="DROP TABLE CMP3_JIGSAW_PIECE")
[EL Warning]: 2024.04.30 10:54:37.484--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_RABBIT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_RABBIT")
[EL Warning]: 2024.04.30 10:54:37.485--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_RABBIT_FOOT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_RABBIT_FOOT")
[EL Warning]: 2024.04.30 10:54:37.486--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_HINGE
Query: DataModifyQuery(sql="DROP TABLE CMP3_HINGE")
[EL Warning]: 2024.04.30 10:54:37.487--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ROOM
Query: DataModifyQuery(sql="DROP TABLE CMP3_ROOM")
[EL Warning]: 2024.04.30 10:54:37.488--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_DOOR
Query: DataModifyQuery(sql="DROP TABLE CMP3_DOOR")
[EL Warning]: 2024.04.30 10:54:37.488--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PRODUCT
Query: DataModifyQuery(sql="DROP TABLE CMP3_PRODUCT")
[EL Warning]: 2024.04.30 10:54:37.489--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_CANOE
Query: DataModifyQuery(sql="DROP TABLE CMP3_CANOE")
[EL Warning]: 2024.04.30 10:54:37.490--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_LAKE
Query: DataModifyQuery(sql="DROP TABLE CMP3_LAKE")
[EL Warning]: 2024.04.30 10:54:37.491--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_OYSTER
Query: DataModifyQuery(sql="DROP TABLE CMP3_OYSTER")
[EL Warning]: 2024.04.30 10:54:37.492--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PEARL
Query: DataModifyQuery(sql="DROP TABLE CMP3_PEARL")
[EL Warning]: 2024.04.30 10:54:37.493--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PEARL_HIST
Query: DataModifyQuery(sql="DROP TABLE CMP3_PEARL_HIST")
[EL Warning]: 2024.04.30 10:54:37.493--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JOB
Query: DataModifyQuery(sql="DROP TABLE JOB")
[EL Warning]: 2024.04.30 10:54:37.494--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE EVENT
Query: DataModifyQuery(sql="DROP TABLE EVENT")
[EL Warning]: 2024.04.30 10:54:37.495--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_TODOLIST
Query: DataModifyQuery(sql="DROP TABLE CMP3_TODOLIST")
[EL Warning]: 2024.04.30 10:54:37.496--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_TODOLISTITEM
Query: DataModifyQuery(sql="DROP TABLE CMP3_TODOLISTITEM")
[EL Warning]: 2024.04.30 10:54:37.496--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_BILL
Query: DataModifyQuery(sql="DROP TABLE JPA_BILL")
[EL Warning]: 2024.04.30 10:54:37.497--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_BILL_LINE
Query: DataModifyQuery(sql="DROP TABLE JPA_BILL_LINE")
[EL Warning]: 2024.04.30 10:54:37.498--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_BILL_LINEITEM
Query: DataModifyQuery(sql="DROP TABLE JPA_BILL_LINEITEM")
[EL Warning]: 2024.04.30 10:54:37.499--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_BILL_ACTION
Query: DataModifyQuery(sql="DROP TABLE JPA_BILL_ACTION")
[EL Warning]: 2024.04.30 10:54:37.500--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ORD_ENTITY_A
Query: DataModifyQuery(sql="DROP TABLE ORD_ENTITY_A")
[EL Warning]: 2024.04.30 10:54:37.501--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ORD_ENTITY_Z
Query: DataModifyQuery(sql="DROP TABLE ORD_ENTITY_Z")
[EL Warning]: 2024.04.30 10:54:37.501--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE RBT_MYTESTENTITY
Query: DataModifyQuery(sql="DROP TABLE RBT_MYTESTENTITY")
[EL Warning]: 2024.04.30 10:54:37.502--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MATERIAL
Query: DataModifyQuery(sql="DROP TABLE MATERIAL")
[EL Warning]: 2024.04.30 10:54:37.503--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MATERIALHIST
Query: DataModifyQuery(sql="DROP TABLE MATERIALHIST")
[EL Warning]: 2024.04.30 10:54:37.504--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE PLANARBEITSGANG
Query: DataModifyQuery(sql="DROP TABLE PLANARBEITSGANG")
[EL Warning]: 2024.04.30 10:54:37.505--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE PLANARBEITSGANGHIST
Query: DataModifyQuery(sql="DROP TABLE PLANARBEITSGANGHIST")
[EL Warning]: 2024.04.30 10:54:37.506--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MATERIALEREIGNIS
Query: DataModifyQuery(sql="DROP TABLE MATERIALEREIGNIS")
[EL Warning]: 2024.04.30 10:54:37.506--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ADDRESS
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADDRESS")
[EL Warning]: 2024.04.30 10:54:37.507--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_BUYER
Query: DataModifyQuery(sql="DROP TABLE CMP3_BUYER")
[EL Warning]: 2024.04.30 10:54:37.508--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE Buyer_CREDITCARDS
Query: DataModifyQuery(sql="DROP TABLE Buyer_CREDITCARDS")
[EL Warning]: 2024.04.30 10:54:37.509--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE BUYER_CREDITLINES
Query: DataModifyQuery(sql="DROP TABLE BUYER_CREDITLINES")
[EL Warning]: 2024.04.30 10:54:37.510--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ADV_CUSTOMER
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADV_CUSTOMER")
[EL Warning]: 2024.04.30 10:54:37.510--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_DEALER
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEALER")
[EL Warning]: 2024.04.30 10:54:37.511--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_DEPT
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT")
[EL Warning]: 2024.04.30 10:54:37.512--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_DEPT_CMP3_EMPLOYEE
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT_CMP3_EMPLOYEE")
[EL Warning]: 2024.04.30 10:54:37.513--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_EMPLOYEE
Query: DataModifyQuery(sql="DROP TABLE CMP3_EMPLOYEE")
[EL Warning]: 2024.04.30 10:54:37.514--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ADV_EQUIP
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADV_EQUIP")
[EL Warning]: 2024.04.30 10:54:37.514--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ADV_EQUIP_CODE
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADV_EQUIP_CODE")
[EL Warning]: 2024.04.30 10:54:37.515--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_GOLFER
Query: DataModifyQuery(sql="DROP TABLE CMP3_GOLFER")
[EL Warning]: 2024.04.30 10:54:37.516--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE Golfer_SPONSORDOLLARS
Query: DataModifyQuery(sql="DROP TABLE Golfer_SPONSORDOLLARS")
[EL Warning]: 2024.04.30 10:54:37.517--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_HPROJECT
Query: DataModifyQuery(sql="DROP TABLE CMP3_HPROJECT")
[EL Warning]: 2024.04.30 10:54:37.518--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_LPROJECT
Query: DataModifyQuery(sql="DROP TABLE CMP3_LPROJECT")
[EL Warning]: 2024.04.30 10:54:37.519--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MAN
Query: DataModifyQuery(sql="DROP TABLE MAN")
[EL Warning]: 2024.04.30 10:54:37.519--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MW
Query: DataModifyQuery(sql="DROP TABLE MW")
[EL Warning]: 2024.04.30 10:54:37.520--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PHONENUMBER
Query: DataModifyQuery(sql="DROP TABLE CMP3_PHONENUMBER")
[EL Warning]: 2024.04.30 10:54:37.521--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PHONE_STATUS
Query: DataModifyQuery(sql="DROP TABLE CMP3_PHONE_STATUS")
[EL Warning]: 2024.04.30 10:54:37.522--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PBUYER
Query: DataModifyQuery(sql="DROP TABLE CMP3_PBUYER")
[EL Warning]: 2024.04.30 10:54:37.523--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_EMP_PROJ
Query: DataModifyQuery(sql="DROP TABLE CMP3_EMP_PROJ")
[EL Warning]: 2024.04.30 10:54:37.523--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PROJ_PROPS
Query: DataModifyQuery(sql="DROP TABLE CMP3_PROJ_PROPS")
[EL Warning]: 2024.04.30 10:54:37.524--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PROJECT
Query: DataModifyQuery(sql="DROP TABLE CMP3_PROJECT")
[EL Warning]: 2024.04.30 10:54:37.525--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_RESPONS
Query: DataModifyQuery(sql="DROP TABLE CMP3_RESPONS")
[EL Warning]: 2024.04.30 10:54:37.526--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_SALARY
Query: DataModifyQuery(sql="DROP TABLE CMP3_SALARY")
[EL Warning]: 2024.04.30 10:54:37.526--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_VEGETABLE
Query: DataModifyQuery(sql="DROP TABLE CMP3_VEGETABLE")
[EL Warning]: 2024.04.30 10:54:37.527--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE WOMAN
Query: DataModifyQuery(sql="DROP TABLE WOMAN")
[EL Warning]: 2024.04.30 10:54:37.528--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE Employee_WORKWEEK
Query: DataModifyQuery(sql="DROP TABLE Employee_WORKWEEK")
[EL Warning]: 2024.04.30 10:54:37.529--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_WORLDRANK
Query: DataModifyQuery(sql="DROP TABLE CMP3_WORLDRANK")
[EL Warning]: 2024.04.30 10:54:37.529--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CONCURRENCYA
Query: DataModifyQuery(sql="DROP TABLE CONCURRENCYA")
[EL Warning]: 2024.04.30 10:54:37.530--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CONCURRENCYB
Query: DataModifyQuery(sql="DROP TABLE CONCURRENCYB")
[EL Warning]: 2024.04.30 10:54:37.531--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CONCURRENCYC
Query: DataModifyQuery(sql="DROP TABLE CONCURRENCYC")
[EL Warning]: 2024.04.30 10:54:37.532--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_READONLY_ISOLATED
Query: DataModifyQuery(sql="DROP TABLE CMP3_READONLY_ISOLATED")
[EL Warning]: 2024.04.30 10:54:37.532--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYB
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYB")
[EL Warning]: 2024.04.30 10:54:37.533--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYC
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYC")
[EL Warning]: 2024.04.30 10:54:37.534--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYA
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYA")
[EL Warning]: 2024.04.30 10:54:37.535--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYD
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYD")
[EL Warning]: 2024.04.30 10:54:37.536--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYA_ADV_ENTYD
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYA_ADV_ENTYD")
[EL Warning]: 2024.04.30 10:54:37.536--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYE
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYE")
[EL Warning]: 2024.04.30 10:54:37.537--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYA_ADV_ENTYE
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYA_ADV_ENTYE")
[EL Warning]: 2024.04.30 10:54:37.538--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE VIOLATION
Query: DataModifyQuery(sql="DROP TABLE VIOLATION")
[EL Warning]: 2024.04.30 10:54:37.539--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE VIOLATION_CODE
Query: DataModifyQuery(sql="DROP TABLE VIOLATION_CODE")
[EL Warning]: 2024.04.30 10:54:37.539--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE VIOLATION_CODES
Query: DataModifyQuery(sql="DROP TABLE VIOLATION_CODES")
[EL Warning]: 2024.04.30 10:54:37.540--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_STUDENT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_STUDENT")
[EL Warning]: 2024.04.30 10:54:37.541--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_SCHOOL
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_SCHOOL")
[EL Warning]: 2024.04.30 10:54:37.542--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_BOLT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_BOLT")
[EL Warning]: 2024.04.30 10:54:37.543--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_NUT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_NUT")
[EL Warning]: 2024.04.30 10:54:37.543--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_PERSON
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_PERSON")
[EL Warning]: 2024.04.30 10:54:37.544--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_EATER
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_EATER")
[EL Warning]: 2024.04.30 10:54:37.545--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_FOOD
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_FOOD")
[EL Warning]: 2024.04.30 10:54:37.546--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_SANDWICH
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_SANDWICH")
[EL Warning]: 2024.04.30 10:54:37.546--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_LOOT
Query: DataModifyQuery(sql="DROP TABLE JPA_LOOT")
[EL Warning]: 2024.04.30 10:54:37.547--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_SIMPLE_ENTITY
Query: DataModifyQuery(sql="DROP TABLE ADV_SIMPLE_ENTITY")
[EL Warning]: 2024.04.30 10:54:37.548--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_EC_SIMPLE
Query: DataModifyQuery(sql="DROP TABLE ADV_EC_SIMPLE")
[EL Warning]: 2024.04.30 10:54:37.549--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_SIMPLE_LANGUAGE
Query: DataModifyQuery(sql="DROP TABLE ADV_SIMPLE_LANGUAGE")
[EL Warning]: 2024.04.30 10:54:37.549--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_SIMPLE_ENTITY_LANGUAGE
Query: DataModifyQuery(sql="DROP TABLE ADV_SIMPLE_ENTITY_LANGUAGE")
[EL Warning]: 2024.04.30 10:54:37.550--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_JIGSAW
Query: DataModifyQuery(sql="DROP TABLE CMP3_JIGSAW")
[EL Warning]: 2024.04.30 10:54:37.551--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_JIGSAW_PIECE
Query: DataModifyQuery(sql="DROP TABLE CMP3_JIGSAW_PIECE")
[EL Warning]: 2024.04.30 10:54:37.552--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_RABBIT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_RABBIT")
[EL Warning]: 2024.04.30 10:54:37.552--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_RABBIT_FOOT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_RABBIT_FOOT")
[EL Warning]: 2024.04.30 10:54:37.553--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_HINGE
Query: DataModifyQuery(sql="DROP TABLE CMP3_HINGE")
[EL Warning]: 2024.04.30 10:54:37.554--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ROOM
Query: DataModifyQuery(sql="DROP TABLE CMP3_ROOM")
[EL Warning]: 2024.04.30 10:54:37.555--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_DOOR
Query: DataModifyQuery(sql="DROP TABLE CMP3_DOOR")
[EL Warning]: 2024.04.30 10:54:37.555--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PRODUCT
Query: DataModifyQuery(sql="DROP TABLE CMP3_PRODUCT")
[EL Warning]: 2024.04.30 10:54:37.559--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_CANOE
Query: DataModifyQuery(sql="DROP TABLE CMP3_CANOE")
[EL Warning]: 2024.04.30 10:54:37.560--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_LAKE
Query: DataModifyQuery(sql="DROP TABLE CMP3_LAKE")
[EL Warning]: 2024.04.30 10:54:37.561--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_OYSTER
Query: DataModifyQuery(sql="DROP TABLE CMP3_OYSTER")
[EL Warning]: 2024.04.30 10:54:37.561--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PEARL
Query: DataModifyQuery(sql="DROP TABLE CMP3_PEARL")
[EL Warning]: 2024.04.30 10:54:37.562--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PEARL_HIST
Query: DataModifyQuery(sql="DROP TABLE CMP3_PEARL_HIST")
[EL Warning]: 2024.04.30 10:54:37.563--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JOB
Query: DataModifyQuery(sql="DROP TABLE JOB")
[EL Warning]: 2024.04.30 10:54:37.564--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE EVENT
Query: DataModifyQuery(sql="DROP TABLE EVENT")
[EL Warning]: 2024.04.30 10:54:37.565--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_TODOLIST
Query: DataModifyQuery(sql="DROP TABLE CMP3_TODOLIST")
[EL Warning]: 2024.04.30 10:54:37.565--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_TODOLISTITEM
Query: DataModifyQuery(sql="DROP TABLE CMP3_TODOLISTITEM")
[EL Warning]: 2024.04.30 10:54:37.566--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_BILL
Query: DataModifyQuery(sql="DROP TABLE JPA_BILL")
[EL Warning]: 2024.04.30 10:54:37.567--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_BILL_LINE
Query: DataModifyQuery(sql="DROP TABLE JPA_BILL_LINE")
[EL Warning]: 2024.04.30 10:54:37.568--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_BILL_LINEITEM
Query: DataModifyQuery(sql="DROP TABLE JPA_BILL_LINEITEM")
[EL Warning]: 2024.04.30 10:54:37.569--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_BILL_ACTION
Query: DataModifyQuery(sql="DROP TABLE JPA_BILL_ACTION")
[EL Warning]: 2024.04.30 10:54:37.570--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ORD_ENTITY_A
Query: DataModifyQuery(sql="DROP TABLE ORD_ENTITY_A")
[EL Warning]: 2024.04.30 10:54:37.571--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ORD_ENTITY_Z
Query: DataModifyQuery(sql="DROP TABLE ORD_ENTITY_Z")
[EL Warning]: 2024.04.30 10:54:37.571--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE RBT_MYTESTENTITY
Query: DataModifyQuery(sql="DROP TABLE RBT_MYTESTENTITY")
[EL Warning]: 2024.04.30 10:54:37.572--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MATERIAL
Query: DataModifyQuery(sql="DROP TABLE MATERIAL")
[EL Warning]: 2024.04.30 10:54:37.573--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MATERIALHIST
Query: DataModifyQuery(sql="DROP TABLE MATERIALHIST")
[EL Warning]: 2024.04.30 10:54:37.574--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE PLANARBEITSGANG
Query: DataModifyQuery(sql="DROP TABLE PLANARBEITSGANG")
[EL Warning]: 2024.04.30 10:54:37.574--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE PLANARBEITSGANGHIST
Query: DataModifyQuery(sql="DROP TABLE PLANARBEITSGANGHIST")
[EL Warning]: 2024.04.30 10:54:37.575--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MATERIALEREIGNIS
Query: DataModifyQuery(sql="DROP TABLE MATERIALEREIGNIS")
[EL Warning]: 2024.04.30 10:54:37.576--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ADDRESS
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADDRESS")
[EL Warning]: 2024.04.30 10:54:37.577--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_BUYER
Query: DataModifyQuery(sql="DROP TABLE CMP3_BUYER")
[EL Warning]: 2024.04.30 10:54:37.577--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE Buyer_CREDITCARDS
Query: DataModifyQuery(sql="DROP TABLE Buyer_CREDITCARDS")
[EL Warning]: 2024.04.30 10:54:37.578--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE BUYER_CREDITLINES
Query: DataModifyQuery(sql="DROP TABLE BUYER_CREDITLINES")
[EL Warning]: 2024.04.30 10:54:37.579--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ADV_CUSTOMER
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADV_CUSTOMER")
[EL Warning]: 2024.04.30 10:54:37.580--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_DEALER
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEALER")
[EL Warning]: 2024.04.30 10:54:37.580--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_DEPT
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT")
[EL Warning]: 2024.04.30 10:54:37.581--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_DEPT_CMP3_EMPLOYEE
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT_CMP3_EMPLOYEE")
[EL Warning]: 2024.04.30 10:54:37.582--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_EMPLOYEE
Query: DataModifyQuery(sql="DROP TABLE CMP3_EMPLOYEE")
[EL Warning]: 2024.04.30 10:54:37.583--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ADV_EQUIP
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADV_EQUIP")
[EL Warning]: 2024.04.30 10:54:37.583--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ADV_EQUIP_CODE
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADV_EQUIP_CODE")
[EL Warning]: 2024.04.30 10:54:37.584--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_GOLFER
Query: DataModifyQuery(sql="DROP TABLE CMP3_GOLFER")
[EL Warning]: 2024.04.30 10:54:37.585--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE Golfer_SPONSORDOLLARS
Query: DataModifyQuery(sql="DROP TABLE Golfer_SPONSORDOLLARS")
[EL Warning]: 2024.04.30 10:54:37.585--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_HPROJECT
Query: DataModifyQuery(sql="DROP TABLE CMP3_HPROJECT")
[EL Warning]: 2024.04.30 10:54:37.586--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_LPROJECT
Query: DataModifyQuery(sql="DROP TABLE CMP3_LPROJECT")
[EL Warning]: 2024.04.30 10:54:37.587--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MAN
Query: DataModifyQuery(sql="DROP TABLE MAN")
[EL Warning]: 2024.04.30 10:54:37.588--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MW
Query: DataModifyQuery(sql="DROP TABLE MW")
[EL Warning]: 2024.04.30 10:54:37.588--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PHONENUMBER
Query: DataModifyQuery(sql="DROP TABLE CMP3_PHONENUMBER")
[EL Warning]: 2024.04.30 10:54:37.589--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PHONE_STATUS
Query: DataModifyQuery(sql="DROP TABLE CMP3_PHONE_STATUS")
[EL Warning]: 2024.04.30 10:54:37.590--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PBUYER
Query: DataModifyQuery(sql="DROP TABLE CMP3_PBUYER")
[EL Warning]: 2024.04.30 10:54:37.591--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_EMP_PROJ
Query: DataModifyQuery(sql="DROP TABLE CMP3_EMP_PROJ")
[EL Warning]: 2024.04.30 10:54:37.591--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PROJ_PROPS
Query: DataModifyQuery(sql="DROP TABLE CMP3_PROJ_PROPS")
[EL Warning]: 2024.04.30 10:54:37.592--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PROJECT
Query: DataModifyQuery(sql="DROP TABLE CMP3_PROJECT")
[EL Warning]: 2024.04.30 10:54:37.593--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_RESPONS
Query: DataModifyQuery(sql="DROP TABLE CMP3_RESPONS")
[EL Warning]: 2024.04.30 10:54:37.593--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_SALARY
Query: DataModifyQuery(sql="DROP TABLE CMP3_SALARY")
[EL Warning]: 2024.04.30 10:54:37.594--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_VEGETABLE
Query: DataModifyQuery(sql="DROP TABLE CMP3_VEGETABLE")
[EL Warning]: 2024.04.30 10:54:37.595--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE WOMAN
Query: DataModifyQuery(sql="DROP TABLE WOMAN")
[EL Warning]: 2024.04.30 10:54:37.596--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE Employee_WORKWEEK
Query: DataModifyQuery(sql="DROP TABLE Employee_WORKWEEK")
[EL Warning]: 2024.04.30 10:54:37.596--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_WORLDRANK
Query: DataModifyQuery(sql="DROP TABLE CMP3_WORLDRANK")
[EL Warning]: 2024.04.30 10:54:37.597--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CONCURRENCYA
Query: DataModifyQuery(sql="DROP TABLE CONCURRENCYA")
[EL Warning]: 2024.04.30 10:54:37.598--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CONCURRENCYB
Query: DataModifyQuery(sql="DROP TABLE CONCURRENCYB")
[EL Warning]: 2024.04.30 10:54:37.598--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CONCURRENCYC
Query: DataModifyQuery(sql="DROP TABLE CONCURRENCYC")
[EL Warning]: 2024.04.30 10:54:37.599--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_READONLY_ISOLATED
Query: DataModifyQuery(sql="DROP TABLE CMP3_READONLY_ISOLATED")
[EL Warning]: 2024.04.30 10:54:37.600--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYB
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYB")
[EL Warning]: 2024.04.30 10:54:37.601--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYC
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYC")
[EL Warning]: 2024.04.30 10:54:37.601--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYA
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYA")
[EL Warning]: 2024.04.30 10:54:37.602--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYD
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYD")
[EL Warning]: 2024.04.30 10:54:37.603--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYA_ADV_ENTYD
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYA_ADV_ENTYD")
[EL Warning]: 2024.04.30 10:54:37.604--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYE
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYE")
[EL Warning]: 2024.04.30 10:54:37.605--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_ENTYA_ADV_ENTYE
Query: DataModifyQuery(sql="DROP TABLE ADV_ENTYA_ADV_ENTYE")
[EL Warning]: 2024.04.30 10:54:37.606--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE VIOLATION
Query: DataModifyQuery(sql="DROP TABLE VIOLATION")
[EL Warning]: 2024.04.30 10:54:37.607--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE VIOLATION_CODE
Query: DataModifyQuery(sql="DROP TABLE VIOLATION_CODE")
[EL Warning]: 2024.04.30 10:54:37.607--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE VIOLATION_CODES
Query: DataModifyQuery(sql="DROP TABLE VIOLATION_CODES")
[EL Warning]: 2024.04.30 10:54:37.608--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_STUDENT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_STUDENT")
[EL Warning]: 2024.04.30 10:54:37.609--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_SCHOOL
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_SCHOOL")
[EL Warning]: 2024.04.30 10:54:37.610--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_BOLT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_BOLT")
[EL Warning]: 2024.04.30 10:54:37.611--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_NUT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_NUT")
[EL Warning]: 2024.04.30 10:54:37.611--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_PERSON
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_PERSON")
[EL Warning]: 2024.04.30 10:54:37.612--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_EATER
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_EATER")
[EL Warning]: 2024.04.30 10:54:37.613--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_FOOD
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_FOOD")
[EL Warning]: 2024.04.30 10:54:37.614--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_SANDWICH
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_SANDWICH")
[EL Warning]: 2024.04.30 10:54:37.615--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_LOOT
Query: DataModifyQuery(sql="DROP TABLE JPA_LOOT")
[EL Warning]: 2024.04.30 10:54:37.615--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_SIMPLE_ENTITY
Query: DataModifyQuery(sql="DROP TABLE ADV_SIMPLE_ENTITY")
[EL Warning]: 2024.04.30 10:54:37.616--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_EC_SIMPLE
Query: DataModifyQuery(sql="DROP TABLE ADV_EC_SIMPLE")
[EL Warning]: 2024.04.30 10:54:37.617--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_SIMPLE_LANGUAGE
Query: DataModifyQuery(sql="DROP TABLE ADV_SIMPLE_LANGUAGE")
[EL Warning]: 2024.04.30 10:54:37.618--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ADV_SIMPLE_ENTITY_LANGUAGE
Query: DataModifyQuery(sql="DROP TABLE ADV_SIMPLE_ENTITY_LANGUAGE")
[EL Warning]: 2024.04.30 10:54:37.619--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_JIGSAW
Query: DataModifyQuery(sql="DROP TABLE CMP3_JIGSAW")
[EL Warning]: 2024.04.30 10:54:37.619--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_JIGSAW_PIECE
Query: DataModifyQuery(sql="DROP TABLE CMP3_JIGSAW_PIECE")
[EL Warning]: 2024.04.30 10:54:37.620--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_RABBIT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_RABBIT")
[EL Warning]: 2024.04.30 10:54:37.621--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_AC_RABBIT_FOOT
Query: DataModifyQuery(sql="DROP TABLE JPA_AC_RABBIT_FOOT")
[EL Warning]: 2024.04.30 10:54:37.622--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_HINGE
Query: DataModifyQuery(sql="DROP TABLE CMP3_HINGE")
[EL Warning]: 2024.04.30 10:54:37.622--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_ROOM
Query: DataModifyQuery(sql="DROP TABLE CMP3_ROOM")
[EL Warning]: 2024.04.30 10:54:37.623--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_DOOR
Query: DataModifyQuery(sql="DROP TABLE CMP3_DOOR")
[EL Warning]: 2024.04.30 10:54:37.624--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PRODUCT
Query: DataModifyQuery(sql="DROP TABLE CMP3_PRODUCT")
[EL Warning]: 2024.04.30 10:54:37.625--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_CANOE
Query: DataModifyQuery(sql="DROP TABLE CMP3_CANOE")
[EL Warning]: 2024.04.30 10:54:37.625--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_LAKE
Query: DataModifyQuery(sql="DROP TABLE CMP3_LAKE")
[EL Warning]: 2024.04.30 10:54:37.626--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_OYSTER
Query: DataModifyQuery(sql="DROP TABLE CMP3_OYSTER")
[EL Warning]: 2024.04.30 10:54:37.627--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PEARL
Query: DataModifyQuery(sql="DROP TABLE CMP3_PEARL")
[EL Warning]: 2024.04.30 10:54:37.628--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_PEARL_HIST
Query: DataModifyQuery(sql="DROP TABLE CMP3_PEARL_HIST")
[EL Warning]: 2024.04.30 10:54:37.628--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JOB
Query: DataModifyQuery(sql="DROP TABLE JOB")
[EL Warning]: 2024.04.30 10:54:37.629--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE EVENT
Query: DataModifyQuery(sql="DROP TABLE EVENT")
[EL Warning]: 2024.04.30 10:54:37.630--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_TODOLIST
Query: DataModifyQuery(sql="DROP TABLE CMP3_TODOLIST")
[EL Warning]: 2024.04.30 10:54:37.630--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE CMP3_TODOLISTITEM
Query: DataModifyQuery(sql="DROP TABLE CMP3_TODOLISTITEM")
[EL Warning]: 2024.04.30 10:54:37.631--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_BILL
Query: DataModifyQuery(sql="DROP TABLE JPA_BILL")
[EL Warning]: 2024.04.30 10:54:37.632--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_BILL_LINE
Query: DataModifyQuery(sql="DROP TABLE JPA_BILL_LINE")
[EL Warning]: 2024.04.30 10:54:37.633--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_BILL_LINEITEM
Query: DataModifyQuery(sql="DROP TABLE JPA_BILL_LINEITEM")
[EL Warning]: 2024.04.30 10:54:37.633--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE JPA_BILL_ACTION
Query: DataModifyQuery(sql="DROP TABLE JPA_BILL_ACTION")
[EL Warning]: 2024.04.30 10:54:37.634--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ORD_ENTITY_A
Query: DataModifyQuery(sql="DROP TABLE ORD_ENTITY_A")
[EL Warning]: 2024.04.30 10:54:37.635--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE ORD_ENTITY_Z
Query: DataModifyQuery(sql="DROP TABLE ORD_ENTITY_Z")
[EL Warning]: 2024.04.30 10:54:37.635--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE RBT_MYTESTENTITY
Query: DataModifyQuery(sql="DROP TABLE RBT_MYTESTENTITY")
[EL Warning]: 2024.04.30 10:54:37.636--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MATERIAL
Query: DataModifyQuery(sql="DROP TABLE MATERIAL")
[EL Warning]: 2024.04.30 10:54:37.637--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MATERIALHIST
Query: DataModifyQuery(sql="DROP TABLE MATERIALHIST")
[EL Warning]: 2024.04.30 10:54:37.637--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE PLANARBEITSGANG
Query: DataModifyQuery(sql="DROP TABLE PLANARBEITSGANG")
[EL Warning]: 2024.04.30 10:54:37.638--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE PLANARBEITSGANGHIST
Query: DataModifyQuery(sql="DROP TABLE PLANARBEITSGANGHIST")
[EL Warning]: 2024.04.30 10:54:37.639--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Schema 'ROOT' does not exist
Error Code: 30000
Call: DROP TABLE MATERIALEREIGNIS
Query: DataModifyQuery(sql="DROP TABLE MATERIALEREIGNIS")
[EL Warning]: 2024.04.30 10:54:37.834--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'CMP3_SCIENTIST' because it does not exist.
Error Code: 30000
Call: Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE
Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE")
[EL Warning]: 2024.04.30 10:54:37.835--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'CMP3_SCIENTIST' because it does not exist.
Error Code: 30000
Call: ALTER TABLE CMP3_SCIENTIST DROP CONSTRAINT CMP3_SC_DEPT
Query: DataModifyQuery(sql="ALTER TABLE CMP3_SCIENTIST DROP CONSTRAINT CMP3_SC_DEPT")
[EL Warning]: 2024.04.30 10:54:37.836--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'CMP3_SCIENTIST' because it does not exist.
Error Code: 30000
Call: ALTER TABLE CMP3_SCIENTIST DROP CONSTRAINT CMP3_SC_CUBICLE
Query: DataModifyQuery(sql="ALTER TABLE CMP3_SCIENTIST DROP CONSTRAINT CMP3_SC_CUBICLE")
[EL Warning]: 2024.04.30 10:54:37.837--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'JPA_LIEUTENANT_GENERAL' because it does not exist.
Error Code: 30000
Call: ALTER TABLE JPA_LIEUTENANT_GENERAL DROP CONSTRAINT JPLTNNTGNGNRLGNRLD
Query: DataModifyQuery(sql="ALTER TABLE JPA_LIEUTENANT_GENERAL DROP CONSTRAINT JPLTNNTGNGNRLGNRLD")
[EL Warning]: 2024.04.30 10:54:37.841--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'JPA_CELLNUMBER' because it does not exist.
Error Code: 30000
Call: ALTER TABLE JPA_CELLNUMBER DROP CONSTRAINT JPCELLNUMBERBKIEID
Query: DataModifyQuery(sql="ALTER TABLE JPA_CELLNUMBER DROP CONSTRAINT JPCELLNUMBERBKIEID")
[EL Warning]: 2024.04.30 10:54:37.842--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_ADMIN_CONTRACT' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_ADMIN_CONTRACT
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_CONTRACT")
[EL Warning]: 2024.04.30 10:54:37.843--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_ADMIN' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_ADMIN
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN")
[EL Warning]: 2024.04.30 10:54:37.844--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_SCIENTIST' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_SCIENTIST
Query: DataModifyQuery(sql="DROP TABLE CMP3_SCIENTIST")
[EL Warning]: 2024.04.30 10:54:37.845--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_DEPARTMENT' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_DEPARTMENT
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPARTMENT")
[EL Warning]: 2024.04.30 10:54:37.846--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_DEPT_ADMIN' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_DEPT_ADMIN
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT_ADMIN")
[EL Warning]: 2024.04.30 10:54:37.846--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DEPT_COMPETENCIES' because it does not exist.
Error Code: 30000
Call: DROP TABLE DEPT_COMPETENCIES
Query: DataModifyQuery(sql="DROP TABLE DEPT_COMPETENCIES")
[EL Warning]: 2024.04.30 10:54:37.847--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_CUBICLE' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_CUBICLE
Query: DataModifyQuery(sql="DROP TABLE CMP3_CUBICLE")
[EL Warning]: 2024.04.30 10:54:37.848--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_SARGEANT' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_SARGEANT
Query: DataModifyQuery(sql="DROP TABLE JPA_SARGEANT")
[EL Warning]: 2024.04.30 10:54:37.853--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_MASTER_CORPORAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_MASTER_CORPORAL
Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL")
[EL Warning]: 2024.04.30 10:54:37.854--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_MASTER_CORPORAL_CLONE' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_MASTER_CORPORAL_CLONE
Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL_CLONE")
[EL Warning]: 2024.04.30 10:54:37.855--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_MAJOR' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_MAJOR
Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR")
[EL Warning]: 2024.04.30 10:54:37.856--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_MAJOR_GENERAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_MAJOR_GENERAL
Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR_GENERAL")
[EL Warning]: 2024.04.30 10:54:37.857--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_CAPTAIN' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_CAPTAIN
Query: DataModifyQuery(sql="DROP TABLE JPA_CAPTAIN")
[EL Warning]: 2024.04.30 10:54:37.858--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_BRIGADIER_GENERAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_BRIGADIER_GENERAL
Query: DataModifyQuery(sql="DROP TABLE JPA_BRIGADIER_GENERAL")
[EL Warning]: 2024.04.30 10:54:37.858--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_CORPORAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_CORPORAL
Query: DataModifyQuery(sql="DROP TABLE JPA_CORPORAL")
[EL Warning]: 2024.04.30 10:54:37.859--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_PRIVATE' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_PRIVATE
Query: DataModifyQuery(sql="DROP TABLE JPA_PRIVATE")
[EL Warning]: 2024.04.30 10:54:37.860--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GENERAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GENERAL
Query: DataModifyQuery(sql="DROP TABLE JPA_GENERAL")
[EL Warning]: 2024.04.30 10:54:37.861--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_LIEUTENANT_GENERAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_LIEUTENANT_GENERAL
Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT_GENERAL")
[EL Warning]: 2024.04.30 10:54:37.861--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_LIEUTENANT' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_LIEUTENANT
Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT")
[EL Warning]: 2024.04.30 10:54:37.862--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_SECOND_LIEUTENANT' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_SECOND_LIEUTENANT
Query: DataModifyQuery(sql="DROP TABLE JPA_SECOND_LIEUTENANT")
[EL Warning]: 2024.04.30 10:54:37.863--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_OFFICER_CADET' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_OFFICER_CADET
Query: DataModifyQuery(sql="DROP TABLE JPA_OFFICER_CADET")
[EL Warning]: 2024.04.30 10:54:37.864--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_LACKEY' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_LACKEY
Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEY")
[EL Warning]: 2024.04.30 10:54:37.865--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_LACKEYCREW' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_LACKEYCREW
Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEYCREW")
[EL Warning]: 2024.04.30 10:54:37.866--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_OFFICE' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_OFFICE
Query: DataModifyQuery(sql="DROP TABLE CMP3_OFFICE")
[EL Warning]: 2024.04.30 10:54:37.866--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_BOOKIE' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_BOOKIE
Query: DataModifyQuery(sql="DROP TABLE JPA_BOOKIE")
[EL Warning]: 2024.04.30 10:54:37.867--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_CELLNUMBER' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_CELLNUMBER
Query: DataModifyQuery(sql="DROP TABLE JPA_CELLNUMBER")
[EL Warning]: 2024.04.30 10:54:37.868--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_ADMIN_POOL' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_ADMIN_POOL
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_POOL")
[EL Warning]: 2024.04.30 10:54:37.869--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GOLF_CLUB_HEAD' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GOLF_CLUB_HEAD
Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_HEAD")
[EL Warning]: 2024.04.30 10:54:37.870--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GOLF_CLUB_SHAFT' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GOLF_CLUB_SHAFT
Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_SHAFT")
[EL Warning]: 2024.04.30 10:54:37.871--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GOLFCLUB' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GOLFCLUB
Query: DataModifyQuery(sql="DROP TABLE JPA_GOLFCLUB")
[EL Warning]: 2024.04.30 10:54:37.871--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GOLF_CLUB_ORDER' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GOLF_CLUB_ORDER
Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_ORDER")
[EL Warning]: 2024.04.30 10:54:37.872--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_ADMIN_CONTRACT' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_ADMIN_CONTRACT
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_CONTRACT")
[EL Warning]: 2024.04.30 10:54:37.873--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_ADMIN' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_ADMIN
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN")
[EL Warning]: 2024.04.30 10:54:37.874--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_SCIENTIST' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_SCIENTIST
Query: DataModifyQuery(sql="DROP TABLE CMP3_SCIENTIST")
[EL Warning]: 2024.04.30 10:54:37.874--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_DEPARTMENT' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_DEPARTMENT
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPARTMENT")
[EL Warning]: 2024.04.30 10:54:37.875--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_DEPT_ADMIN' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_DEPT_ADMIN
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT_ADMIN")
[EL Warning]: 2024.04.30 10:54:37.875--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DEPT_COMPETENCIES' because it does not exist.
Error Code: 30000
Call: DROP TABLE DEPT_COMPETENCIES
Query: DataModifyQuery(sql="DROP TABLE DEPT_COMPETENCIES")
[EL Warning]: 2024.04.30 10:54:37.876--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_CUBICLE' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_CUBICLE
Query: DataModifyQuery(sql="DROP TABLE CMP3_CUBICLE")
[EL Warning]: 2024.04.30 10:54:37.877--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_SARGEANT' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_SARGEANT
Query: DataModifyQuery(sql="DROP TABLE JPA_SARGEANT")
[EL Warning]: 2024.04.30 10:54:37.878--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_MASTER_CORPORAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_MASTER_CORPORAL
Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL")
[EL Warning]: 2024.04.30 10:54:37.878--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_MASTER_CORPORAL_CLONE' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_MASTER_CORPORAL_CLONE
Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL_CLONE")
[EL Warning]: 2024.04.30 10:54:37.879--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_MAJOR' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_MAJOR
Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR")
[EL Warning]: 2024.04.30 10:54:37.880--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_MAJOR_GENERAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_MAJOR_GENERAL
Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR_GENERAL")
[EL Warning]: 2024.04.30 10:54:37.880--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_CAPTAIN' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_CAPTAIN
Query: DataModifyQuery(sql="DROP TABLE JPA_CAPTAIN")
[EL Warning]: 2024.04.30 10:54:37.881--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_BRIGADIER_GENERAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_BRIGADIER_GENERAL
Query: DataModifyQuery(sql="DROP TABLE JPA_BRIGADIER_GENERAL")
[EL Warning]: 2024.04.30 10:54:37.882--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_CORPORAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_CORPORAL
Query: DataModifyQuery(sql="DROP TABLE JPA_CORPORAL")
[EL Warning]: 2024.04.30 10:54:37.882--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_PRIVATE' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_PRIVATE
Query: DataModifyQuery(sql="DROP TABLE JPA_PRIVATE")
[EL Warning]: 2024.04.30 10:54:37.883--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GENERAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GENERAL
Query: DataModifyQuery(sql="DROP TABLE JPA_GENERAL")
[EL Warning]: 2024.04.30 10:54:37.884--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_LIEUTENANT_GENERAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_LIEUTENANT_GENERAL
Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT_GENERAL")
[EL Warning]: 2024.04.30 10:54:37.884--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_LIEUTENANT' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_LIEUTENANT
Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT")
[EL Warning]: 2024.04.30 10:54:37.885--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_SECOND_LIEUTENANT' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_SECOND_LIEUTENANT
Query: DataModifyQuery(sql="DROP TABLE JPA_SECOND_LIEUTENANT")
[EL Warning]: 2024.04.30 10:54:37.886--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_OFFICER_CADET' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_OFFICER_CADET
Query: DataModifyQuery(sql="DROP TABLE JPA_OFFICER_CADET")
[EL Warning]: 2024.04.30 10:54:37.886--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_LACKEY' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_LACKEY
Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEY")
[EL Warning]: 2024.04.30 10:54:37.887--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_LACKEYCREW' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_LACKEYCREW
Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEYCREW")
[EL Warning]: 2024.04.30 10:54:37.887--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_OFFICE' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_OFFICE
Query: DataModifyQuery(sql="DROP TABLE CMP3_OFFICE")
[EL Warning]: 2024.04.30 10:54:37.888--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_BOOKIE' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_BOOKIE
Query: DataModifyQuery(sql="DROP TABLE JPA_BOOKIE")
[EL Warning]: 2024.04.30 10:54:37.889--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_CELLNUMBER' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_CELLNUMBER
Query: DataModifyQuery(sql="DROP TABLE JPA_CELLNUMBER")
[EL Warning]: 2024.04.30 10:54:37.889--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_ADMIN_POOL' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_ADMIN_POOL
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_POOL")
[EL Warning]: 2024.04.30 10:54:37.890--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GOLF_CLUB_HEAD' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GOLF_CLUB_HEAD
Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_HEAD")
[EL Warning]: 2024.04.30 10:54:37.891--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GOLF_CLUB_SHAFT' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GOLF_CLUB_SHAFT
Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_SHAFT")
[EL Warning]: 2024.04.30 10:54:37.891--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GOLFCLUB' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GOLFCLUB
Query: DataModifyQuery(sql="DROP TABLE JPA_GOLFCLUB")
[EL Warning]: 2024.04.30 10:54:37.892--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GOLF_CLUB_ORDER' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GOLF_CLUB_ORDER
Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_ORDER")
[EL Warning]: 2024.04.30 10:54:37.893--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_ADMIN_CONTRACT' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_ADMIN_CONTRACT
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_CONTRACT")
[EL Warning]: 2024.04.30 10:54:37.893--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_ADMIN' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_ADMIN
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN")
[EL Warning]: 2024.04.30 10:54:37.894--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_SCIENTIST' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_SCIENTIST
Query: DataModifyQuery(sql="DROP TABLE CMP3_SCIENTIST")
[EL Warning]: 2024.04.30 10:54:37.895--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_DEPARTMENT' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_DEPARTMENT
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPARTMENT")
[EL Warning]: 2024.04.30 10:54:37.895--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_DEPT_ADMIN' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_DEPT_ADMIN
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT_ADMIN")
[EL Warning]: 2024.04.30 10:54:37.896--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DEPT_COMPETENCIES' because it does not exist.
Error Code: 30000
Call: DROP TABLE DEPT_COMPETENCIES
Query: DataModifyQuery(sql="DROP TABLE DEPT_COMPETENCIES")
[EL Warning]: 2024.04.30 10:54:37.897--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_CUBICLE' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_CUBICLE
Query: DataModifyQuery(sql="DROP TABLE CMP3_CUBICLE")
[EL Warning]: 2024.04.30 10:54:37.897--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_SARGEANT' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_SARGEANT
Query: DataModifyQuery(sql="DROP TABLE JPA_SARGEANT")
[EL Warning]: 2024.04.30 10:54:37.898--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_MASTER_CORPORAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_MASTER_CORPORAL
Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL")
[EL Warning]: 2024.04.30 10:54:37.899--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_MASTER_CORPORAL_CLONE' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_MASTER_CORPORAL_CLONE
Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL_CLONE")
[EL Warning]: 2024.04.30 10:54:37.899--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_MAJOR' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_MAJOR
Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR")
[EL Warning]: 2024.04.30 10:54:37.900--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_MAJOR_GENERAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_MAJOR_GENERAL
Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR_GENERAL")
[EL Warning]: 2024.04.30 10:54:37.900--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_CAPTAIN' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_CAPTAIN
Query: DataModifyQuery(sql="DROP TABLE JPA_CAPTAIN")
[EL Warning]: 2024.04.30 10:54:37.901--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_BRIGADIER_GENERAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_BRIGADIER_GENERAL
Query: DataModifyQuery(sql="DROP TABLE JPA_BRIGADIER_GENERAL")
[EL Warning]: 2024.04.30 10:54:37.902--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_CORPORAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_CORPORAL
Query: DataModifyQuery(sql="DROP TABLE JPA_CORPORAL")
[EL Warning]: 2024.04.30 10:54:37.902--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_PRIVATE' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_PRIVATE
Query: DataModifyQuery(sql="DROP TABLE JPA_PRIVATE")
[EL Warning]: 2024.04.30 10:54:37.903--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GENERAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GENERAL
Query: DataModifyQuery(sql="DROP TABLE JPA_GENERAL")
[EL Warning]: 2024.04.30 10:54:37.904--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_LIEUTENANT_GENERAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_LIEUTENANT_GENERAL
Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT_GENERAL")
[EL Warning]: 2024.04.30 10:54:37.904--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_LIEUTENANT' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_LIEUTENANT
Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT")
[EL Warning]: 2024.04.30 10:54:37.905--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_SECOND_LIEUTENANT' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_SECOND_LIEUTENANT
Query: DataModifyQuery(sql="DROP TABLE JPA_SECOND_LIEUTENANT")
[EL Warning]: 2024.04.30 10:54:37.906--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_OFFICER_CADET' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_OFFICER_CADET
Query: DataModifyQuery(sql="DROP TABLE JPA_OFFICER_CADET")
[EL Warning]: 2024.04.30 10:54:37.906--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_LACKEY' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_LACKEY
Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEY")
[EL Warning]: 2024.04.30 10:54:37.907--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_LACKEYCREW' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_LACKEYCREW
Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEYCREW")
[EL Warning]: 2024.04.30 10:54:37.909--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_OFFICE' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_OFFICE
Query: DataModifyQuery(sql="DROP TABLE CMP3_OFFICE")
[EL Warning]: 2024.04.30 10:54:37.910--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_BOOKIE' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_BOOKIE
Query: DataModifyQuery(sql="DROP TABLE JPA_BOOKIE")
[EL Warning]: 2024.04.30 10:54:37.911--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_CELLNUMBER' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_CELLNUMBER
Query: DataModifyQuery(sql="DROP TABLE JPA_CELLNUMBER")
[EL Warning]: 2024.04.30 10:54:37.912--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_ADMIN_POOL' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_ADMIN_POOL
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_POOL")
[EL Warning]: 2024.04.30 10:54:37.912--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GOLF_CLUB_HEAD' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GOLF_CLUB_HEAD
Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_HEAD")
[EL Warning]: 2024.04.30 10:54:37.913--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GOLF_CLUB_SHAFT' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GOLF_CLUB_SHAFT
Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_SHAFT")
[EL Warning]: 2024.04.30 10:54:37.914--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GOLFCLUB' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GOLFCLUB
Query: DataModifyQuery(sql="DROP TABLE JPA_GOLFCLUB")
[EL Warning]: 2024.04.30 10:54:37.914--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GOLF_CLUB_ORDER' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GOLF_CLUB_ORDER
Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_ORDER")
[EL Warning]: 2024.04.30 10:54:37.915--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_ADMIN_CONTRACT' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_ADMIN_CONTRACT
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_CONTRACT")
[EL Warning]: 2024.04.30 10:54:37.916--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_ADMIN' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_ADMIN
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN")
[EL Warning]: 2024.04.30 10:54:37.916--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_SCIENTIST' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_SCIENTIST
Query: DataModifyQuery(sql="DROP TABLE CMP3_SCIENTIST")
[EL Warning]: 2024.04.30 10:54:37.917--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_DEPARTMENT' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_DEPARTMENT
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPARTMENT")
[EL Warning]: 2024.04.30 10:54:37.917--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_DEPT_ADMIN' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_DEPT_ADMIN
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT_ADMIN")
[EL Warning]: 2024.04.30 10:54:37.918--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DEPT_COMPETENCIES' because it does not exist.
Error Code: 30000
Call: DROP TABLE DEPT_COMPETENCIES
Query: DataModifyQuery(sql="DROP TABLE DEPT_COMPETENCIES")
[EL Warning]: 2024.04.30 10:54:37.919--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_CUBICLE' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_CUBICLE
Query: DataModifyQuery(sql="DROP TABLE CMP3_CUBICLE")
[EL Warning]: 2024.04.30 10:54:37.919--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_SARGEANT' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_SARGEANT
Query: DataModifyQuery(sql="DROP TABLE JPA_SARGEANT")
[EL Warning]: 2024.04.30 10:54:37.920--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_MASTER_CORPORAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_MASTER_CORPORAL
Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL")
[EL Warning]: 2024.04.30 10:54:37.921--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_MASTER_CORPORAL_CLONE' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_MASTER_CORPORAL_CLONE
Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL_CLONE")
[EL Warning]: 2024.04.30 10:54:37.921--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_MAJOR' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_MAJOR
Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR")
[EL Warning]: 2024.04.30 10:54:37.922--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_MAJOR_GENERAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_MAJOR_GENERAL
Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR_GENERAL")
[EL Warning]: 2024.04.30 10:54:37.922--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_CAPTAIN' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_CAPTAIN
Query: DataModifyQuery(sql="DROP TABLE JPA_CAPTAIN")
[EL Warning]: 2024.04.30 10:54:37.923--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_BRIGADIER_GENERAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_BRIGADIER_GENERAL
Query: DataModifyQuery(sql="DROP TABLE JPA_BRIGADIER_GENERAL")
[EL Warning]: 2024.04.30 10:54:37.924--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_CORPORAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_CORPORAL
Query: DataModifyQuery(sql="DROP TABLE JPA_CORPORAL")
[EL Warning]: 2024.04.30 10:54:37.924--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_PRIVATE' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_PRIVATE
Query: DataModifyQuery(sql="DROP TABLE JPA_PRIVATE")
[EL Warning]: 2024.04.30 10:54:37.925--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GENERAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GENERAL
Query: DataModifyQuery(sql="DROP TABLE JPA_GENERAL")
[EL Warning]: 2024.04.30 10:54:37.926--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_LIEUTENANT_GENERAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_LIEUTENANT_GENERAL
Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT_GENERAL")
[EL Warning]: 2024.04.30 10:54:37.926--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_LIEUTENANT' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_LIEUTENANT
Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT")
[EL Warning]: 2024.04.30 10:54:37.927--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_SECOND_LIEUTENANT' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_SECOND_LIEUTENANT
Query: DataModifyQuery(sql="DROP TABLE JPA_SECOND_LIEUTENANT")
[EL Warning]: 2024.04.30 10:54:37.927--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_OFFICER_CADET' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_OFFICER_CADET
Query: DataModifyQuery(sql="DROP TABLE JPA_OFFICER_CADET")
[EL Warning]: 2024.04.30 10:54:37.928--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_LACKEY' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_LACKEY
Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEY")
[EL Warning]: 2024.04.30 10:54:37.929--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_LACKEYCREW' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_LACKEYCREW
Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEYCREW")
[EL Warning]: 2024.04.30 10:54:37.929--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_OFFICE' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_OFFICE
Query: DataModifyQuery(sql="DROP TABLE CMP3_OFFICE")
[EL Warning]: 2024.04.30 10:54:37.930--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_BOOKIE' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_BOOKIE
Query: DataModifyQuery(sql="DROP TABLE JPA_BOOKIE")
[EL Warning]: 2024.04.30 10:54:37.931--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_CELLNUMBER' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_CELLNUMBER
Query: DataModifyQuery(sql="DROP TABLE JPA_CELLNUMBER")
[EL Warning]: 2024.04.30 10:54:37.932--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_ADMIN_POOL' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_ADMIN_POOL
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_POOL")
[EL Warning]: 2024.04.30 10:54:37.932--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GOLF_CLUB_HEAD' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GOLF_CLUB_HEAD
Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_HEAD")
[EL Warning]: 2024.04.30 10:54:37.933--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GOLF_CLUB_SHAFT' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GOLF_CLUB_SHAFT
Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_SHAFT")
[EL Warning]: 2024.04.30 10:54:37.934--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GOLFCLUB' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GOLFCLUB
Query: DataModifyQuery(sql="DROP TABLE JPA_GOLFCLUB")
[EL Warning]: 2024.04.30 10:54:37.935--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GOLF_CLUB_ORDER' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GOLF_CLUB_ORDER
Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_ORDER")
[EL Warning]: 2024.04.30 10:54:37.935--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_ADMIN_CONTRACT' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_ADMIN_CONTRACT
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_CONTRACT")
[EL Warning]: 2024.04.30 10:54:37.936--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_ADMIN' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_ADMIN
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN")
[EL Warning]: 2024.04.30 10:54:37.937--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_SCIENTIST' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_SCIENTIST
Query: DataModifyQuery(sql="DROP TABLE CMP3_SCIENTIST")
[EL Warning]: 2024.04.30 10:54:37.937--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_DEPARTMENT' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_DEPARTMENT
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPARTMENT")
[EL Warning]: 2024.04.30 10:54:37.938--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_DEPT_ADMIN' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_DEPT_ADMIN
Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT_ADMIN")
[EL Warning]: 2024.04.30 10:54:37.939--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'DEPT_COMPETENCIES' because it does not exist.
Error Code: 30000
Call: DROP TABLE DEPT_COMPETENCIES
Query: DataModifyQuery(sql="DROP TABLE DEPT_COMPETENCIES")
[EL Warning]: 2024.04.30 10:54:37.939--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_CUBICLE' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_CUBICLE
Query: DataModifyQuery(sql="DROP TABLE CMP3_CUBICLE")
[EL Warning]: 2024.04.30 10:54:37.940--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_SARGEANT' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_SARGEANT
Query: DataModifyQuery(sql="DROP TABLE JPA_SARGEANT")
[EL Warning]: 2024.04.30 10:54:37.940--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_MASTER_CORPORAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_MASTER_CORPORAL
Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL")
[EL Warning]: 2024.04.30 10:54:37.941--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_MASTER_CORPORAL_CLONE' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_MASTER_CORPORAL_CLONE
Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL_CLONE")
[EL Warning]: 2024.04.30 10:54:37.942--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_MAJOR' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_MAJOR
Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR")
[EL Warning]: 2024.04.30 10:54:37.942--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_MAJOR_GENERAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_MAJOR_GENERAL
Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR_GENERAL")
[EL Warning]: 2024.04.30 10:54:37.943--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_CAPTAIN' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_CAPTAIN
Query: DataModifyQuery(sql="DROP TABLE JPA_CAPTAIN")
[EL Warning]: 2024.04.30 10:54:37.944--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_BRIGADIER_GENERAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_BRIGADIER_GENERAL
Query: DataModifyQuery(sql="DROP TABLE JPA_BRIGADIER_GENERAL")
[EL Warning]: 2024.04.30 10:54:37.944--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_CORPORAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_CORPORAL
Query: DataModifyQuery(sql="DROP TABLE JPA_CORPORAL")
[EL Warning]: 2024.04.30 10:54:37.945--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_PRIVATE' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_PRIVATE
Query: DataModifyQuery(sql="DROP TABLE JPA_PRIVATE")
[EL Warning]: 2024.04.30 10:54:37.945--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GENERAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GENERAL
Query: DataModifyQuery(sql="DROP TABLE JPA_GENERAL")
[EL Warning]: 2024.04.30 10:54:37.946--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_LIEUTENANT_GENERAL' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_LIEUTENANT_GENERAL
Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT_GENERAL")
[EL Warning]: 2024.04.30 10:54:37.947--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_LIEUTENANT' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_LIEUTENANT
Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT")
[EL Warning]: 2024.04.30 10:54:37.947--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_SECOND_LIEUTENANT' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_SECOND_LIEUTENANT
Query: DataModifyQuery(sql="DROP TABLE JPA_SECOND_LIEUTENANT")
[EL Warning]: 2024.04.30 10:54:37.948--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_OFFICER_CADET' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_OFFICER_CADET
Query: DataModifyQuery(sql="DROP TABLE JPA_OFFICER_CADET")
[EL Warning]: 2024.04.30 10:54:37.948--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_LACKEY' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_LACKEY
Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEY")
[EL Warning]: 2024.04.30 10:54:37.949--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_LACKEYCREW' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_LACKEYCREW
Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEYCREW")
[EL Warning]: 2024.04.30 10:54:37.950--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_OFFICE' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_OFFICE
Query: DataModifyQuery(sql="DROP TABLE CMP3_OFFICE")
[EL Warning]: 2024.04.30 10:54:37.951--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_BOOKIE' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_BOOKIE
Query: DataModifyQuery(sql="DROP TABLE JPA_BOOKIE")
[EL Warning]: 2024.04.30 10:54:37.951--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_CELLNUMBER' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_CELLNUMBER
Query: DataModifyQuery(sql="DROP TABLE JPA_CELLNUMBER")
[EL Warning]: 2024.04.30 10:54:37.952--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'CMP3_ADMIN_POOL' because it does not exist.
Error Code: 30000
Call: DROP TABLE CMP3_ADMIN_POOL
Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_POOL")
[EL Warning]: 2024.04.30 10:54:37.953--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GOLF_CLUB_HEAD' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GOLF_CLUB_HEAD
Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_HEAD")
[EL Warning]: 2024.04.30 10:54:37.953--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GOLF_CLUB_SHAFT' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GOLF_CLUB_SHAFT
Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_SHAFT")
[EL Warning]: 2024.04.30 10:54:37.954--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GOLFCLUB' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GOLFCLUB
Query: DataModifyQuery(sql="DROP TABLE JPA_GOLFCLUB")
[EL Warning]: 2024.04.30 10:54:37.954--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'JPA_GOLF_CLUB_ORDER' because it does not exist.
Error Code: 30000
Call: DROP TABLE JPA_GOLF_CLUB_ORDER
Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_ORDER")
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.606 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.FetchGroupMergeWithCacheTests
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.FetchGroupTrackerWeavingTests
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.FetchGroupTrackerWeavingTests
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedDefaultFetchGroupTests
[EL Warning]: 2024.04.30 10:54:38.984--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.CMP3_SCIENTIST_CUBICLE' on table '"ROOT"."CMP3_SCIENTIST"'. 
Error Code: 30000
Call: Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE
Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE")
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.703 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedDefaultFetchGroupTests
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedFetchGroupTests
[EL Warning]: 2024.04.30 10:54:39.629--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.CMP3_SCIENTIST_CUBICLE' on table '"ROOT"."CMP3_SCIENTIST"'. 
Error Code: 30000
Call: Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE
Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE")
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
[EL Warning]: query: 2024.04.30 10:54:39.970--UnitOfWork(2085313771)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((NOT EXISTS (SELECT 1 FROM CMP3_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT 1 FROM CMP3_SALARY t5, CMP3_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID)))) AND (t2.EMP_ID = t1.EMP_ID))")
FetchGroup(employee){lastName, address => {class java.lang.Object=FetchGroup(address){country, city, ID, version}}, projects => {class java.lang.Object=FetchGroup(projects){name, teamLeader => {class java.lang.Object=FetchGroup(teamLeader){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, version}}, manager => {class java.lang.Object=FetchGroup(manager){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, department => {class java.lang.Object=FetchGroup(department){name, id}}, version, phoneNumbers}: joined attribute [projects.teamLeader] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: 2024.04.30 10:54:39.971--UnitOfWork(2085313771)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((NOT EXISTS (SELECT 1 FROM CMP3_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT 1 FROM CMP3_SALARY t5, CMP3_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID)))) AND (t2.EMP_ID = t1.EMP_ID))")
FetchGroup(employee){lastName, address => {class java.lang.Object=FetchGroup(address){country, city, ID, version}}, projects => {class java.lang.Object=FetchGroup(projects){name, teamLeader => {class java.lang.Object=FetchGroup(teamLeader){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, version}}, manager => {class java.lang.Object=FetchGroup(manager){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, department => {class java.lang.Object=FetchGroup(department){name, id}}, version, phoneNumbers}: joined attribute [projects.teamLeader.phoneNumbers] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: 2024.04.30 10:54:39.971--UnitOfWork(2085313771)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE ((NOT EXISTS (SELECT 1 FROM CMP3_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT 1 FROM CMP3_SALARY t5, CMP3_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID)))) AND (t2.EMP_ID = t1.EMP_ID))")
FetchGroup(employee){lastName, address => {class java.lang.Object=FetchGroup(address){country, city, ID, version}}, projects => {class java.lang.Object=FetchGroup(projects){name, teamLeader => {class java.lang.Object=FetchGroup(teamLeader){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, version}}, manager => {class java.lang.Object=FetchGroup(manager){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, department => {class java.lang.Object=FetchGroup(department){name, id}}, version, phoneNumbers}: joined attribute [manager.phoneNumbers] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: 2024.04.30 10:54:40.028--UnitOfWork(1530078265)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ID, t0.NAME, t0.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_SALARY t2 WHERE (t2.EMP_ID = t1.EMP_ID)")
FetchGroup(){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.858 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedFetchGroupTests
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedNamedFetchGroupTests
[EL Warning]: 2024.04.30 10:54:40.466--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.CMP3_SCIENTIST_CUBICLE' on table '"ROOT"."CMP3_SCIENTIST"'. 
Error Code: 30000
Call: Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE
Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE")
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.557 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.NestedNamedFetchGroupTests
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleDefaultFetchGroupTests
[EL Warning]: 2024.04.30 10:54:41.068--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.CMP3_SCIENTIST_CUBICLE' on table '"ROOT"."CMP3_SCIENTIST"'. 
Error Code: 30000
Call: Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE
Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE")
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
[EL Warning]: query: 2024.04.30 10:54:41.249--UnitOfWork(1878900463)--ReadObjectQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id = :ID")
FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: 2024.04.30 10:54:41.262--UnitOfWork(660743486)--ReadObjectQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id = :ID")
FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: 2024.04.30 10:54:41.320--ServerSession(1184694332)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address")
FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: 2024.04.30 10:54:41.321--UnitOfWork(1244511484)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t1.F_NAME, t1.L_NAME, t1.VERSION, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION FROM CMP3_ADDRESS t0, CMP3_SALARY t2, CMP3_EMPLOYEE t1 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))")
FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: 2024.04.30 10:54:41.346--UnitOfWork(256089615)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id IN (SELECT p.id FROM PhoneNumber p)")
FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: 2024.04.30 10:54:41.347--UnitOfWork(256089615)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t1.F_NAME, t1.L_NAME, t1.VERSION, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION FROM CMP3_ADDRESS t0, CMP3_SALARY t2, CMP3_EMPLOYEE t1 WHERE ((t1.EMP_ID IN (SELECT t3.OWNER_ID FROM CMP3_PHONENUMBER t3) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))")
FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: 2024.04.30 10:54:41.375--UnitOfWork(1861622992)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id IN (SELECT p.id FROM PhoneNumber p)")
FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.682 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleDefaultFetchGroupTests
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleFetchGroupTests
[EL Warning]: 2024.04.30 10:54:41.716--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.CMP3_SCIENTIST_CUBICLE' on table '"ROOT"."CMP3_SCIENTIST"'. 
Error Code: 30000
Call: Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE
Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE")
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
[EL Warning]: query: 2024.04.30 10:54:41.933--UnitOfWork(972774879)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION, t3.ID, t3.NAME, t3.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_SALARY t2, CMP3_ADDRESS t0 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))")
FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: 2024.04.30 10:54:41.953--UnitOfWork(1138614237)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION, t3.ID, t3.NAME, t3.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_SALARY t2, CMP3_ADDRESS t0 WHERE ((t1.EMP_ID IN (SELECT t4.OWNER_ID FROM CMP3_PHONENUMBER t4) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))")
FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.609 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleFetchGroupTests
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleNamedFetchGroupTests
[EL Warning]: 2024.04.30 10:54:42.373--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.CMP3_SCIENTIST_CUBICLE' on table '"ROOT"."CMP3_SCIENTIST"'. 
Error Code: 30000
Call: Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE
Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE")
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
[EL Warning]: query: 2024.04.30 10:54:42.576--UnitOfWork(2126991912)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION, t3.ID, t3.NAME, t3.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_SALARY t2, CMP3_ADDRESS t0 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))")
FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: 2024.04.30 10:54:42.627--UnitOfWork(37162128)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION, t3.ID, t3.NAME, t3.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_SALARY t2, CMP3_ADDRESS t0 WHERE ((t1.EMP_ID IN (SELECT t4.OWNER_ID FROM CMP3_PHONENUMBER t4) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))")
FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.639 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleNamedFetchGroupTests
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleSerializeFetchGroupTests
[EL Warning]: 2024.04.30 10:54:42.973--ServerSession(1184694332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.CMP3_SCIENTIST_CUBICLE' on table '"ROOT"."CMP3_SCIENTIST"'. 
Error Code: 30000
Call: Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE
Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE")
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
[EL Warning]: query: 2024.04.30 10:54:43.200--UnitOfWork(1504984629)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION, t3.ID, t3.NAME, t3.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_SALARY t2, CMP3_ADDRESS t0 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))")
FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: 2024.04.30 10:54:43.221--UnitOfWork(182174652)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.STATUS, t1.VERSION, t1.START_TIME, t1.END_TIME, t1.START_OVERTIME, t1.END_OVERTIME, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.FORMER_COMPANY_ADDRESS_ID, t1.END_DATE, t1.START_DATE, t1.COMPANYADDRESS_ADDRESS_ID, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t1.HUGE_PROJ_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.TYPE, t0.VERSION, t3.ID, t3.NAME, t3.DEPT_HEAD FROM CMP3_EMPLOYEE t1 LEFT OUTER JOIN CMP3_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_SALARY t2, CMP3_ADDRESS t0 WHERE ((t1.EMP_ID IN (SELECT t4.OWNER_ID FROM CMP3_PHONENUMBER t4) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))")
FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
>>> Employee retrieved
>>> Employee copied
>>> Sparse merge complete
>>> Flush complete
>>> Employees retrieved
>>> Employees copied
>>> Sparse merge complete
>>> Flush complete
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.939 s -- in org.eclipse.persistence.testing.tests.jpa.fetchgroups.SimpleSerializeFetchGroupTests
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 140, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:54:43 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.fetchgroups-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.fetchgroups-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.fetchgroups ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/target/org.eclipse.persistence.jpa.testapps.fetchgroups-model.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.fieldaccess.advanced >--
[INFO] Building Test - fieldaccess.advanced 5.0.0-SNAPSHOT             [77/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 38 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[81,5] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[83,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[84,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[85,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[86,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[87,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[88,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[91,5] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[93,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[94,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[98,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Address.java:[99,43] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/AdvancedTableCreator.java:[27,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Child.java:[50,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Child.java:[50,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/LargeProject.java:[54,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Parent.java:[54,17] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/SuperLargeProject.java:[26,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/VegetablePK.java:[29,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 31 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2612,8] empty <p> tag
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2615,8] empty <p> tag
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2698,8] empty <p> tag
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2701,8] empty <p> tag
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[3473,8] empty <p> tag
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[3519,8] empty <p> tag
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[3579,8] empty <p> tag
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[3640,8] empty <p> tag
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/QuerySQLTracker.java:[275,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2354,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2359,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2364,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2369,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTest.java:[2374,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.java:[2248,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.java:[2253,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.java:[2258,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.java:[2263,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTest.java:[2268,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/AdvancedJPAJunitTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/AdvancedJPAJunitTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:54:45 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:54:45 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.AdvancedJPAJunitTest
[EL Warning]: metadata: ServerSession(467313213)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [table] for the entity class [class org.eclipse.persistence.internal.helper.DatabaseField] since weaving was not enabled or did not occur.
[EL Warning]: UnitOfWork(1928224132)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.GoldBuyer@4248e66b] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.GoldBuyer Primary Key> 5
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support NOWAIT.
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.109 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.AdvancedJPAJunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.AdvancedJunitTest
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.AdvancedJunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.CallbackEventJUnitTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.CallbackEventJUnitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.EntityManagerJUnitTest
[EL Warning]: metadata: ServerSession(438092131)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [table] for the entity class [class org.eclipse.persistence.internal.helper.DatabaseField] since weaving was not enabled or did not occur.
[EL Warning]: metadata: ServerSession(1168849885)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [table] for the entity class [class org.eclipse.persistence.internal.helper.DatabaseField] since weaving was not enabled or did not occur.
[EL Warning]: UnitOfWork(840042838)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ValidationException
Exception Description: The attribute [id] of class [org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee] is mapped to a primary key column in the database. Updates are not allowed.
[EL Warning]: UnitOfWork(751460639)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ValidationException
Exception Description: The attribute [owner] of class [org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.PhoneNumber] is mapped to a primary key column in the database. Updates are not allowed.
[EL Warning]: UnitOfWork(1602154134)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 185] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 185
[EL Warning]: UnitOfWork(1125499532)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 258] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 258
[EL Warning]: query: UnitOfWork(639579551)--UpdateAllQuery cannot use binding on this database platform. Changed query setting to execute without binding.
[EL Warning]: query: UnitOfWork(483589979)--UpdateAllQuery cannot use binding on this database platform. Changed query setting to execute without binding.
[EL Warning]: UnitOfWork(629790599)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 267] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 267
[INFO] Tests run: 125, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.636 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.EntityManagerJUnitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.EntityManagerTLRJUnitTest
[EL Warning]: metadata: ServerSession(874277570)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [table] for the entity class [class org.eclipse.persistence.internal.helper.DatabaseField] since weaving was not enabled or did not occur.
[EL Warning]: query: UnitOfWork(453903131)--UpdateAllQuery cannot use binding on this database platform. Changed query setting to execute without binding.
[EL Warning]: metadata: ServerSession(700523674)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [table] for the entity class [class org.eclipse.persistence.internal.helper.DatabaseField] since weaving was not enabled or did not occur.
[EL Warning]: UnitOfWork(1576422186)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 351] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 351
[EL Warning]: UnitOfWork(1998042272)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 398] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 398
[EL Warning]: UnitOfWork(1896545607)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 402] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 402
[INFO] Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.145 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.EntityManagerTLRJUnitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.ExtendedPersistenceContextJUnitTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.ExtendedPersistenceContextJUnitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.JoinedAttributeAdvancedJunitTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.591 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.JoinedAttributeAdvancedJunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.NamedNativeQueryJUnitTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.NamedNativeQueryJUnitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.OptimisticConcurrencyJUnitTest
[EL Warning]: UnitOfWork(1164217973)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 544] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 544
[EL Warning]: UnitOfWork(1465812524)--Exception [EclipseLink-5004] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: An attempt was made to update the object [Employee: 545], but it has no version number in the identity map. 
It may not have been read before the update was attempted. 
Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 545
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.OptimisticConcurrencyJUnitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.ReportQueryAdvancedJUnitTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.494 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.ReportQueryAdvancedJUnitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.ReportQueryConstructorExpressionTest
[EL Warning]: ServerSession(700523674)--Exception [EclipseLink-6137] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.QueryException
Exception Description: An Exception was thrown while executing a ReportQuery with a constructor expression: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee.<init>(java.lang.String,java.sql.Date,java.lang.Integer)
Internal Exception: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee.<init>(java.lang.String,java.sql.Date,java.lang.Integer)
Query: ReportQuery(referenceClass=Employee )
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.180 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.ReportQueryConstructorExpressionTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.ReportQueryMultipleReturnTest
[EL Warning]: ServerSession(700523674)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.QueryException
Exception Description: ReportQuery result size mismatch.  Expecting [8], but retrieved [6]
Query: ReportQuery(referenceClass=Project sql="SELECT PROJ_ID, PROJ_TYPE, DESCRIP, PROJ_NAME, VERSION, LEADER_ID FROM CMP3_FA_PROJECT")
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.ReportQueryMultipleReturnTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.SQLResultSetMappingTest
WARNING: FOR UPDATE syntax not supported.
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.191 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.SQLResultSetMappingTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.UpdateAllQueryAdvancedJunitTest
[EL Warning]: query: ClientSession(1355039397)--UpdateAllQuery cannot use binding on this database platform. Changed query setting to execute without binding.
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.286 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.advanced.UpdateAllQueryAdvancedJunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.FetchGroupMergeWithCacheTests
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.FetchGroupMergeWithCacheTests
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.FetchGroupTrackerWeavingTests
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.FetchGroupTrackerWeavingTests
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.NestedDefaultFetchGroupTests
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.NestedDefaultFetchGroupTests
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.NestedFetchGroupTests
[EL Warning]: query: UnitOfWork(1244169517)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ID, t0.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_FA_SALARY t2 WHERE ((NOT EXISTS (SELECT 1 FROM CMP3_FA_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT 1 FROM CMP3_FA_SALARY t5, CMP3_FA_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID)))) AND (t2.EMP_ID = t1.EMP_ID))")
FetchGroup(employee){lastName, address => {class java.lang.Object=FetchGroup(address){country, city, id, version}}, projects => {class java.lang.Object=FetchGroup(projects){name, teamLeader => {class java.lang.Object=FetchGroup(teamLeader){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, version}}, manager => {class java.lang.Object=FetchGroup(manager){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, department => {class java.lang.Object=FetchGroup(department){name, id}}, version, phoneNumbers}: joined attribute [projects.teamLeader] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: UnitOfWork(1244169517)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ID, t0.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_FA_SALARY t2 WHERE ((NOT EXISTS (SELECT 1 FROM CMP3_FA_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT 1 FROM CMP3_FA_SALARY t5, CMP3_FA_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID)))) AND (t2.EMP_ID = t1.EMP_ID))")
FetchGroup(employee){lastName, address => {class java.lang.Object=FetchGroup(address){country, city, id, version}}, projects => {class java.lang.Object=FetchGroup(projects){name, teamLeader => {class java.lang.Object=FetchGroup(teamLeader){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, version}}, manager => {class java.lang.Object=FetchGroup(manager){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, department => {class java.lang.Object=FetchGroup(department){name, id}}, version, phoneNumbers}: joined attribute [projects.teamLeader.phoneNumbers] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: UnitOfWork(1244169517)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ID, t0.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_FA_SALARY t2 WHERE ((NOT EXISTS (SELECT 1 FROM CMP3_FA_PROJECT t3 WHERE (t3.LEADER_ID = t1.EMP_ID)) AND NOT EXISTS (SELECT 1 FROM CMP3_FA_SALARY t5, CMP3_FA_EMPLOYEE t4 WHERE ((t4.MANAGER_EMP_ID = t1.EMP_ID) AND (t5.EMP_ID = t4.EMP_ID)))) AND (t2.EMP_ID = t1.EMP_ID))")
FetchGroup(employee){lastName, address => {class java.lang.Object=FetchGroup(address){country, city, id, version}}, projects => {class java.lang.Object=FetchGroup(projects){name, teamLeader => {class java.lang.Object=FetchGroup(teamLeader){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, version}}, manager => {class java.lang.Object=FetchGroup(manager){firstName, id, version, phoneNumbers => {class java.lang.Object=FetchGroup(phoneNumbers){owner, areaCode, type}}}}, id, department => {class java.lang.Object=FetchGroup(department){name, id}}, version, phoneNumbers}: joined attribute [manager.phoneNumbers] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: UnitOfWork(1501892655)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ID, t0.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t0 ON (t0.ID = t1.DEPT_ID), CMP3_FA_SALARY t2 WHERE (t2.EMP_ID = t1.EMP_ID)")
FetchGroup(){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.432 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.NestedFetchGroupTests
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.NestedNamedFetchGroupTests
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.230 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.NestedNamedFetchGroupTests
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.SimpleDefaultFetchGroupTests
[EL Warning]: query: UnitOfWork(864667293)--ReadObjectQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id = :ID")
FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: UnitOfWork(691044004)--ReadObjectQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id = :ID")
FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: ServerSession(700523674)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address")
FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: UnitOfWork(1115116160)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t1.F_NAME, t1.L_NAME, t1.VERSION, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.VERSION FROM CMP3_FA_ADDRESS t0, CMP3_FA_SALARY t2, CMP3_FA_EMPLOYEE t1 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))")
FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: UnitOfWork(1496194127)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id IN (SELECT p.owner.id FROM PhoneNumber p)")
FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: UnitOfWork(1496194127)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t1.F_NAME, t1.L_NAME, t1.VERSION, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.VERSION FROM CMP3_FA_ADDRESS t0, CMP3_FA_SALARY t2, CMP3_FA_EMPLOYEE t1 WHERE ((t1.EMP_ID IN (SELECT t3.EMP_ID FROM CMP3_FA_PHONENUMBER t5, CMP3_FA_SALARY t4, CMP3_FA_EMPLOYEE t3 WHERE ((t3.EMP_ID = t5.OWNER_ID) AND (t4.EMP_ID = t3.EMP_ID))) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))")
FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: UnitOfWork(1370050431)--ReadAllQuery(referenceClass=Employee jpql="SELECT e FROM Employee e JOIN FETCH e.address WHERE e.id IN (SELECT p.owner.id FROM PhoneNumber p)")
FetchGroup(Employee-default){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.SimpleDefaultFetchGroupTests
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.SimpleFetchGroupTests
[EL Warning]: query: UnitOfWork(2013424197)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.VERSION, t3.ID, t3.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_FA_SALARY t2, CMP3_FA_ADDRESS t0 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))")
FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: UnitOfWork(955565743)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.VERSION, t3.ID, t3.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_FA_SALARY t2, CMP3_FA_ADDRESS t0 WHERE ((t1.EMP_ID IN (SELECT t4.EMP_ID FROM CMP3_FA_SALARY t5, CMP3_FA_EMPLOYEE t4, CMP3_FA_PHONENUMBER t6 WHERE ((t4.EMP_ID = t6.OWNER_ID) AND (t5.EMP_ID = t4.EMP_ID))) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))")
FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.SimpleFetchGroupTests
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.SimpleNamedFetchGroupTests
[EL Warning]: query: UnitOfWork(15623475)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.VERSION, t3.ID, t3.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_FA_SALARY t2, CMP3_FA_ADDRESS t0 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))")
FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: UnitOfWork(1593284115)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.VERSION, t3.ID, t3.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_FA_SALARY t2, CMP3_FA_ADDRESS t0 WHERE ((t1.EMP_ID IN (SELECT t4.EMP_ID FROM CMP3_FA_SALARY t5, CMP3_FA_EMPLOYEE t4, CMP3_FA_PHONENUMBER t6 WHERE ((t4.EMP_ID = t6.OWNER_ID) AND (t5.EMP_ID = t4.EMP_ID))) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))")
FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.SimpleNamedFetchGroupTests
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.SimpleSerializeFetchGroupTests
[EL Warning]: query: UnitOfWork(137895645)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.VERSION, t3.ID, t3.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_FA_SALARY t2, CMP3_FA_ADDRESS t0 WHERE ((t2.EMP_ID = t1.EMP_ID) AND (t0.ADDRESS_ID = t1.ADDR_ID))")
FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
[EL Warning]: query: UnitOfWork(932578859)--ReadAllQuery(referenceClass=Employee sql="SELECT t1.EMP_ID, t2.EMP_ID, t1.F_NAME, t1.GENDER, t1.GETMANAGER, t1.ISMANAGER, t1.L_NAME, t1.PAY_SCALE, t1.ROOM_NUM, t2.SALARY, t1.SETMANAGER, t1.STATUS, t1.VERSION, t1.FORMER_COMPANY, t1.FORMER_END_DATE, t1.FORMER_START_DATE, t1.END_DATE, t1.START_DATE, t1.ADDR_ID, t1.DEPT_ID, t1.MANAGER_EMP_ID, t0.ADDRESS_ID, t0.CITY, t0.COUNTRY, t0.P_CODE, t0.PROVINCE, t0.STREET, t0.VERSION, t3.ID, t3.NAME FROM CMP3_FA_EMPLOYEE t1 LEFT OUTER JOIN CMP3_FA_DEPT t3 ON (t3.ID = t1.DEPT_ID), CMP3_FA_SALARY t2, CMP3_FA_ADDRESS t0 WHERE ((t1.EMP_ID IN (SELECT t4.EMP_ID FROM CMP3_FA_SALARY t5, CMP3_FA_EMPLOYEE t4, CMP3_FA_PHONENUMBER t6 WHERE ((t4.EMP_ID = t6.OWNER_ID) AND (t5.EMP_ID = t4.EMP_ID))) AND (t2.EMP_ID = t1.EMP_ID)) AND (t0.ADDRESS_ID = t1.ADDR_ID))")
FetchGroup(names){firstName, lastName, id, version}: joined attribute [address] is not included into the fetch group. The joined attribute data (though read from the database) will be ignored. A new sql will be executed to read again the object referenced by the joined attribute; and yet another sql to read the whole main object (because of setting the value to the attribute outside the fetch group). Either include the fetched attribute into the fetch group or remove it.
>>> Employee retrieved
>>> Employee copied
>>> Sparse merge complete
>>> Flush complete
>>> Employees retrieved
>>> Employees copied
>>> Sparse merge complete
>>> Flush complete
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.474 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.fetchgroups.SimpleSerializeFetchGroupTests
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 452, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:54:58 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-model.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.fieldaccess.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/target/org.eclipse.persistence.jpa.testapps.fieldaccess.advanced-tests.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.fieldaccess.relationships >--
[INFO] Building Test - fieldaccess.relationships 5.0.0-SNAPSHOT        [78/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/src/main/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/relationships/RelationshipsTableManager.java:[27,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:54:59 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:54:59 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.ExpressionJUnitTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.808 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.ExpressionJUnitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.IsolatedCacheTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.IsolatedCacheTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.JAXBTest
<?xml version="1.0" encoding="UTF-8"?><order><orderId>1</orderId><version>1</version><quantity>0</quantity></order>
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.239 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.JAXBTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.RelationshipModelJUnitTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.RelationshipModelJUnitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.UniAndBiDirectionalMappingTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.persistence.testing.tests.jpa.fieldaccess.relationships.UniAndBiDirectionalMappingTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:55:03 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.fieldaccess.relationships-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.fieldaccess.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/target/org.eclipse.persistence.jpa.testapps.fieldaccess.relationships.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.identity >--
[INFO] Building Test - identity 5.0.0-SNAPSHOT                         [79/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.identity/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:55:03 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
Tue Apr 30 10:55:03 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa22.identity.IdentityTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.457 s -- in org.eclipse.persistence.testing.tests.jpa22.identity.IdentityTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:55:06 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.identity-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.identity-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.identity ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.identity/target/org.eclipse.persistence.jpa.testapps.identity.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.jpaadvancedproperties >--
[INFO] Building Test - jpaadvancedproperties 5.0.0-SNAPSHOT            [80/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/src/main/java/org/eclipse/persistence/testing/models/jpa/jpaadvancedproperties/JPAPropertiesRelationshipTableManager.java:[26,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpaadvancedproperties/JPAAdvNoProfilerTest.java:[26,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpaadvancedproperties/JPAAdvPerfProfilerTest.java:[27,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpaadvancedproperties/JPAAdvPropertiesTest.java:[47,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:55:06 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:55:06 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvNoProfilerTest
[EL Warning]: metamodel: 2024.04.30 10:55:08.998--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.228 s -- in org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvNoProfilerTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvPerfProfilerTest
Profile(
	total time=1994966,
	local time=1994966,
	Timer:ConnectionManagement=1994966,
)
[EL Warning]: metamodel: 2024.04.30 10:55:09.038--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.020 s -- in org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvPerfProfilerTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvPropertiesTest
Apr 30, 2024 10:55:09 AM org.eclipse.persistence.session.JPASessionXML
WARNING: 
Local Exception Stack: 
Exception [EclipseLink-6015] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.QueryException
Exception Description: Invalid query key [name1] in expression.
Query: ReadObjectQuery(referenceClass=Customer )
	at org.eclipse.persistence.exceptions.QueryException.invalidQueryKeyInExpression(QueryException.java:705)
	at org.eclipse.persistence.internal.expressions.QueryKeyExpression.validateNode(QueryKeyExpression.java:1030)
	at org.eclipse.persistence.expressions.Expression.normalize(Expression.java:3376)
	at org.eclipse.persistence.internal.expressions.DataExpression.normalize(DataExpression.java:377)
	at org.eclipse.persistence.internal.expressions.QueryKeyExpression.normalize(QueryKeyExpression.java:777)
	at org.eclipse.persistence.internal.expressions.QueryKeyExpression.normalize(QueryKeyExpression.java:690)
	at org.eclipse.persistence.internal.expressions.RelationExpression.normalize(RelationExpression.java:855)
	at org.eclipse.persistence.internal.expressions.SQLSelectStatement.normalize(SQLSelectStatement.java:1544)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.buildNormalSelectStatement(ExpressionQueryMechanism.java:611)
	at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.prepareSelectOneRow(ExpressionQueryMechanism.java:1811)
	at org.eclipse.persistence.queries.ReadObjectQuery.prepare(ReadObjectQuery.java:784)
	at org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:696)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.checkPrepare(ObjectLevelReadQuery.java:1031)
	at org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:645)
	at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:902)
	at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1256)
	at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448)
	at org.eclipse.persistence.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:3306)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1841)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1823)
	at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1773)
	at org.eclipse.persistence.internal.sessions.AbstractSession.readObject(AbstractSession.java:3751)
	at org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvPropertiesTest.testExceptionHandlerProperty(JPAAdvPropertiesTest.java:140)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at org.eclipse.persistence.testing.framework.jpa.junit.JUnitTestCase.runBare(JUnitTestCase.java:703)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 s -- in org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvPropertiesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:55:09 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.jpaadvancedproperties-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.jpaadvancedproperties ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/target/org.eclipse.persistence.jpa.testapps.jpaadvancedproperties.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.relationships >--
[INFO] Building Test - relationships 5.0.0-SNAPSHOT                    [81/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.relationships/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 31 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/src/main/java/org/eclipse/persistence/testing/models/jpa/relationships/RelationshipsTableManager.java:[35,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/src/main/java/org/eclipse/persistence/testing/models/jpa/virtualattribute/VirtualAttributeTableCreator.java:[24,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 8 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:55:10 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:55:10 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[EL Warning]: metadata: 2024.04.30 10:55:11.932--ServerSession(1302227152)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the Jakarta Persistence specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map.  This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface.
[INFO] Running org.eclipse.persistence.testing.tests.jpa.relationships.EMQueryTest
[EL Warning]: metadata: 2024.04.30 10:55:12.165--ServerSession(1916904573)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the Jakarta Persistence specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map.  This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface.
[EL Warning]: 2024.04.30 10:55:12.887--UnitOfWork(495857386)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLException: Statement.executeUpdate() cannot be called with a statement that returns a ResultSet.
Error Code: 20000
Call: Select * FROM CMP3_CUSTOMER
Query: DataModifyQuery(sql="Select * FROM CMP3_CUSTOMER")
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.823 s -- in org.eclipse.persistence.testing.tests.jpa.relationships.EMQueryTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.relationships.ExpressionTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s -- in org.eclipse.persistence.testing.tests.jpa.relationships.ExpressionTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.relationships.IsolatedTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s -- in org.eclipse.persistence.testing.tests.jpa.relationships.IsolatedTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.relationships.KeyTypeToManyRelationshipTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s -- in org.eclipse.persistence.testing.tests.jpa.relationships.KeyTypeToManyRelationshipTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.relationships.RelationshipModelTest
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s -- in org.eclipse.persistence.testing.tests.jpa.relationships.RelationshipModelTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.relationships.UniAndBiDirectionalMappingTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s -- in org.eclipse.persistence.testing.tests.jpa.relationships.UniAndBiDirectionalMappingTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.relationships.VirtualAttributeTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.eclipse.persistence.testing.tests.jpa.relationships.VirtualAttributeTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 48, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:55:14 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.relationships-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.relationships-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.relationships/target/org.eclipse.persistence.jpa.testapps.relationships-model.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.jpql >--
[INFO] Building Test - jpql 5.0.0-SNAPSHOT                             [82/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.jpql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 27 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/AdvancedQueryTest.java:[85,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLComplexAggregateTest.java:[70,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLComplexTest.java:[110,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLExamplesTest.java:[54,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLFunctionsTest.java:[50,89] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLFunctionsTest.java:[61,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLInheritanceTest.java:[56,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLJakartaDataNoAliasTest.java:[59,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLModifyTest.java:[59,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLParameterTest.java:[66,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLQueryHelperTest.java:[49,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLSimpleTest.java:[85,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLUnitTest.java:[75,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLValidationTest.java:[77,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/compositepk/JUnitJPQLComplexAggregateTest.java:[53,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/compositepk/JUnitJPQLComplexTest.java:[57,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/derivedid/JUnitJPQLComplexTest.java:[64,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[89,49] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[88,116] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[101,49] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[100,116] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[113,49] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[112,116] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[125,49] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[124,116] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[137,54] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[136,126] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[149,54] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[148,126] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[161,54] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[160,126] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[173,53] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[172,124] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[185,54] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[184,125] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[197,39] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[196,116] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[209,39] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[208,116] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[221,44] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[220,126] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[233,43] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[232,124] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[245,43] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[244,124] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[280,54] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[279,126] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[292,54] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[291,126] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[310,46] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[309,55] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[308,143] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[309,78] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[325,46] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[324,55] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[323,149] setParameter(java.lang.String,java.util.Date,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[324,78] setParameter(java.lang.String,java.util.Calendar,jakarta.persistence.TemporalType) in jakarta.persistence.Query has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLDateTimeTest.java:[38,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/datetime/JUnitJPQLModifyTest.java:[55,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/inheritance/AdvancedQueryTest.java:[54,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/inheritance/JUnitJPQLInheritanceTest.java:[56,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/inherited/JUnitJPQLComplexTest.java:[77,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/relationships/AdvancedQueryTest.java:[51,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/relationships/JUnitJPQLComplexAggregateTest.java:[61,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/relationships/JUnitJPQLExamplesTest.java:[50,18] possible 'this' escape before subclass is fully initialized
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLComplexTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLComplexTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:55:15 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:55:15 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[EL Warning]: metadata: 2024.04.30 10:55:17.236--ServerSession(1633013890)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the Jakarta Persistence specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map.  This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface.
[EL Warning]: metadata: 2024.04.30 10:55:17.337--ServerSession(1376151044)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient.
[EL Warning]: metadata: 2024.04.30 10:55:17.338--ServerSession(1376151044)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient.
[EL Warning]: metadata: 2024.04.30 10:55:17.343--ServerSession(1376151044)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:55:17.344--ServerSession(1376151044)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:55:17.356--ServerSession(1376151044)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:55:17.358--ServerSession(1376151044)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:55:17.359--ServerSession(1376151044)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:55:17.359--ServerSession(1376151044)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.AdvancedQueryTest
WARNING: This database does not support stored procedure creation.
[EL Warning]: 2024.04.30 10:55:18.982--UnitOfWork(738590621)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 63] 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> 63
[EL Warning]: 2024.04.30 10:55:19.001--UnitOfWork(1373051324)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 63] 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> 63
[EL Warning]: 2024.04.30 10:55:19.012--UnitOfWork(2041742635)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 63] 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> 63
[EL Warning]: 2024.04.30 10:55:19.022--UnitOfWork(2070703728)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 63] 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> 63
WARNING: This database does not support FOR UPDATE.
WARNING: This database does not support FOR UPDATE.
WARNING: This database does not support FOR UPDATE.
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 NOWAIT.
[INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.922 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.AdvancedQueryTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLComplexAggregateTest
WARNING: This database does not support stored procedure creation.
WARNING: Distinct on aggregate function not supported by DerbyPlatform
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.467 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLComplexAggregateTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLComplexTest
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored function creation.
WARNING: The test caseTypeTest is not supported on Derby, because Derby does not support simple CASE
WARNING: The test simpleCaseInWhereTest is not supported on Derby, because Derby does not support simple CASE
WARNING: The test complexSimpleCaseInSelectTest is not supported on Derby, because Derby does not support simple CASE
WARNING: The test complexSimpleCaseInWhereTest is not supported on Derby, because Derby does not support simple CASE
WARNING: The test customFunctionNVLTest is supported on Oracle only
WARNING: AS OF only supported on Oracle.
WARNING: This database does not support stored function creation.
WARNING: this test is not suitable for running on dbs that don't support stored function
WARNING: The test testFuncWithMySQLFuncs is supported on MySQL only
WARNING: This database does not support stored function creation.
WARNING: this test is not suitable for running on dbs that don't support stored function
WARNING: Hierarchical selects only supported on Oracle.
WARNING: Nested arrays not supported on this database.
WARNING: The test testNestedFUNCs is supported on Oracle only
WARNING: NULLS FIRST only supported on Oracle.
WARNING: testOPERATOR only works with Oracle
WARNING: This database does not support FOR UPDATE.
WARNING: REGEXP only supported on Oracle, MySQL.
WARNING: testSQLCast only works with Oracle
[INFO] Tests run: 156, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.731 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLComplexTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLExamplesTest
WARNING: This database does not support stored procedure creation.
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.660 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLExamplesTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLFunctionsTest
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLFunctionsTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLInheritanceTest
WARNING: This database does not support stored procedure creation.
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLInheritanceTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLJakartaDataNoAliasTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLJakartaDataNoAliasTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLModifyTest
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.533 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLModifyTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLParameterTest
WARNING: This database does not support stored procedure creation.
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.412 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLParameterTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLQueryHelperTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLQueryHelperTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLSimpleTest
WARNING: This database does not support stored procedure creation.
[INFO] Tests run: 111, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.953 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLSimpleTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLUnitTest
WARNING: This database does not support stored procedure creation.
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.526 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLUnitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLValidationTest
WARNING: This database does not support stored procedure creation.
[EL Warning]: 2024.04.30 10:55:31.967--UnitOfWork(1650177125)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 381] 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> 381
[EL Warning]: 2024.04.30 10:55:31.970--[TEMPORARY LOGGING]
[EL Warning]: 2024.04.30 10:55:31.970--jakarta.persistence.OptimisticLockException: Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 381] 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> 381
[EL Warning]: 2024.04.30 10:55:31.975--UnitOfWork(1902552823)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 381] 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> 381
[EL Warning]: 2024.04.30 10:55:31.984--UnitOfWork(1509498600)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 381] 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> 381
[EL Warning]: 2024.04.30 10:55:31.999--UnitOfWork(1548164011)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ValidationException
Exception Description: The attribute [id] of class [org.eclipse.persistence.testing.models.jpa.advanced.Employee] is mapped to a primary key column in the database. Updates are not allowed.
[INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.459 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLValidationTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.compositepk.JUnitJPQLComplexAggregateTest
[EL Warning]: 2024.04.30 10:55:32.043--ServerSession(1254114854)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'CMP3_SCIENTIST' because it does not exist.
Error Code: 30000
Call: Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE
Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE")
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.150 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.compositepk.JUnitJPQLComplexAggregateTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.compositepk.JUnitJPQLComplexTest
[EL Warning]: 2024.04.30 10:55:32.172--ServerSession(1254114854)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.CMP3_SCIENTIST_CUBICLE' on table '"ROOT"."CMP3_SCIENTIST"'. 
Error Code: 30000
Call: Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE
Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE")
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.compositepk.JUnitJPQLComplexTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.advanced.derivedid.JUnitJPQLComplexTest
[EL Warning]: 2024.04.30 10:55:32.257--ServerSession(1789105088)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.CMP3_SCIENTIST_CUBICLE' on table '"ROOT"."CMP3_SCIENTIST"'. 
Error Code: 30000
Call: Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE
Query: DataModifyQuery(sql="Alter table CMP3_SCIENTIST drop constraint CMP3_SCIENTIST_CUBICLE")
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.advanced.derivedid.JUnitJPQLComplexTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.datatypes.JUnitJPQLComplexTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.datatypes.JUnitJPQLComplexTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.datetime.JUnitJPQLDateTimeTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.datetime.JUnitJPQLDateTimeTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.datetime.JUnitJPQLModifyTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.datetime.JUnitJPQLModifyTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.inheritance.AdvancedQueryTest
[EL Warning]: 2024.04.30 10:55:32.598--ServerSession(1287228290)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'ALTER TABLE' cannot be performed on 'CMP3_ENGINEER_LAPTOP' because it does not exist.
Error Code: 30000
Call: Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1
Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1")
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.inheritance.AdvancedQueryTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.inheritance.JUnitJPQLInheritanceTest
[EL Warning]: 2024.04.30 10:55:33.046--ServerSession(2040185071)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.CMP3_ENGINEER_LAPTOP_FK1' on table '"ROOT"."CMP3_ENGINEER_LAPTOP"'. 
Error Code: 30000
Call: Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1
Query: DataModifyQuery(sql="Alter table CMP3_ENGINEER_LAPTOP drop constraint CMP3_ENGINEER_LAPTOP_FK1")
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.inheritance.JUnitJPQLInheritanceTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.inherited.JUnitJPQLComplexTest
[EL Warning]: metadata: 2024.04.30 10:55:33.359--ServerSession(1362969481)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient.
[EL Warning]: metadata: 2024.04.30 10:55:33.360--ServerSession(1362969481)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient.
[EL Warning]: metadata: 2024.04.30 10:55:33.363--ServerSession(1362969481)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:55:33.363--ServerSession(1362969481)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:55:33.368--ServerSession(1362969481)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:55:33.368--ServerSession(1362969481)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:55:33.369--ServerSession(1362969481)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:55:33.369--ServerSession(1362969481)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[EL Warning]: metadata: 2024.04.30 10:55:33.451--ServerSession(1362969481)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: metadata: 2024.04.30 10:55:33.455--ServerSession(1362969481)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: 2024.04.30 10:55:33.470--ServerSession(1362969481)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EXPERT_CONSUMER_ACCLAIMS' because it does not exist.
Error Code: 30000
Call: drop table EXPERT_CONSUMER_ACCLAIMS
Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_ACCLAIMS")
[EL Warning]: 2024.04.30 10:55:33.471--ServerSession(1362969481)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EXPERT_CONSUMER_AUDIO' because it does not exist.
Error Code: 30000
Call: drop table EXPERT_CONSUMER_AUDIO
Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_AUDIO")
[EL Warning]: 2024.04.30 10:55:33.471--ServerSession(1362969481)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EXPERT_CONSUMER_AWARDS' because it does not exist.
Error Code: 30000
Call: drop table EXPERT_CONSUMER_AWARDS
Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_AWARDS")
[EL Warning]: 2024.04.30 10:55:33.472--ServerSession(1362969481)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EXPERT_CONSUMER_DESIGNATIONS' because it does not exist.
Error Code: 30000
Call: drop table EXPERT_CONSUMER_DESIGNATIONS
Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_DESIGNATIONS")
[EL Warning]: 2024.04.30 10:55:33.472--ServerSession(1362969481)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP TABLE' cannot be performed on 'EXPERT_CONSUMER_RECORDS' because it does not exist.
Error Code: 30000
Call: drop table EXPERT_CONSUMER_RECORDS
Query: DataModifyQuery(sql="drop table EXPERT_CONSUMER_RECORDS")
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.470 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.inherited.JUnitJPQLComplexTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.relationships.AdvancedQueryTest
[EL Warning]: metadata: 2024.04.30 10:55:33.829--ServerSession(1368905917)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the Jakarta Persistence specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map.  This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface.
[EL Warning]: 2024.04.30 10:55:33.939--ServerSession(1368905917)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Table/View 'CMP3_CUSTOMER_SEQ' does not exist.
Error Code: 30000
Call: DELETE FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_CARD_SEQ'
Query: DataModifyQuery(sql="DELETE FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_CARD_SEQ'")
[EL Warning]: 2024.04.30 10:55:33.940--ServerSession(1368905917)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Table/View 'CMP3_CUSTOMER_SEQ' does not exist.
Error Code: 30000
Call: DELETE FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_LABEL_SEQ'
Query: DataModifyQuery(sql="DELETE FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_LABEL_SEQ'")
[EL Warning]: 2024.04.30 10:55:33.941--ServerSession(1368905917)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Table/View 'CMP3_DISTRIBUTOR_SEQ' does not exist.
Error Code: 30000
Call: DELETE FROM CMP3_DISTRIBUTOR_SEQ WHERE SEQ_NAME = 'DTR_SEQ'
Query: DataModifyQuery(sql="DELETE FROM CMP3_DISTRIBUTOR_SEQ WHERE SEQ_NAME = 'DTR_SEQ'")
[EL Warning]: 2024.04.30 10:55:33.942--ServerSession(1368905917)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Table/View 'CMP3_CUSTOMER_SEQ' does not exist.
Error Code: 30000
Call: DELETE FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'ISOLATED_ITEM_SEQ'
Query: DataModifyQuery(sql="DELETE FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'ISOLATED_ITEM_SEQ'")
[EL Warning]: 2024.04.30 10:55:33.943--ServerSession(1368905917)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Table/View 'JPA_AUDITOR_SEQ' does not exist.
Error Code: 30000
Call: DELETE FROM JPA_AUDITOR_SEQ WHERE SEQ_NAME = 'AUDITOR_SEQ'
Query: DataModifyQuery(sql="DELETE FROM JPA_AUDITOR_SEQ WHERE SEQ_NAME = 'AUDITOR_SEQ'")
[EL Warning]: 2024.04.30 10:55:33.943--ServerSession(1368905917)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Table/View 'CMP3_CUSTOMER_SEQ' does not exist.
Error Code: 30000
Call: DELETE FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'
Query: DataModifyQuery(sql="DELETE FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'CUST_SEQ'")
[EL Warning]: 2024.04.30 10:55:33.944--ServerSession(1368905917)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Table/View 'CMP3_CUSTOMER_SEQ' does not exist.
Error Code: 30000
Call: DELETE FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'
Query: DataModifyQuery(sql="DELETE FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'SALESPERSON_SEQ'")
[EL Warning]: 2024.04.30 10:55:33.945--ServerSession(1368905917)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Table/View 'CMP3_CUSTOMER_SEQ' does not exist.
Error Code: 30000
Call: DELETE FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'
Query: DataModifyQuery(sql="DELETE FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'ITEM_SEQ'")
[EL Warning]: 2024.04.30 10:55:33.945--ServerSession(1368905917)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Table/View 'CMP3_CUSTOMER_SEQ' does not exist.
Error Code: 30000
Call: DELETE FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'
Query: DataModifyQuery(sql="DELETE FROM CMP3_CUSTOMER_SEQ WHERE SEQ_NAME = 'ORDER_SEQ'")
[EL Warning]: 2024.04.30 10:55:33.946--ServerSession(1368905917)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: Table/View 'CMP3_MANUFACTURER_SEQ' does not exist.
Error Code: 30000
Call: DELETE FROM CMP3_MANUFACTURER_SEQ WHERE SEQ_NAME = 'MFT_SEQ'
Query: DataModifyQuery(sql="DELETE FROM CMP3_MANUFACTURER_SEQ WHERE SEQ_NAME = 'MFT_SEQ'")
[EL Warning]: 2024.04.30 10:55:34.000--ServerSession(1368905917)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Constraint 'CMP3CSTMRCSTMRCSTD' already exists in Schema 'ROOT'.
Error Code: 30000
Call: ALTER TABLE CMP3_CUSTOMER_CUSTOMER2 ADD CONSTRAINT CMP3CSTMRCstmrCSTD FOREIGN KEY (Customer_CUST_ID) REFERENCES CMP3_CUSTOMER (CUST_ID)
Query: DataModifyQuery(sql="ALTER TABLE CMP3_CUSTOMER_CUSTOMER2 ADD CONSTRAINT CMP3CSTMRCstmrCSTD FOREIGN KEY (Customer_CUST_ID) REFERENCES CMP3_CUSTOMER (CUST_ID)")
[EL Warning]: metadata: 2024.04.30 10:55:34.351--ServerSession(1360692538)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the Jakarta Persistence specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map.  This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface.
[EL Warning]: 2024.04.30 10:55:34.480--ServerSession(1360692538)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLTransactionRollbackException: Constraint 'CMP3CSTMRCSTMRCSTD' already exists in Schema 'ROOT'.
Error Code: 30000
Call: ALTER TABLE CMP3_CUSTOMER_CUSTOMER2 ADD CONSTRAINT CMP3CSTMRCstmrCSTD FOREIGN KEY (Customer_CUST_ID) REFERENCES CMP3_CUSTOMER (CUST_ID)
Query: DataModifyQuery(sql="ALTER TABLE CMP3_CUSTOMER_CUSTOMER2 ADD CONSTRAINT CMP3CSTMRCstmrCSTD FOREIGN KEY (Customer_CUST_ID) REFERENCES CMP3_CUSTOMER (CUST_ID)")
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.700 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.relationships.AdvancedQueryTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.relationships.JUnitJPQLComplexAggregateTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.relationships.JUnitJPQLComplexAggregateTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.jpql.relationships.JUnitJPQLExamplesTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.223 s -- in org.eclipse.persistence.testing.tests.jpa.jpql.relationships.JUnitJPQLExamplesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 573, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:55:35 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.jpql-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.jpql-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.jpql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jpql/target/org.eclipse.persistence.jpa.testapps.jpql.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.jta >--
[INFO] Building Test - jta 5.0.0-SNAPSHOT                              [83/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.jta/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta-test-sources.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.jta-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.jta-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.jta ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.jta/target/org.eclipse.persistence.jpa.testapps.jta.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.performance >--
[INFO] Building Test - performance 5.0.0-SNAPSHOT                      [84/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.performance/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 10 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/main/java/org/eclipse/persistence/testing/models/jpa/performance/EmployeeTableCreator.java:[27,21] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 50 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/DataNucleusPerformanceRegressionModel.java:[29,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/JPAPerformanceRegressionModel.java:[78,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/EssentialsJPAPerformanceRegressionModel.java:[29,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/HibernateJPAConcurrencyComparisonModel.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/JPAConcurrencyComparisonModel.java:[70,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/HibernateJPAPerformanceRegressionModel.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/JPAEmulatedIsolatedPerformanceRegressionModel.java:[23,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/JPAEmulatedPerformanceRegressionModel.java:[23,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/JPAPerformanceComparisonModel.java:[53,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/OpenJPAPerformanceRegressionModel.java:[31,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/TopLinkJPAPerformanceRegressionModel.java:[29,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/concurrent/BasicMathConcurrentTest.java:[25,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/concurrent/JPAAddPhoneConcurrencyComparisonTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/concurrent/JPAClusteredEJBConcurrencyComparisonTest.java:[42,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/concurrent/JPAComplexUpdateEmployeeConcurrencyComparisonTest.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/concurrent/JPAUpdateAddressConcurrencyComparisonTest.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/concurrent/JPAUpdateEmployeeConcurrencyComparisonTest.java:[34,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/misc/JPABootstrapPerformanceTest.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/misc/JPAMetadataPerformanceTest.java:[28,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadAllAddressNamedQueryPerformanceComparisonTest.java:[28,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadAllAddressPerformanceComparisonTest.java:[29,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadAllAddressSimpleExpressionPerformanceComparisonTest.java:[28,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadAllEmployeeCompletelyJoinedPerformanceComparisonTest.java:[30,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadAllEmployeeCompletelyPerformanceComparisonTest.java:[30,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadAllEmployeeComplexDynamicExpressionPerformanceComparisonTest.java:[30,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadAllEmployeeComplexExpressionPerformanceComparisonTest.java:[28,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadAllEmployeePerformanceComparisonTest.java:[29,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadAllLargeProjectPerformanceComparisonTest.java:[29,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadAllProjectPerformanceComparisonTest.java:[29,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadAllSmallProjectPerformanceComparisonTest.java:[29,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadObjectAddressExpressionPerformanceComparisonTest.java:[29,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadObjectAddressNamedQueryPerformanceComparisonTest.java:[29,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadObjectAddressPerformanceComparisonTest.java:[32,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadObjectCompletelyEmployeePerformanceComparisonTest.java:[28,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadObjectEmployeePerformanceComparisonTest.java:[28,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/reading/JPAReadObjectGetAddressPerformanceComparisonTest.java:[28,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/writing/JPAComplexUpdateEmployeePerformanceComparisonTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/writing/JPAInsertAddressPerformanceComparisonTest.java:[26,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/writing/JPAInsertDeleteAddressPerformanceComparisonTest.java:[27,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/writing/JPAInsertDeleteEmployeePerformanceComparisonTest.java:[31,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/writing/JPAInsertEmployeePerformanceComparisonTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/writing/JPAMassInsertAddressPerformanceComparisonTest.java:[26,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/writing/JPAMassInsertEmployeePerformanceComparisonTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/writing/JPAMassInsertOrMergeEmployeeWithManagementLevelsPerformanceComparisonTest.java:[57,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/writing/JPAUpdateAddressPerformanceComparisonTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/writing/JPAUpdateEmployeePerformanceComparisonTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/TopLinkJPAPerformanceRegressionModel.java: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/TopLinkJPAPerformanceRegressionModel.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance/TopLinkJPAPerformanceRegressionModel.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:55:36 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:55:36 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:55:37 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.performance-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 7 resources
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance_ejb.jar
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-model.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.performance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance/target/org.eclipse.persistence.jpa.testapps.performance-tests.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.memory >--
[INFO] Building Test - memory 5.0.0-SNAPSHOT                           [85/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.memory/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/src/test/java/org/eclipse/persistence/testing/tests/jpa/memory/JPAMemoryLeakModel.java:[44,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/src/test/java/org/eclipse/persistence/testing/tests/jpa/memory/JPAMemoryRegressionModel.java:[43,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/src/test/java/org/eclipse/persistence/testing/tests/jpa/memory/JPAMemoryTestModel.java:[25,23] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:55:38 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
Tue Apr 30 10:55:38 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:55:39 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.memory-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.memory-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.memory ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.memory/target/org.eclipse.persistence.jpa.testapps.memory.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.metamodel.aspectj >--
[INFO] Building Test - metamodel.aspectj 5.0.0-SNAPSHOT                [86/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/classes
[INFO] [EL Info]: processor: Creating static metadata factory ...
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] No processor claimed any of these annotations: /org.aspectj.lang.annotation.Before,/jakarta.persistence.Table,/org.aspectj.lang.annotation.Aspect,/jakarta.persistence.PrePersist,/jakarta.persistence.Entity,/jakarta.persistence.EntityListeners,/jakarta.persistence.Id
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.metamodel.StaticMetamodel,java.compiler/javax.annotation.processing.Generated
[INFO] 
[INFO] --- aspectj:1.15.0:compile (default) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Showing AJC message detail for messages of types: [error, warning, fail]
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/src/test/java/org/eclipse/persistence/testing/tests/jpa/weaving/aspectj/MetamodelAspectJTableCreator.java:[24,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:55:42 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:55:42 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.weaving.aspectj.MetamodelAspectJTest
AspectJ method call from EntityListener
Before create:	ItemAspectJ{id=1, name='null'}
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.702 s -- in org.eclipse.persistence.testing.tests.jpa.weaving.aspectj.MetamodelAspectJTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:55:44 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.metamodel.aspectj-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.metamodel.aspectj-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.metamodel.aspectj ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/target/org.eclipse.persistence.jpa.testapps.metamodel.aspectj-model.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.orphanremoval >--
[INFO] Building Test - orphanremoval 5.0.0-SNAPSHOT                    [87/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 10 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/src/main/java/org/eclipse/persistence/testing/models/jpa/orphanremoval/OrphanRemovalModelTableCreator.java:[29,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:55:45 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
Tue Apr 30 10:55:45 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.orphanremoval.OrphanRemovalJUnitTestCase
[EL Warning]: metadata: 2024.04.30 10:55:47.625--ServerSession(530696881)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping
[EL Warning]: 2024.04.30 10:55:47.801--ServerSession(530696881)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.JPA_OR_SPARK_PLUG_ENGINE_ID' on table '"ROOT"."JPA_OR_SPARK_PLUG"'. 
Error Code: 30000
Call: Alter table JPA_OR_SPARK_PLUG drop constraint JPA_OR_SPARK_PLUG_ENGINE_ID
Query: DataModifyQuery(sql="Alter table JPA_OR_SPARK_PLUG drop constraint JPA_OR_SPARK_PLUG_ENGINE_ID")
[EL Warning]: 2024.04.30 10:55:48.096--UnitOfWork(1170111701)--java.lang.IllegalStateException: During synchronization a new object was found through a relationship that was not marked cascade PERSIST: Engine [0].
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.780 s -- in org.eclipse.persistence.testing.tests.jpa.orphanremoval.OrphanRemovalJUnitTestCase
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:55:48 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.orphanremoval-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.orphanremoval-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.orphanremoval ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/target/org.eclipse.persistence.jpa.testapps.orphanremoval.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.partitioned >--
[INFO] Building Test - partitioned 5.0.0-SNAPSHOT                      [88/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.partitioned/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 13 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/src/main/java/org/eclipse/persistence/testing/models/jpa/partitioned/EmployeePartitioningPolicy.java:[32,26] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/src/main/java/org/eclipse/persistence/testing/models/jpa/partitioned/LargeProject.java:[38,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/src/main/java/org/eclipse/persistence/testing/models/jpa/partitioned/Office.java:[46,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/src/main/java/org/eclipse/persistence/testing/models/jpa/partitioned/PartitionedTableCreator.java:[24,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/src/test/java/org/eclipse/persistence/testing/tests/jpa/partitioned/PartitionedTest.java:[75,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:55:49 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:55:49 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.partitioned.PartitionedTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.563 s -- in org.eclipse.persistence.testing.tests.jpa.partitioned.PartitionedTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.partitioned.PartitionedXMLTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.692 s -- in org.eclipse.persistence.testing.tests.jpa.partitioned.PartitionedXMLTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:55:53 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.partitioned-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-model.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.partitioned ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.partitioned/target/org.eclipse.persistence.jpa.testapps.partitioned-tests.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.performance2 >--
[INFO] Building Test - performance2 5.0.0-SNAPSHOT                     [89/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.performance2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 13 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/main/java/org/eclipse/persistence/testing/models/jpa/performance2/EmailAddress.java:[37,19] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/main/java/org/eclipse/persistence/testing/models/jpa/performance2/EmploymentPeriod.java:[33,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/main/java/org/eclipse/persistence/testing/models/jpa/performance2/EmploymentPeriod.java:[33,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/main/java/org/eclipse/persistence/testing/models/jpa/performance2/EmploymentPeriod.java:[35,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/main/java/org/eclipse/persistence/testing/models/jpa/performance2/EmploymentPeriod.java:[35,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/main/java/org/eclipse/persistence/testing/models/jpa/performance2/PhoneNumber.java:[58,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/main/java/org/eclipse/persistence/testing/models/jpa/performance2/EmployeeTableCreator.java:[27,21] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/main/java/org/eclipse/persistence/testing/models/jpa/performance2/LargeProject.java:[35,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/main/java/org/eclipse/persistence/testing/models/jpa/performance2/LargeProject.java:[35,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/main/java/org/eclipse/persistence/testing/models/jpa/performance2/SmallProject.java:[36,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 15 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/HibernateJPA2PerformanceRegressionModel.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/JPA2PerformanceRegressionModel.java:[57,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/JPA2IsolatedPerformanceRegressionModel.java:[25,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/JPAPerformanceTestModel.java:[36,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/misc/JPA2BootstrapPerformanceTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/reading/JPA2ReadAllEmployeeCompletelyPerformanceComparisonTest.java:[31,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/reading/JPA2ReadAllEmployeeComplexExpressionPerformanceComparisonTest.java:[35,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/reading/JPA2ReadAllEmployeePerformanceComparisonTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/reading/JPA2ReadAllProjectPerformanceComparisonTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/reading/JPA2ReadObjectCompletelyEmployeePerformanceComparisonTest.java:[28,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/writing/JPA2ComplexUpdateEmployeePerformanceComparisonTest.java:[31,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/writing/JPA2InsertDeleteEmployeePerformanceComparisonTest.java:[32,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/writing/JPA2InsertEmployeePerformanceComparisonTest.java:[31,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/writing/JPA2MassInsertEmployeePerformanceComparisonTest.java:[31,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/src/test/java/org/eclipse/persistence/testing/tests/jpa/performance2/writing/JPA2UpdateEmployeePerformanceComparisonTest.java:[30,23] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:55:54 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:55:54 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:55:55 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.performance2-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.performance2-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.performance2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.performance2/target/org.eclipse.persistence.jpa.testapps.performance2.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.persistence32 >--
[INFO] Building Test - Jakarta Persistence 3.2 5.0.0-SNAPSHOT          [90/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.persistence32/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (compile-with-processor) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [debug deprecation release 17] to target/classes
[INFO] [EL Info]: processor: Creating static metadata factory ...
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.Column,/jakarta.persistence.OneToMany,/jakarta.persistence.JoinColumn,/jakarta.persistence.Table,/jakarta.persistence.CollectionTable,/jakarta.persistence.ManyToMany,/jakarta.persistence.NamedQuery,/jakarta.persistence.ManyToOne,/jakarta.persistence.ElementCollection,/jakarta.persistence.Entity,/jakarta.persistence.Version,/jakarta.persistence.NamedEntityGraph,/jakarta.persistence.NamedNativeQuery,/jakarta.persistence.NamedNativeQueries,/jakarta.persistence.Id,/org.eclipse.persistence.annotations.FetchGroups,/jakarta.persistence.JoinTable
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation.
[INFO] [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
[WARNING] No processor claimed any of these annotations: /jakarta.persistence.metamodel.StaticMetamodel,java.compiler/javax.annotation.processing.Generated
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 18 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/AbstractPokemon.java:[79,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/AbstractSuite.java:[75,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/AbstractSchemaManager.java:[39,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/CriteriaBuilderTest.java:[92,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/DatabaseActionVerifyTest.java:[37,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/EntityGraphTest.java:[55,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/EntityManagerFactoryTest.java:[82,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/EntityManagerTest.java:[62,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/QueryTest.java:[54,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/src/test/java/org/eclipse/persistence/testing/tests/jpa/persistence32/UnionCriteriaQueryTest.java:[74,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:55:56 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.persistence32.CriteriaBuilderTest
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.558 s -- in org.eclipse.persistence.testing.tests.jpa.persistence32.CriteriaBuilderTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.persistence32.DatabaseActionVerifyTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s -- in org.eclipse.persistence.testing.tests.jpa.persistence32.DatabaseActionVerifyTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.persistence32.EntityGraphTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.eclipse.persistence.testing.tests.jpa.persistence32.EntityGraphTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.persistence32.EntityManagerFactoryTest
[INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s -- in org.eclipse.persistence.testing.tests.jpa.persistence32.EntityManagerFactoryTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.persistence32.EntityManagerTest
WARNING: This database does not support NOWAIT.
WARNING: Skipping testLockPessimisticWriteWithTimeout because SELECT FOR UPDATE NO WAIT is not supported on DerbyPlatform
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.eclipse.persistence.testing.tests.jpa.persistence32.EntityManagerTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.persistence32.QueryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.eclipse.persistence.testing.tests.jpa.persistence32.QueryTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.persistence32.SchemaManagerCreateTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.persistence.testing.tests.jpa.persistence32.SchemaManagerCreateTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.persistence32.SchemaManagerDropTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s -- in org.eclipse.persistence.testing.tests.jpa.persistence32.SchemaManagerDropTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.persistence32.SchemaManagerTruncateOnExistingTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.eclipse.persistence.testing.tests.jpa.persistence32.SchemaManagerTruncateOnExistingTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.persistence32.SchemaManagerValidateOnMissingColumnTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.eclipse.persistence.testing.tests.jpa.persistence32.SchemaManagerValidateOnMissingColumnTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.persistence32.SchemaManagerValidateOnMissingSchemaTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.eclipse.persistence.testing.tests.jpa.persistence32.SchemaManagerValidateOnMissingSchemaTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.persistence32.SchemaManagerValidateOnModifiedColumnTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s -- in org.eclipse.persistence.testing.tests.jpa.persistence32.SchemaManagerValidateOnModifiedColumnTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.persistence32.SchemaManagerValidateOnSurplusColumnTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.eclipse.persistence.testing.tests.jpa.persistence32.SchemaManagerValidateOnSurplusColumnTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.persistence32.SchemaManagerValidateOnValidSchemaTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.eclipse.persistence.testing.tests.jpa.persistence32.SchemaManagerValidateOnValidSchemaTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.persistence32.UnionCriteriaQueryTest
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.persistence.testing.tests.jpa.persistence32.UnionCriteriaQueryTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 82, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:55:59 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.persistence32-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.persistence32-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.persistence32 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.persistence32/target/org.eclipse.persistence.jpa.testapps.persistence32-model.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.privateowned >--
[INFO] Building Test - privateowned 5.0.0-SNAPSHOT                     [91/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.privateowned/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 12 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/src/main/java/org/eclipse/persistence/testing/models/jpa/privateowned/PrivateOwnedModelTableCreator.java:[26,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:56:00 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:56:00 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.privateowned.PrivateOwnedJUnitTestCase
[EL Warning]: 2024.04.30 10:56:02.685--ServerSession(816944408)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: ALTER TABLE failed. There is no constraint 'ROOT.CMP3_PO_SPARK_PLUG_ENGINE_ID' on table '"ROOT"."CMP3_PO_SPARK_PLUG"'. 
Error Code: 30000
Call: Alter table CMP3_PO_SPARK_PLUG drop constraint CMP3_PO_SPARK_PLUG_ENGINE_ID
Query: DataModifyQuery(sql="Alter table CMP3_PO_SPARK_PLUG drop constraint CMP3_PO_SPARK_PLUG_ENGINE_ID")
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.801 s -- in org.eclipse.persistence.testing.tests.jpa.privateowned.PrivateOwnedJUnitTestCase
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:56:03 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.privateowned-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.privateowned-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.privateowned ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.privateowned/target/org.eclipse.persistence.jpa.testapps.privateowned.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.pu-with-spaces >--
[INFO] Building Test - pu with spaces 5.0.0-SNAPSHOT                   [92/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:56:03 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
Tue Apr 30 10:56:03 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.puwithspaces.PUWithSpacesTest
[EL Warning]: metamodel: 2024.04.30 10:56:05.621--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units.  Please verify that your entity classes are referenced in persistence.xml using either <class> elements or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element
[EL Warning]: metamodel: 2024.04.30 10:56:05.644--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]: metamodel: 2024.04.30 10:56:05.650--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: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 s -- in org.eclipse.persistence.testing.tests.jpa.puwithspaces.PUWithSpacesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:56:05 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.pu-with-spaces-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.pu-with-spaces-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.pu-with-spaces ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/target/org.eclipse.persistence.jpa.testapps.pu-with-spaces.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.remote >--
[INFO] Building Test - remote 5.0.0-SNAPSHOT                           [93/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.remote/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/src/test/java/org.eclipse.persistence.testing.tests.jpa.remote/RemoteEntityManagerTest.java:[41,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:56:06 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:56:06 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.remote.JPARCMLocalChangeSetTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.003 s -- in org.eclipse.persistence.testing.tests.jpa.remote.JPARCMLocalChangeSetTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.remote.RemoteEntityManagerTest
[EL Warning]: metadata: 2024.04.30 10:56:13.705--ServerSession(182052414)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [table] for the entity class [class org.eclipse.persistence.internal.helper.DatabaseField] since weaving was not enabled or did not occur.
[EL Warning]: metadata: 2024.04.30 10:56:13.827--RemoteSession(1803714790)--Reverting the lazy setting on the OneToOne or ManyToOne attribute [table] for the entity class [class org.eclipse.persistence.internal.helper.DatabaseField] since weaving was not enabled or did not occur.
[EL Warning]: 2024.04.30 10:56:14.053--ClientSession(590757895)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: SEQUENCE 'ROOT.MAN_SEQ' does not exist.
Error Code: 30000
Call: VALUES(NEXT VALUE FOR MAN_SEQ)
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR MAN_SEQ)")
[EL Warning]: 2024.04.30 10:56:14.072--ClientSession(590757895)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): 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]: 2024.04.30 10:56:14.087--ClientSession(590757895)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: SEQUENCE 'ROOT.WOMAN_SEQ' does not exist.
Error Code: 30000
Call: VALUES(NEXT VALUE FOR WOMAN_SEQ)
Query: ValueReadQuery(sql="VALUES(NEXT VALUE FOR WOMAN_SEQ)")
[EL Warning]: 2024.04.30 10:56:15.788--UnitOfWork(1096962968)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ValidationException
Exception Description: The attribute [id] of class [org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee] is mapped to a primary key column in the database. Updates are not allowed.
[EL Warning]: 2024.04.30 10:56:15.802--UnitOfWork(502653511)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.ValidationException
Exception Description: The attribute [owner] of class [org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.PhoneNumber] is mapped to a primary key column in the database. Updates are not allowed.
[EL Warning]: 2024.04.30 10:56:15.822--UnitOfWork(359059394)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 169] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 169
[EL Warning]: 2024.04.30 10:56:16.061--UnitOfWork(1347117689)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 179] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 179
[EL Warning]: query: 2024.04.30 10:56:16.477--UnitOfWork(799516744)--UpdateAllQuery cannot use binding on this database platform. Changed query setting to execute without binding.
[EL Warning]: query: 2024.04.30 10:56:16.524--UnitOfWork(1864866421)--UpdateAllQuery cannot use binding on this database platform. Changed query setting to execute without binding.
[EL Warning]: 2024.04.30 10:56:16.574--UnitOfWork(9018650)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.OptimisticLockException
Exception Description: The object [Employee: 188] cannot be updated because it has changed or been deleted since it was last read. 
Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.Employee Primary Key> 188
[INFO] Tests run: 101, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.022 s -- in org.eclipse.persistence.testing.tests.jpa.remote.RemoteEntityManagerTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 106, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:56:16 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.remote-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.remote-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.remote ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.remote/target/org.eclipse.persistence.jpa.testapps.remote.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.sessionbean >--
[INFO] Building Test - sessionbean 5.0.0-SNAPSHOT                      [94/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 12 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/src/main/java/org/eclipse/persistence/testing/models/jpa/attributeconverter/AttributeConverterTableCreator.java:[22,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/src/main/java/org/eclipse/persistence/testing/models/jpa/entitylistener/EntityListenerTableCreator.java:[24,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean-test-sources.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.sessionbean-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.sessionbean-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.sessionbean ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/target/org.eclipse.persistence.jpa.testapps.sessionbean.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.sessionbean.ha >--
[INFO] Building Test - sessionbean.ha 5.0.0-SNAPSHOT                   [95/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 4 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha-test-sources.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.sessionbean.ha-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.sessionbean.ha-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.sessionbean.ha ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/target/org.eclipse.persistence.jpa.testapps.sessionbean.ha.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.validation >--
[INFO] Building Test - validation 5.0.0-SNAPSHOT                       [96/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.validation/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/src/test/java/org/eclipse/persistence/testing/tests/jpa/validation/QueryParameterValidationTest.java:[31,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:56:18 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:56:18 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.validation.QueryParameterValidationTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 s -- in org.eclipse.persistence.testing.tests.jpa.validation.QueryParameterValidationTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.validation.ValidationTest
[EL Info]: 2024.04.30 10:56:20.689--ServerSession(424732838)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Severe]: 2024.04.30 10:56:20.698--ServerSession(424732838)--java.lang.RuntimeException: tmpDataSourceImp getConnection called
[EL Severe]: ejb: 2024.04.30 10:56:20.698--ServerSession(424732838)--java.lang.RuntimeException: tmpDataSourceImp getConnection called
[EL Info]: 2024.04.30 10:56:20.703--ServerSession(938405008)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Severe]: 2024.04.30 10:56:20.704--ServerSession(938405008)--java.lang.RuntimeException: tmpDataSourceImp getConnection called
[EL Severe]: ejb: 2024.04.30 10:56:20.704--ServerSession(938405008)--java.lang.RuntimeException: tmpDataSourceImp getConnection called
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.132 s -- in org.eclipse.persistence.testing.tests.jpa.validation.ValidationTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:56:21 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.validation-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.validation-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.validation/target/org.eclipse.persistence.jpa.testapps.validation.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.weaving >--
[INFO] Building Test - weaving 5.0.0-SNAPSHOT                          [97/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.weaving/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Copying 1 resource from src/main/resources/META-INF to target/classes/META-INF
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/src/test/java/org/eclipse/persistence/testing/tests/jpa/weaving/WeavingTest.java: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/src/test/java/org/eclipse/persistence/testing/tests/jpa/weaving/WeavingTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/src/test/java/org/eclipse/persistence/testing/tests/jpa/weaving/WeavingTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:56:21 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:56:21 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.weaving.WeavingTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.585 s -- in org.eclipse.persistence.testing.tests.jpa.weaving.WeavingTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:3.2.5:test (asm-eclipselink-test) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.weaving.WeavingTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.513 s -- in org.eclipse.persistence.testing.tests.jpa.weaving.WeavingTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:3.2.5:test (asm-ow2-test) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.weaving.WeavingTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.518 s -- in org.eclipse.persistence.testing.tests.jpa.weaving.WeavingTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:56:27 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.weaving-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.weaving-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.weaving ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.weaving/target/org.eclipse.persistence.jpa.testapps.weaving.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common >--
[INFO] Building Test - xml.composite.advanced.common 5.0.0-SNAPSHOT    [98/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 24 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/composite/advanced/member_1/AdvancedTableCreator_1.java:[38,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/composite/advanced/member_2/AdvancedTableCreator_2.java:[38,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/composite/advanced/member_3/AdvancedTableCreator_3.java:[38,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] No tests to run.
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_1) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/resources-member_1
[INFO] Copying 12 resources from target/classes to target/member_1
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_2) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/resources-member_2
[INFO] Copying 11 resources from target/classes to target/member_2
[INFO] 
[INFO] --- resources:3.3.1:copy-resources (prepare-composite.advanced.member_3) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/src/main/resources-member_3
[INFO] Copying 10 resources from target/classes to target/member_3
[INFO] 
[INFO] --- jar:3.3.0:jar (package-composite.advanced.member_1) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_1.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-composite.advanced.member_2) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_2.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-composite.advanced.member_3) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-member_3.jar
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] skipping...
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.common.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 >--
[INFO] Building Test - xml.composite.advanced.member_1 5.0.0-SNAPSHOT  [99/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 >--
[INFO] Building Test - xml.composite.advanced.member_2 5.0.0-SNAPSHOT [100/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 >--
[INFO] Building Test - xml.composite.advanced.member_3 5.0.0-SNAPSHOT [101/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.composite.advanced >--
[INFO] Building Test - xml.composite.advanced 5.0.0-SNAPSHOT          [102/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/composite/advanced/XmlCompositeAdvancedJUnitTest.java:[93,51] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] 
[INFO] --- dependency:3.6.1:copy-dependencies (get-members-for-resourcelocal) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Copying org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_1.jar
[INFO] Copying org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_2.jar
[INFO] Copying org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.member_3.jar
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:56:29 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:56:29 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.composite.advanced.XmlCompositeAdvancedJUnitTest
[EL Warning]: metamodel: 2024.04.30 10:56:31.707--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: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.130 s -- in org.eclipse.persistence.testing.tests.jpa.xml.composite.advanced.XmlCompositeAdvancedJUnitTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:56:32 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Not generating server-side descriptors...
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/eclipselink-packager/generated
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced_ejb.jar
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.xml.composite.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.composite.advanced-tests.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.advanced >--
[INFO] Building Test - xml.advanced 5.0.0-SNAPSHOT                    [103/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 55 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/AdvancedTableCreator.java:[38,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/compositepk/CompositePKTableCreator.java:[25,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/advanced/XmlAdvancedJunitTest.java:[39,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/advanced/XmlAdvancedTest.java:[93,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/advanced/compositepk/XmlAdvancedCompositePKTest.java:[55,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:56:33 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:56:33 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.advanced.XmlAdvancedJunitTest
[EL Info]: ServerSession(793269462)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.808 s -- in org.eclipse.persistence.testing.tests.jpa.xml.advanced.XmlAdvancedJunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.advanced.XmlAdvancedTest
WARNING: This database does not support stored procedure creation.
[INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.514 s -- in org.eclipse.persistence.testing.tests.jpa.xml.advanced.XmlAdvancedTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.advanced.compositepk.XmlAdvancedCompositePKTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.248 s -- in org.eclipse.persistence.testing.tests.jpa.xml.advanced.compositepk.XmlAdvancedCompositePKTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:56:37 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-model.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.xml.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/target/org.eclipse.persistence.jpa.testapps.xml.advanced-tests.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.advanced >--
[INFO] Building Test - xml.extended.advanced 5.0.0-SNAPSHOT           [104/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:56:38 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:56:38 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[EL Warning]: metadata: ServerSession(1593458942)--Overriding the PROPERTY mapping attribute [method getId] with the PROPERTY mapping attribute [method getId] from class [org.eclipse.persistence.testing.models.jpa.xml.advanced.Customer]. To avoid this warning you should mark the attribute [method getId] as transient.
[EL Warning]: metadata: ServerSession(1593458942)--Overriding the PROPERTY mapping attribute [method getVersion] with the PROPERTY mapping attribute [method getVersion] from class [org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee]. To avoid this warning you should mark the attribute [method getVersion] as transient.
[EL Warning]: metadata: ServerSession(1593458942)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.xml.advanced.PhoneNumber] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: ServerSession(1593458942)--Ignoring Jakarta Persistence convert specification on element [method getProvince] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Address] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: ServerSession(1593458942)--Ignoring Jakarta Persistence convert specification on element [method getType] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Address] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: ServerSession(1593458942)--Ignoring Jakarta Persistence convert specification on element [method getGender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: ServerSession(1593458942)--Ignoring Jakarta Persistence convert specification on element [field firstName] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: ServerSession(1593458942)--Ignoring Jakarta Persistence convert specification on element [method getResponsibilities] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: ServerSession(1593458942)--Ignoring Jakarta Persistence convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: ServerSession(1593458942)--Ignoring Jakarta Persistence convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified.
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.extended.advanced.XmlExtendedAdvancedJunitTest
[EL Warning]: metadata: ServerSession(1526305386)--Overriding the PROPERTY mapping attribute [method getId] with the PROPERTY mapping attribute [method getId] from class [org.eclipse.persistence.testing.models.jpa.xml.advanced.Customer]. To avoid this warning you should mark the attribute [method getId] as transient.
[EL Warning]: metadata: ServerSession(1526305386)--Overriding the PROPERTY mapping attribute [method getVersion] with the PROPERTY mapping attribute [method getVersion] from class [org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee]. To avoid this warning you should mark the attribute [method getVersion] as transient.
[EL Warning]: metadata: ServerSession(1526305386)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.xml.advanced.PhoneNumber] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: ServerSession(1526305386)--Ignoring Jakarta Persistence convert specification on element [method getProvince] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Address] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: ServerSession(1526305386)--Ignoring Jakarta Persistence convert specification on element [method getType] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Address] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: ServerSession(1526305386)--Ignoring Jakarta Persistence convert specification on element [method getGender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: ServerSession(1526305386)--Ignoring Jakarta Persistence convert specification on element [field firstName] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: ServerSession(1526305386)--Ignoring Jakarta Persistence convert specification on element [method getResponsibilities] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: ServerSession(1526305386)--Ignoring Jakarta Persistence convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: ServerSession(1526305386)--Ignoring Jakarta Persistence convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.Employee] since EclipseLink convert metadata is specified.
[EL Info]: ServerSession(1526305386)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.991 s -- in org.eclipse.persistence.testing.tests.jpa.xml.extended.advanced.XmlExtendedAdvancedJunitTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.extended.advanced.XmlExtendedAdvancedTest
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
[INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.657 s -- in org.eclipse.persistence.testing.tests.jpa.xml.extended.advanced.XmlExtendedAdvancedTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.extended.advanced.compositepk.XmlExtendedAdvancedCompositePKTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.235 s -- in org.eclipse.persistence.testing.tests.jpa.xml.extended.advanced.compositepk.XmlExtendedAdvancedCompositePKTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:56:42 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced-model.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria >--
[INFO] Building Test - xml.extended.advanced.additionalcriteria 5.0.0-SNAPSHOT [105/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/additionalcriteria/AdvancedACTableCreator.java:[38,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/extended/advanced/additionalcriteria/XmlExtendedAdvancedACTest.java:[55,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:56:43 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:56:43 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.extended.advanced.additionalcriteria.XmlExtendedAdvancedACTest
[EL Info]: ServerSession(190628410)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 s -- in org.eclipse.persistence.testing.tests.jpa.xml.extended.advanced.additionalcriteria.XmlExtendedAdvancedACTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:56:46 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.additionalcriteria.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup >--
[INFO] Building Test - xml.extended.advanced.fetchgroup 5.0.0-SNAPSHOT [106/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/fetchgroup/AdvancedFetchGroupTableCreator.java:[24,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/src/test/java/org/eclipse/persistence/testing/tests/jpa/advanced/fetchgroup/XmlExtendedFetchGroupTest.java:[45,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:56:46 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:56:46 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.advanced.fetchgroup.XmlExtendedFetchGroupTest
[EL Info]: ServerSession(1338905451)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 s -- in org.eclipse.persistence.testing.tests.jpa.advanced.fetchgroup.XmlExtendedFetchGroupTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:56:49 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/target/org.eclipse.persistence.jpa.testapps.xml.extended.advanced.fetchgroup-model.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate >--
[INFO] Building Test - xml.extended.complexaggregate 5.0.0-SNAPSHOT   [107/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 15 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/complexaggregate/ComplexAggregateTableCreator.java:[31,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/complexaggregate/XmlExtendedComplexAggregateTest.java:[51,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:56:50 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:56:50 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.complexaggregate.XmlExtendedComplexAggregateTest
[EL Info]: ServerSession(1914108708)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metadata: ServerSession(1914108708)--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(1914108708)--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(1914108708)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[ownershipDetails] because the aggregate has a (possibly nested) target foreign key mapping
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.546 s -- in org.eclipse.persistence.testing.tests.jpa.xml.complexaggregate.XmlExtendedComplexAggregateTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:56:53 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/target/org.eclipse.persistence.jpa.testapps.xml.extended.complexaggregate.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.inheritance >--
[INFO] Building Test - xml.inheritance 5.0.0-SNAPSHOT                 [108/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 34 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inheritance/InheritanceTableCreator.java:[31,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/inheritance/XmlInheritanceTest.java:[59,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:56:53 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:56:53 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.inheritance.XmlInheritanceTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.613 s -- in org.eclipse.persistence.testing.tests.jpa.xml.inheritance.XmlInheritanceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:56:56 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.inheritance-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-model.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.xml.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.inheritance-tests.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.inheritance >--
[INFO] Building Test - xml.extended.inheritance 5.0.0-SNAPSHOT        [109/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:56:57 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:56:57 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.extended.inheritance.XmlExtendedInheritanceTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.703 s -- in org.eclipse.persistence.testing.tests.jpa.xml.extended.inheritance.XmlExtendedInheritanceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:57:00 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.inheritance-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.inheritance ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/target/org.eclipse.persistence.jpa.testapps.xml.extended.inheritance.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.relationships >--
[INFO] Building Test - xml.relationships 5.0.0-SNAPSHOT               [110/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 20 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/relationships/RelationshipsTableManager.java:[28,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/relationships/XmlRelationshipsTest.java:[46,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:57:01 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
Tue Apr 30 10:57:01 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.relationships.XmlRelationshipsTest
[EL Info]: ServerSession(1128266449)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.830 s -- in org.eclipse.persistence.testing.tests.jpa.xml.relationships.XmlRelationshipsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:57:04 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.relationships-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-model.jar
[INFO] 
[INFO] --- jar:3.3.0:test-jar (package-se-tests) @ org.eclipse.persistence.jpa.testapps.xml.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/target/org.eclipse.persistence.jpa.testapps.xml.relationships-tests.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.relationships >--
[INFO] Building Test - xml.extended.relationships 5.0.0-SNAPSHOT      [111/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:57:05 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:57:05 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.extended.relationships.XmlExtendedRelationshipsTest
[EL Info]: ServerSession(1404834600)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: ServerSession(1404834600)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP MANUFACTURER_SEQ_GEN' cannot be performed on 'MANUFACTURER_SEQ_GEN' because it does not exist.
Error Code: 30000
Call: DROP SEQUENCE MANUFACTURER_SEQ_GEN RESTRICT
Query: DataModifyQuery(sql="DROP SEQUENCE MANUFACTURER_SEQ_GEN RESTRICT")
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.866 s -- in org.eclipse.persistence.testing.tests.jpa.xml.extended.relationships.XmlExtendedRelationshipsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:57:08 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.relationships-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.relationships-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/target/org.eclipse.persistence.jpa.testapps.xml.extended.relationships.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 >--
[INFO] Building Test - xml.extended.composite.advanced.member_1 5.0.0-SNAPSHOT [112/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 >--
[INFO] Building Test - xml.extended.composite.advanced.member_2 5.0.0-SNAPSHOT [113/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 >--
[INFO] Building Test - xml.extended.composite.advanced.member_3 5.0.0-SNAPSHOT [114/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- dependency:3.6.1:unpack-dependencies (unpack-member) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] No sources in project. Archive not created.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3 ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced >--
[INFO] Building Test - xml.extended.composite.advanced 5.0.0-SNAPSHOT [115/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] 
[INFO] --- dependency:3.6.1:copy-dependencies (get-members-for-resourcelocal) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Copying org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_1.jar
[INFO] Copying org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_2.jar
[INFO] Copying org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/classes/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.member_3.jar
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:57:10 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:57:10 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[EL Warning]: metadata: 2024.04.30 10:57:12.803--ServerSession(2130192211)--Overriding the PROPERTY mapping attribute [method getId] with the PROPERTY mapping attribute [method getId] from class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Customer]. To avoid this warning you should mark the attribute [method getId] as transient.
[EL Warning]: metadata: 2024.04.30 10:57:12.819--ServerSession(2130192211)--Ignoring Jakarta Persistence convert specification on element [method getProvince] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:57:12.820--ServerSession(2130192211)--Ignoring Jakarta Persistence convert specification on element [method getType] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:57:12.981--ServerSession(967323951)--Overriding the PROPERTY mapping attribute [method getVersion] with the PROPERTY mapping attribute [method getVersion] from class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee]. To avoid this warning you should mark the attribute [method getVersion] as transient.
[EL Warning]: metadata: 2024.04.30 10:57:12.993--ServerSession(967323951)--Ignoring Jakarta Persistence convert specification on element [method getGender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:57:12.994--ServerSession(967323951)--Ignoring Jakarta Persistence convert specification on element [field firstName] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:57:13.016--ServerSession(1620409359)--Overriding the PROPERTY mapping attribute [method getId] with the PROPERTY mapping attribute [method getId] from class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Customer]. To avoid this warning you should mark the attribute [method getId] as transient.
[EL Warning]: metadata: 2024.04.30 10:57:13.017--ServerSession(1620409359)--Ignoring Jakarta Persistence convert specification on element [method getProvince] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:57:13.018--ServerSession(1620409359)--Ignoring Jakarta Persistence convert specification on element [method getType] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:57:13.056--ServerSession(1454026445)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_3.PhoneNumber] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:57:13.067--ServerSession(967323951)--Ignoring Jakarta Persistence convert specification on element [method getResponsibilities] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:57:13.070--ServerSession(967323951)--Ignoring Jakarta Persistence convert specification on element [method getCreditCards] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:57:13.070--ServerSession(967323951)--Ignoring Jakarta Persistence convert specification on element [method getCreditCards] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:57:13.071--ServerSession(967323951)--Ignoring Jakarta Persistence convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:57:13.071--ServerSession(967323951)--Ignoring Jakarta Persistence convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified.
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.extended.composite.advanced.ExtendedXmlCompositeAdvancedJUnitTest
[EL Warning]: metadata: 2024.04.30 10:57:13.302--ServerSession(237297104)--Overriding the PROPERTY mapping attribute [method getId] with the PROPERTY mapping attribute [method getId] from class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Customer]. To avoid this warning you should mark the attribute [method getId] as transient.
[EL Warning]: metadata: 2024.04.30 10:57:13.305--ServerSession(237297104)--Ignoring Jakarta Persistence convert specification on element [method getProvince] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:57:13.305--ServerSession(237297104)--Ignoring Jakarta Persistence convert specification on element [method getType] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:57:13.327--ServerSession(1185618138)--Overriding the PROPERTY mapping attribute [method getVersion] with the PROPERTY mapping attribute [method getVersion] from class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee]. To avoid this warning you should mark the attribute [method getVersion] as transient.
[EL Warning]: metadata: 2024.04.30 10:57:13.332--ServerSession(1185618138)--Ignoring Jakarta Persistence convert specification on element [method getGender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:57:13.333--ServerSession(1185618138)--Ignoring Jakarta Persistence convert specification on element [field firstName] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:57:13.353--ServerSession(1280128554)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_3.PhoneNumber] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:57:13.355--ServerSession(1185618138)--Ignoring Jakarta Persistence convert specification on element [method getResponsibilities] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:57:13.355--ServerSession(1185618138)--Ignoring Jakarta Persistence convert specification on element [method getCreditCards] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:57:13.356--ServerSession(1185618138)--Ignoring Jakarta Persistence convert specification on element [method getCreditCards] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:57:13.356--ServerSession(1185618138)--Ignoring Jakarta Persistence convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:57:13.357--ServerSession(1185618138)--Ignoring Jakarta Persistence convert specification on element [method getCreditLines] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_2.Employee] since EclipseLink convert metadata is specified.
[EL Warning]: metamodel: 2024.04.30 10:57:13.749--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]: metadata: 2024.04.30 10:57:14.493--ServerSession(1309191417)--Overriding the PROPERTY mapping attribute [method getId] with the PROPERTY mapping attribute [method getId] from class [org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Customer]. To avoid this warning you should mark the attribute [method getId] as transient.
[EL Warning]: metadata: 2024.04.30 10:57:14.494--ServerSession(1309191417)--Ignoring Jakarta Persistence convert specification on element [method getProvince] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:57:14.495--ServerSession(1309191417)--Ignoring Jakarta Persistence convert specification on element [method getType] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_1.Address] since EclipseLink convert metadata is specified.
WARNING: This database does not support stored procedure creation.
WARNING: This database does not support stored procedure creation.
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.368 s -- in org.eclipse.persistence.testing.tests.jpa.xml.extended.composite.advanced.ExtendedXmlCompositeAdvancedJUnitTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:57:14 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Not generating server-side descriptors...
[INFO] Copying 2 resources
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/eclipselink-packager/generated
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced_ejb.jar
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/target/org.eclipse.persistence.jpa.testapps.xml.extended.composite.advanced.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.advanced >--
[INFO] Building Test - xml.merge.advanced 5.0.0-SNAPSHOT              [116/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 9 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/merge/advanced/XmlMergeAdvancedTest.java:[51,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] 
[INFO] --- dependency:3.6.1:copy-dependencies (get-members-for-resourcelocal) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Copying org.eclipse.persistence.jpa.testapps.advanced-model.jar to /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/classes/org.eclipse.persistence.jpa.testapps.advanced-model.jar
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:57:15 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
Tue Apr 30 10:57:15 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[EL Warning]: metadata: ServerSession(271095942)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.merge.advanced.XmlMergeAdvancedTest
[EL Warning]: metadata: ServerSession(1202081661)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Info]: ServerSession(1202081661)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.732 s -- in org.eclipse.persistence.testing.tests.jpa.xml.merge.advanced.XmlMergeAdvancedTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:57:18 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.merge.advanced-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.merge.advanced-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 1 resource
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced.jar
[INFO] 
[INFO] --- jar:3.3.0:jar (package-model) @ org.eclipse.persistence.jpa.testapps.xml.merge.advanced ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/target/org.eclipse.persistence.jpa.testapps.xml.merge.advanced-model.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning >--
[INFO] Building Test - xml.merge.incompletemappings.nonowning 5.0.0-SNAPSHOT [117/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/merge/incompletemappings/nonowning/RelationshipsTableManager.java:[26,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:57:19 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:57:19 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.merge.incompletemappings.nonowning.EntityMappingsIncompleteNonOwningTest
[EL Warning]: 2024.04.30 10:57:22.001--ServerSession(1193398802)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP XML_INC_ADDRESS_SEQ' cannot be performed on 'XML_INC_ADDRESS_SEQ' because it does not exist.
Error Code: 30000
Call: DROP SEQUENCE XML_INC_ADDRESS_SEQ RESTRICT
Query: DataModifyQuery(sql="DROP SEQUENCE XML_INC_ADDRESS_SEQ RESTRICT")
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.636 s -- in org.eclipse.persistence.testing.tests.jpa.xml.merge.incompletemappings.nonowning.EntityMappingsIncompleteNonOwningTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:57:22 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.nonowning.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning >--
[INFO] Building Test - xml.merge.incompletemappings.owning 5.0.0-SNAPSHOT [118/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 10 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/merge/incompletemappings/owning/SecurityBadge.java:[44,23] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/merge/incompletemappings/owning/AdvancedTableCreator.java:[24,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:57:23 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:57:23 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.merge.incompletemappings.owning.EntityMappingsIncompleteOwningTest
[EL Warning]: 2024.04.30 10:57:25.470--ServerSession(367967231)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP XML_MERGE_PROJECT_SEQ' cannot be performed on 'XML_MERGE_PROJECT_SEQ' because it does not exist.
Error Code: 30000
Call: DROP SEQUENCE XML_MERGE_PROJECT_SEQ RESTRICT
Query: DataModifyQuery(sql="DROP SEQUENCE XML_MERGE_PROJECT_SEQ RESTRICT")
[EL Warning]: 2024.04.30 10:57:25.489--ServerSession(367967231)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: java.sql.SQLSyntaxErrorException: 'DROP XML_MERGE_ADDRESS_SEQ' cannot be performed on 'XML_MERGE_ADDRESS_SEQ' because it does not exist.
Error Code: 30000
Call: DROP SEQUENCE XML_MERGE_ADDRESS_SEQ RESTRICT
Query: DataModifyQuery(sql="DROP SEQUENCE XML_MERGE_ADDRESS_SEQ RESTRICT")
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.596 s -- in org.eclipse.persistence.testing.tests.jpa.xml.merge.incompletemappings.owning.EntityMappingsIncompleteOwningTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:57:26 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/target/org.eclipse.persistence.jpa.testapps.xml.merge.incompletemappings.owning.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.inherited >--
[INFO] Building Test - xml.merge.inherited 5.0.0-SNAPSHOT             [119/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Copying 5 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 14 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/merge/inherited/Alpine.java:[29,34] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/merge/inherited/Alpine.java:[40,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:57:26 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:57:26 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.merge.inherited.XmlMergeInheritedTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.611 s -- in org.eclipse.persistence.testing.tests.jpa.xml.merge.inherited.XmlMergeInheritedTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:57:29 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.merge.inherited-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.merge.inherited-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.merge.inherited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/target/org.eclipse.persistence.jpa.testapps.xml.merge.inherited.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.merge.relationships >--
[INFO] Building Test - xml.merge.relationships 5.0.0-SNAPSHOT         [120/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 6 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/merge/relationships/Item.java:[88,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/merge/relationships/Item.java:[88,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/merge/relationships/RelationshipsTableManager.java:[28,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:57:30 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
Tue Apr 30 10:57:30 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[EL Warning]: metadata: 2024.04.30 10:57:32.074--ServerSession(1304117943)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient.
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.merge.relationships.EntityMappingsMergeRelationshipsJUnitTestCase
[EL Warning]: metadata: 2024.04.30 10:57:32.336--ServerSession(1336775847)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient.
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.583 s -- in org.eclipse.persistence.testing.tests.jpa.xml.merge.relationships.EntityMappingsMergeRelationshipsJUnitTestCase
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:57:33 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.merge.relationships-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.merge.relationships-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.merge.relationships ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/target/org.eclipse.persistence.jpa.testapps.xml.merge.relationships.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant >--
[INFO] Building Test - xml.advanced.multitenant 5.0.0-SNAPSHOT        [121/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 14 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/multitenant/AdvancedMultiTenantTableCreator.java:[26,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/advanced/EntityMappingsMultitenantJunitBase.java:[46,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:57:33 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:57:33 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[EL Warning]: metadata: 2024.04.30 10:57:35.844--ServerSession(475603167)--Ignoring Jakarta Persistence convert specification on element [field gender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mafioso] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:57:35.854--ServerSession(475603167)--The tenant discriminator context property for the tenant discriminator column [XML_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:57:35.989--ServerSession(764826684)--Ignoring Jakarta Persistence convert specification on element [field gender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mafioso] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:57:35.990--ServerSession(764826684)--The tenant discriminator context property for the tenant discriminator column [XML_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:57:36.010--ServerSession(840514538)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:57:36.011--ServerSession(840514538)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:57:36.011--ServerSession(840514538)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:57:36.011--ServerSession(840514538)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:57:36.030--ServerSession(1384454980)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:57:36.031--ServerSession(1384454980)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:57:36.031--ServerSession(1384454980)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:57:36.032--ServerSession(1384454980)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id.
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.advanced.EntityMappingsMultitenant123Test
[EL Warning]: metadata: 2024.04.30 10:57:36.235--ServerSession(727860268)--Ignoring Jakarta Persistence convert specification on element [field gender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mafioso] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:57:36.237--ServerSession(727860268)--The tenant discriminator context property for the tenant discriminator column [XML_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.742 s -- in org.eclipse.persistence.testing.tests.jpa.xml.advanced.EntityMappingsMultitenant123Test
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.advanced.EntityMappingsMultitenantSharedEMFTest
[EL Warning]: metadata: 2024.04.30 10:57:36.895--ServerSession(408909888)--Ignoring Jakarta Persistence convert specification on element [field gender] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mafioso] since EclipseLink convert metadata is specified.
[EL Warning]: metadata: 2024.04.30 10:57:36.896--ServerSession(408909888)--The tenant discriminator context property for the tenant discriminator column [XML_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:57:36.904--ServerSession(408909888)--Parent Entity XMLMafioso has an isolation level of: ISOLATED which is more protective then the subclass XMLCapo with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: 2024.04.30 10:57:36.905--ServerSession(408909888)--Parent Entity XMLMafioso has an isolation level of: ISOLATED which is more protective then the subclass XMLBoss with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: 2024.04.30 10:57:36.906--ServerSession(408909888)--Parent Entity XMLMafioso has an isolation level of: ISOLATED which is more protective then the subclass XMLSoldier with isolation: null so the subclass has been set to the isolation level ISOLATED.
[EL Warning]: metadata: 2024.04.30 10:57:36.906--ServerSession(408909888)--Parent Entity XMLMafioso has an isolation level of: ISOLATED which is more protective then the subclass XMLUnderboss with isolation: null so the subclass has been set to the isolation level ISOLATED.
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s -- in org.eclipse.persistence.testing.tests.jpa.xml.advanced.EntityMappingsMultitenantSharedEMFTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.advanced.EntityMappingsMultitenantTableCTest
[EL Warning]: metadata: 2024.04.30 10:57:37.192--ServerSession(1586246816)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:57:37.192--ServerSession(1586246816)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:57:37.192--ServerSession(1586246816)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:57:37.193--ServerSession(1586246816)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id.
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s -- in org.eclipse.persistence.testing.tests.jpa.xml.advanced.EntityMappingsMultitenantTableCTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.advanced.EntityMappingsMultitenantTableTest
[EL Warning]: metadata: 2024.04.30 10:57:37.386--ServerSession(979117606)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:57:37.386--ServerSession(979117606)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:57:37.387--ServerSession(979117606)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id.
[EL Warning]: metadata: 2024.04.30 10:57:37.387--ServerSession(979117606)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.xml.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id.
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s -- in org.eclipse.persistence.testing.tests.jpa.xml.advanced.EntityMappingsMultitenantTableTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:57:37 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant_ejb.jar
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/target/org.eclipse.persistence.jpa.testapps.xml.advanced.multitenant.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.inherited >--
[INFO] Building Test - xml.inherited 5.0.0-SNAPSHOT                   [122/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 27 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Alpine.java:[26,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Alpine overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/BecksTag.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.BecksTag overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Becks.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Becks overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/CoronaTag.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.CoronaTag overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Corona.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Corona overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Heineken.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Heineken overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/TelephoneNumberPK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.TelephoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/TelephoneNumber.java:[27,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.TelephoneNumber overrides equals, but neither it nor any superclass overrides hashCode method
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/InheritedTableManager.java:[41,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/src/test/java/org/eclipse/persistence/testing/tests/jpa/xml/inherited/EntityMappingsInheritedJUnitTestCase.java:[83,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:57:38 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:57:38 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[EL Warning]: metadata: ServerSession(737945227)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202404301045): 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(737945227)--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(737945227)--The reference column name [ID] mapped on the element [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(737945227)--The reference column name [ID] mapped on the element [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(737945227)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided.
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.inherited.EntityMappingsInheritedJUnitTestCase
[EL Warning]: metadata: ServerSession(712423434)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 5.0.0.v202404301045): 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(712423434)--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(712423434)--The reference column name [ID] mapped on the element [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(712423434)--The reference column name [ID] mapped on the element [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(712423434)--The reference column name [ID] mapped on the element [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(712423434)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[EL Warning]: metadata: ServerSession(712423434)--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(712423434)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.229 s -- in org.eclipse.persistence.testing.tests.jpa.xml.inherited.EntityMappingsInheritedJUnitTestCase
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:57:42 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.inherited-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.inherited-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.inherited ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/target/org.eclipse.persistence.jpa.testapps.xml.inherited.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.metadatacomplete >--
[INFO] Building Test - xml.metadatacomplete 5.0.0-SNAPSHOT            [123/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Copying 3 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:57:42 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:57:42 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.metadatacomplete.XmlMetadataCompleteTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 s -- in org.eclipse.persistence.testing.tests.jpa.xml.metadatacomplete.XmlMetadataCompleteTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:57:45 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.metadatacomplete-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.metadatacomplete ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.metadatacomplete.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional >--
[INFO] Building Test - xml.relationships.unidirectional 5.0.0-SNAPSHOT [124/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 10 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/relationships/unidirectional/AdvancedTableCreator.java:[24,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:57:46 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
Tue Apr 30 10:57:46 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.relationships.unidirectional.XmlUnidirectionalRelationshipsTest
[EL Info]: ServerSession(107994825)--EclipseLink, version: Eclipse Persistence Services - 5.0.0.v202404301045
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 s -- in org.eclipse.persistence.testing.tests.jpa.xml.relationships.unidirectional.XmlUnidirectionalRelationshipsTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:57:49 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/target/org.eclipse.persistence.jpa.testapps.xml.relationships.unidirectional.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete >--
[INFO] Building Test - xml.xmlmetadatacomplete 5.0.0-SNAPSHOT         [125/135]
[INFO]   from jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/src/main/java/org/eclipse/persistence/testing/models/jpa/xml/xmlmetadatacomplete/XLMMappingMetadataCompleteTableManager.java:[26,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] 
[INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Starting the Derby server ...
Tue Apr 30 10:57:49 UTC 2024 : Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Tue Apr 30 10:57:49 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) started and ready to accept connections on port 1527
[INFO] Derby ping-pong: [OK]
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.xmlmetadatacomplete.XMLMappingMetadataCompleteTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.343 s -- in org.eclipse.persistence.testing.tests.jpa.xml.xmlmetadatacomplete.XMLMappingMetadataCompleteTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-test-sources.jar
[INFO] 
[INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Initializing Derby server control for localhost/127.0.0.1
[INFO] Derby system shutdown.
Tue Apr 30 10:57:52 UTC 2024 : Apache Derby Network Server - 10.17.1.0 - (1913217) shutdown
[INFO] Derby has stopped!
[INFO] Removing locks...
[INFO] Locks removed.
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/target/org.eclipse.persistence.jpa.testapps.xml.xmlmetadatacomplete.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.nativeapi >--
[INFO] Building Test - nativeapi 5.0.0-SNAPSHOT                       [126/135]
[INFO]   from jpa/eclipselink.jpa.testapps/nativeapi/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 7 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/src/main/java/org/eclipse/persistence/testing/models/nativeapitest/NativeAPITestTableCreator.java:[23,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi-test-sources.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 13 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.nativeapi-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.nativeapi-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi_ejb.jar
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.nativeapi ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps/nativeapi/target/org.eclipse.persistence.jpa.testapps.nativeapi.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.nosql >--
[INFO] Building Persistence TestApps - NoSQL 5.0.0-SNAPSHOT           [127/135]
[INFO]   from jpa/eclipselink.jpa.testapps.nosql/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.nosql-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.nosql-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.nosql ---
[INFO] pom projects not supported, skipping...
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.nosql ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.nosql.mongo >--
[INFO] Building Test - nosql.mongo 5.0.0-SNAPSHOT                     [128/135]
[INFO]   from jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/src/main/java/org/eclipse/persistence/testing/models/jpa/mongo/Order.java:[65,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/src/main/java/org/eclipse/persistence/testing/models/jpa/mongo/Order.java:[65,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/src/main/java/org/eclipse/persistence/testing/models/jpa/mongo/Order.java:[70,6] jakarta.persistence.Temporal in jakarta.persistence has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/src/main/java/org/eclipse/persistence/testing/models/jpa/mongo/Order.java:[70,15] jakarta.persistence.TemporalType in jakarta.persistence has been deprecated
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:start-mongo (start-mongo) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[EL Warning]: metadata: 2024.04.30 10:57:55.018--ServerSession(1031061344)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:57:55.460--ServerSession(1238616099)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[INFO] Running org.eclipse.persistence.testing.tests.jpa.mongo.MongoDatabaseTest
[EL Warning]: metadata: 2024.04.30 10:57:55.735--ServerSession(1627781283)--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.
344  [main] INFO  org.mongodb.driver.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync", "version": "5.0.0"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/21.0.2+13-58", "env": {"container": {"orchestrator": "kubernetes"}}} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ProvidersCodecRegistry{codecProviders=[MapOfCodecsProvider{codecsMap={class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@2bc9a775, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@27b000f7, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@42f9c19a}}]}, ProvidersCodecRegistry{codecProviders=[DocumentCodecProvider{}]}, ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@64bfd6fd, com.mongodb.Jep395RecordCodecProvider@2ab2710, com.mongodb.KotlinCodecProvider@253b380a]}]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null}
362  [cluster-ClusterId{value='6630ceb31845410d8f7378e8', description='null'}-localhost:27017] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=18411270}
889  [main] INFO  org.mongodb.driver.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync", "version": "5.0.0"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/21.0.2+13-58", "env": {"container": {"orchestrator": "kubernetes"}}} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@64bfd6fd, com.mongodb.Jep395RecordCodecProvider@2ab2710, com.mongodb.KotlinCodecProvider@253b380a]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null}
889  [cluster-ClusterId{value='6630ceb41845410d8f737927', description='null'}-localhost:27017] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=844534}
[EL Warning]: metadata: 2024.04.30 10:57:56.498--ServerSession(843100836)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:57:56.517--ServerSession(454841229)--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.
924  [main] INFO  org.mongodb.driver.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync", "version": "5.0.0"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/21.0.2+13-58", "env": {"container": {"orchestrator": "kubernetes"}}} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=MongoCredential{mechanism=null, userName='unknownuser', source='ecl_test', password=<hidden>, mechanismProperties=<hidden>}, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ProvidersCodecRegistry{codecProviders=[MapOfCodecsProvider{codecsMap={class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@2bc9a775, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@27b000f7, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@42f9c19a}}]}, ProvidersCodecRegistry{codecProviders=[DocumentCodecProvider{}]}, ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@64bfd6fd, com.mongodb.Jep395RecordCodecProvider@2ab2710, com.mongodb.KotlinCodecProvider@253b380a]}]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='100 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null}
924  [cluster-ClusterId{value='6630ceb41845410d8f737928', description='null'}-localhost:27017] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=681760}
928  [main] INFO  org.mongodb.driver.cluster - Waiting for server to become available for operation with ID 135. Remaining time: 100 ms. Selector: ReadPreferenceServerSelector{readPreference=primary}, topology description: {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING}].
[EL Severe]: 2024.04.30 10:57:56.546--ServerSession(454841229)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.eis.EISException
Internal Exception: jakarta.resource.ResourceException: com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='ecl_test', password=<hidden>, mechanismProperties=<hidden>}
Error Code: 000
[EL Severe]: ejb: 2024.04.30 10:57:56.546--ServerSession(454841229)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.eis.EISException
Internal Exception: jakarta.resource.ResourceException: com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='ecl_test', password=<hidden>, mechanismProperties=<hidden>}
Error Code: 000
[EL Warning]: metadata: 2024.04.30 10:57:56.555--ServerSession(408388753)--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.
961  [main] INFO  org.mongodb.driver.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync", "version": "5.0.0"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/21.0.2+13-58", "env": {"container": {"orchestrator": "kubernetes"}}} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=MongoCredential{mechanism=null, userName='unknownuser', source='ecl_test', password=<hidden>, mechanismProperties=<hidden>}, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ProvidersCodecRegistry{codecProviders=[MapOfCodecsProvider{codecsMap={class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@2bc9a775, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@27b000f7, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@42f9c19a}}]}, ProvidersCodecRegistry{codecProviders=[DocumentCodecProvider{}]}, ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@64bfd6fd, com.mongodb.Jep395RecordCodecProvider@2ab2710, com.mongodb.KotlinCodecProvider@253b380a]}]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='100 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null}
961  [cluster-ClusterId{value='6630ceb41845410d8f737929', description='null'}-localhost:27017] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=825717}
962  [main] INFO  org.mongodb.driver.cluster - Waiting for server to become available for operation with ID 140. Remaining time: 100 ms. Selector: ReadPreferenceServerSelector{readPreference=primary}, topology description: {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING}].
[EL Severe]: 2024.04.30 10:57:56.565--ServerSession(408388753)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.eis.EISException
Internal Exception: jakarta.resource.ResourceException: com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='ecl_test', password=<hidden>, mechanismProperties=<hidden>}
Error Code: 000
[EL Severe]: ejb: 2024.04.30 10:57:56.565--ServerSession(408388753)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.eis.EISException
Internal Exception: jakarta.resource.ResourceException: com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='ecl_test', password=<hidden>, mechanismProperties=<hidden>}
Error Code: 000
[EL Warning]: metadata: 2024.04.30 10:57:56.584--ServerSession(1277882374)--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.
990  [main] INFO  org.mongodb.driver.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync", "version": "5.0.0"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/21.0.2+13-58", "env": {"container": {"orchestrator": "kubernetes"}}} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=MongoCredential{mechanism=null, userName='unknownuser', source='noexists_db', password=<hidden>, mechanismProperties=<hidden>}, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ProvidersCodecRegistry{codecProviders=[MapOfCodecsProvider{codecsMap={class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@2bc9a775, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@27b000f7, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@42f9c19a}}]}, ProvidersCodecRegistry{codecProviders=[DocumentCodecProvider{}]}, ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@64bfd6fd, com.mongodb.Jep395RecordCodecProvider@2ab2710, com.mongodb.KotlinCodecProvider@253b380a]}]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='100 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null}
991  [cluster-ClusterId{value='6630ceb41845410d8f73792a', description='null'}-localhost:27017] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=659909}
991  [main] INFO  org.mongodb.driver.cluster - Waiting for server to become available for operation with ID 145. Remaining time: 100 ms. Selector: ReadPreferenceServerSelector{readPreference=primary}, topology description: {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING}].
[EL Severe]: 2024.04.30 10:57:56.594--ServerSession(1277882374)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.eis.EISException
Internal Exception: jakarta.resource.ResourceException: com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='noexists_db', password=<hidden>, mechanismProperties=<hidden>}
Error Code: 000
[EL Severe]: ejb: 2024.04.30 10:57:56.594--ServerSession(1277882374)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.eis.EISException
Internal Exception: jakarta.resource.ResourceException: com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='noexists_db', password=<hidden>, mechanismProperties=<hidden>}
Error Code: 000
[EL Warning]: metadata: 2024.04.30 10:57:56.603--ServerSession(461001437)--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.
1008 [main] INFO  org.mongodb.driver.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync", "version": "5.0.0"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/21.0.2+13-58", "env": {"container": {"orchestrator": "kubernetes"}}} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=MongoCredential{mechanism=null, userName='unknownuser', source='noexists_db', password=<hidden>, mechanismProperties=<hidden>}, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ProvidersCodecRegistry{codecProviders=[MapOfCodecsProvider{codecsMap={class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@2bc9a775, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@27b000f7, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@42f9c19a}}]}, ProvidersCodecRegistry{codecProviders=[DocumentCodecProvider{}]}, ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@64bfd6fd, com.mongodb.Jep395RecordCodecProvider@2ab2710, com.mongodb.KotlinCodecProvider@253b380a]}]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='100 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null}
1008 [cluster-ClusterId{value='6630ceb41845410d8f73792b', description='null'}-localhost:27017] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=606073}
1009 [main] INFO  org.mongodb.driver.cluster - Waiting for server to become available for operation with ID 150. Remaining time: 100 ms. Selector: ReadPreferenceServerSelector{readPreference=primary}, topology description: {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING}].
[EL Severe]: 2024.04.30 10:57:56.611--ServerSession(461001437)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.eis.EISException
Internal Exception: jakarta.resource.ResourceException: com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='noexists_db', password=<hidden>, mechanismProperties=<hidden>}
Error Code: 000
[EL Severe]: ejb: 2024.04.30 10:57:56.611--ServerSession(461001437)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404301045): org.eclipse.persistence.eis.EISException
Internal Exception: jakarta.resource.ResourceException: com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='noexists_db', password=<hidden>, mechanismProperties=<hidden>}
Error Code: 000
1050 [main] INFO  org.mongodb.driver.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync", "version": "5.0.0"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/21.0.2+13-58", "env": {"container": {"orchestrator": "kubernetes"}}} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ProvidersCodecRegistry{codecProviders=[MapOfCodecsProvider{codecsMap={class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@2bc9a775, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@27b000f7, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@42f9c19a}}]}, ProvidersCodecRegistry{codecProviders=[DocumentCodecProvider{}]}, ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@64bfd6fd, com.mongodb.Jep395RecordCodecProvider@2ab2710, com.mongodb.KotlinCodecProvider@253b380a]}]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null}
1051 [cluster-ClusterId{value='6630ceb41845410d8f73792c', description='null'}-localhost:27017] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=869637}
1051 [main] INFO  org.mongodb.driver.cluster - Waiting for server to become available for operation with ID 155. Remaining time: 30000 ms. Selector: ReadPreferenceServerSelector{readPreference=primary}, topology description: {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING}].
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.104 s -- in org.eclipse.persistence.testing.tests.jpa.mongo.MongoDatabaseTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.mongo.MongoDatabaseXMLTest
[EL Warning]: metadata: 2024.04.30 10:57:56.694--ServerSession(1485208789)--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.
1100 [main] INFO  org.mongodb.driver.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync", "version": "5.0.0"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/21.0.2+13-58", "env": {"container": {"orchestrator": "kubernetes"}}} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ProvidersCodecRegistry{codecProviders=[MapOfCodecsProvider{codecsMap={class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@2bc9a775, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@27b000f7, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@42f9c19a}}]}, ProvidersCodecRegistry{codecProviders=[DocumentCodecProvider{}]}, ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@64bfd6fd, com.mongodb.Jep395RecordCodecProvider@2ab2710, com.mongodb.KotlinCodecProvider@253b380a]}]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null}
1101 [main] INFO  org.mongodb.driver.cluster - Waiting for server to become available for operation with ID 164. Remaining time: 30000 ms. Selector: ReadPreferenceServerSelector{readPreference=primary}, topology description: {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING}].
1101 [cluster-ClusterId{value='6630ceb41845410d8f73792e', description='null'}-localhost:27017] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=735046}
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.206 s -- in org.eclipse.persistence.testing.tests.jpa.mongo.MongoDatabaseXMLTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:stop-mongo (stop-mongo) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[ERROR] Got some response, should be an error message
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo-test-sources.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.nosql.mongo-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.nosql.mongo-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle >--
[INFO] Building Persistence TestApps - Oracle DB 5.0.0-SNAPSHOT       [129/135]
[INFO]   from jpa/eclipselink.jpa.testapps.oracle/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle ---
[INFO] pom projects not supported, skipping...
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.customfeatures >--
[INFO] Building Test - oracle.customfeatures 5.0.0-SNAPSHOT           [130/135]
[INFO]   from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 3 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/src/main/java/org/eclipse/persistence/testing/models/jpa/customfeatures/Employee.java:[47,5] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/src/main/java/org/eclipse/persistence/testing/models/jpa/customfeatures/Employee.java:[50,35] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/src/main/java/org/eclipse/persistence/testing/models/jpa/customfeatures/Employee.java:[51,35] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/src/main/java/org/eclipse/persistence/testing/models/jpa/customfeatures/Employee.java:[55,5] resultClass() in org.eclipse.persistence.annotations.NamedStoredProcedureQuery has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/src/main/java/org/eclipse/persistence/testing/models/jpa/customfeatures/Employee.java:[58,35] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/src/main/java/org/eclipse/persistence/testing/models/jpa/customfeatures/Employee.java:[59,35] direction() in org.eclipse.persistence.annotations.StoredProcedureParameter has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/src/main/java/org/eclipse/persistence/testing/models/jpa/customfeatures/EmployeeTableCreator.java:[23,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/src/test/java/org/eclipse/persistence/testing/tests/jpa/customfeatures/CustomFeaturesTest.java:[58,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures-test-sources.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.customfeatures-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.customfeatures-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.customfeatures ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/target/org.eclipse.persistence.jpa.testapps.oracle.customfeatures.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.dcn >--
[INFO] Building Test - oracle.dcn 5.0.0-SNAPSHOT                      [131/135]
[INFO]   from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn-test-sources.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.dcn-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.dcn-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.dcn ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/target/org.eclipse.persistence.jpa.testapps.oracle.dcn.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.partitioned >--
[INFO] Building Test - oracle.partitioned 5.0.0-SNAPSHOT              [132/135]
[INFO]   from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/src/main/resources
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/src/test/java/org/eclipse/persistence/testing/tests/jpa/partitioned/wls/GridLinkPartitionedTest.java:[25,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned-test-sources.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.partitioned-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.partitioned-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.partitioned ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/target/org.eclipse.persistence.jpa.testapps.oracle.partitioned.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.plsql >--
[INFO] Building Test - oracle.plsql 5.0.0-SNAPSHOT                    [133/135]
[INFO]   from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 7 source files with javac [debug deprecation release 17] to target/classes
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/src/test/java/org/eclipse/persistence/testing/tests/jpa/plsql/PLSQLTest.java:[61,18] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/src/test/java/org/eclipse/persistence/testing/tests/jpa/plsql/XMLPLSQLTest.java:[38,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql-test-sources.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.plsql-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.plsql-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.plsql ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/target/org.eclipse.persistence.jpa.testapps.oracle.plsql.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication >--
[INFO] Building Test - oracle.proxyauthentication 5.0.0-SNAPSHOT      [134/135]
[INFO]   from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 5 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/main/java/org/eclipse/persistence/testing/models/jpa/proxyauthentication/EmployeeTableCreator.java:[23,16] possible 'this' escape before subclass is fully initialized
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/main/java/org/eclipse/persistence/testing/models/jpa/proxyauthentication/PhoneNumberTableCreator.java:[23,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.java:[257,56] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.java:[258,56] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.java:[259,56] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTest.java:[260,56] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationServerTest.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/src/test/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationServerTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-test-sources.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Not generating persistence.xml...
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication_ejb.jar
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/target/org.eclipse.persistence.jpa.testapps.oracle.proxyauthentication.jar
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.oracle.timestamptz >--
[INFO] Building Test - oracle.timestamptz 5.0.0-SNAPSHOT              [135/135]
[INFO]   from jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 2 source files with javac [debug deprecation release 17] to target/classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/src/main/java/org/eclipse/persistence/testing/models/jpa/timestamptz/TimestampTableCreator.java:[25,16] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 1 source file with javac [debug deprecation release 17] to target/test-classes
[WARNING] /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/src/test/java/org/eclipse/persistence/testing/tests/jpa/timestamptz/TimeStampTZTest.java:[35,18] possible 'this' escape before subclass is fully initialized
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz-test-sources.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 17 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.timestamptz-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/bom.json
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.oracle.timestamptz-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz_ejb.jar
[INFO] Copying 1 resource
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.oracle.timestamptz ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/target/org.eclipse.persistence.jpa.testapps.oracle.timestamptz.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for EclipseLink Parent 5.0.0-SNAPSHOT:
[INFO] 
[INFO] EclipseLink Parent ................................. SUCCESS [ 11.252 s]
[INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 29.008 s]
[INFO] EclipseLink Core ................................... SUCCESS [ 26.495 s]
[INFO] EclipseLink JSON Extension ......................... SUCCESS [  0.542 s]
[INFO] EclipseLink Oracle Extension ....................... SUCCESS [  1.051 s]
[INFO] EclipseLink Core Test Framework .................... SUCCESS [  1.451 s]
[INFO] EclipseLink PostgreSQL Extension ................... SUCCESS [  0.390 s]
[INFO] EclipseLink MOXy ................................... SUCCESS [ 13.406 s]
[INFO] EclipseLink JPA .................................... SUCCESS [  5.817 s]
[INFO] EclipseLink JPA Test Framework ..................... SUCCESS [  0.457 s]
[INFO] EclipseLink JPA Model Generator .................... SUCCESS [  5.587 s]
[INFO] EclipseLink JPA-RS Server .......................... SUCCESS [  1.180 s]
[INFO] EclipseLink JPA-RS ................................. SUCCESS [  8.061 s]
[INFO] EclipseLink Core Test .............................. SUCCESS [ 39.856 s]
[INFO] EclipseLink CORBA Extension ........................ SUCCESS [  9.913 s]
[INFO] EclipseLink Extension .............................. SUCCESS [  4.065 s]
[INFO] EclipseLink NoSQL Extension ........................ SUCCESS [  1.403 s]
[INFO] EclipseLink MOXy XJC ............................... SUCCESS [  0.340 s]
[INFO] EclipseLink DBWS ................................... SUCCESS [  3.918 s]
[INFO] EclipseLink SDO .................................... SUCCESS [  6.639 s]
[INFO] EclipseLink DBWS Builder ........................... SUCCESS [  1.660 s]
[INFO] EclipseLink Package Rename Utility ................. SUCCESS [  0.135 s]
[INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [  2.374 s]
[INFO] EclipseLink Bundles Parent ......................... SUCCESS [  0.070 s]
[INFO] EclipseLink Bundles MOXy standalone ................ SUCCESS [  0.622 s]
[INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) ..... SUCCESS [ 49.731 s]
[INFO] EclipseLink Bundles tests .......................... SUCCESS [  7.792 s]
[INFO] EclipseLink Test Server Parent ..................... SUCCESS [  4.683 s]
[INFO] EclipseLink JPA Test ............................... SUCCESS [ 12.213 s]
[INFO] EclipseLink Bundles Other .......................... SUCCESS [ 10.943 s]
[INFO] EclipseLink Bundles P2 Site ........................ SUCCESS [  1.836 s]
[INFO] EclipseLink Test Server Parent ..................... SUCCESS [  4.460 s]
[INFO] EclipseLink SDO Test Server ........................ SUCCESS [  7.785 s]
[INFO] EclipseLink JPA JSE Test ........................... SUCCESS [ 57.948 s]
[INFO] EclipseLink JPA Spring Test ........................ SUCCESS [  8.302 s]
[INFO] EclipseLink JPA WDF Test ........................... SUCCESS [  1.410 s]
[INFO] EclipseLink Oracle Extension Test .................. SUCCESS [  1.420 s]
[INFO] EclipseLink DBWS Test Oracle ....................... SUCCESS [  0.588 s]
[INFO] EclipseLink DBWS Builder Test Oracle ............... SUCCESS [  1.279 s]
[INFO] EclipseLink DBWS Builder Test Oracle Server ........ SUCCESS [  4.756 s]
[INFO] EclipseLink Package Signature Compare Utility ...... SUCCESS [  0.241 s]
[INFO] Persistence TestApps ............................... SUCCESS [  0.396 s]
[INFO] Test - advanced .................................... SUCCESS [01:05 min]
[INFO] Test - advanced2 ................................... SUCCESS [  9.024 s]
[INFO] Test - advanced.additionalcriteria ................. SUCCESS [  3.292 s]
[INFO] Test - cacheable ................................... SUCCESS [  5.271 s]
[INFO] Test - advanced.fetchgroup ......................... SUCCESS [  3.120 s]
[INFO] Test - metamodel ................................... SUCCESS [  3.932 s]
[INFO] Test - xml.cacheable ............................... SUCCESS [  4.207 s]
[INFO] Test - advanced.cacheimpl .......................... SUCCESS [  4.461 s]
[INFO] Test - advanced.cascadepersist ..................... SUCCESS [  2.965 s]
[INFO] Test - advanced.compositepk ........................ SUCCESS [  4.613 s]
[INFO] Test - advanced.derivedid .......................... SUCCESS [  4.782 s]
[INFO] Test - advanced.customer ........................... SUCCESS [  3.172 s]
[INFO] Test - advanced.embeddable ......................... SUCCESS [  3.497 s]
[INFO] Test - advanced.multitenant ........................ SUCCESS [  5.206 s]
[INFO] Test - beanvalidation .............................. SUCCESS [  3.524 s]
[INFO] Test - beanvalidation.dynamic ...................... SUCCESS [  3.478 s]
[INFO] Test - cascadedeletes .............................. SUCCESS [  3.405 s]
[INFO] Test - complexaggregate ............................ SUCCESS [  3.604 s]
[INFO] Test - composite.advanced.common ................... SUCCESS [  0.491 s]
[INFO] Test - composite.advanced.member_1 ................. SUCCESS [  0.381 s]
[INFO] Test - composite.advanced.member_2 ................. SUCCESS [  0.469 s]
[INFO] Test - composite.advanced.member_3 ................. SUCCESS [  0.380 s]
[INFO] Test - composite.advanced .......................... SUCCESS [ 16.219 s]
[INFO] Test - advanced.inheritance ........................ SUCCESS [  9.272 s]
[INFO] Test - advanced.inherited .......................... SUCCESS [  6.872 s]
[INFO] Test - criteria .................................... SUCCESS [ 14.546 s]
[INFO] Test - datatypes ................................... SUCCESS [  3.293 s]
[INFO] Test - datetime .................................... SUCCESS [  3.180 s]
[INFO] Test - ddlgeneration ............................... SUCCESS [  6.242 s]
[INFO] Test - lob ......................................... SUCCESS [  3.503 s]
[INFO] Test - delimited ................................... SUCCESS [  3.893 s]
[INFO] Test - diagnostic .................................. SUCCESS [  3.137 s]
[INFO] Test - extensibility ............................... SUCCESS [  3.118 s]
[INFO] Test - fetchgroups ................................. SUCCESS [ 10.037 s]
[INFO] Test - fieldaccess.advanced ........................ SUCCESS [ 14.790 s]
[INFO] Test - fieldaccess.relationships ................... SUCCESS [  4.300 s]
[INFO] Test - identity .................................... SUCCESS [  3.010 s]
[INFO] Test - jpaadvancedproperties ....................... SUCCESS [  3.474 s]
[INFO] Test - relationships ............................... SUCCESS [  4.791 s]
[INFO] Test - jpql ........................................ SUCCESS [ 21.031 s]
[INFO] Test - jta ......................................... SUCCESS [  0.471 s]
[INFO] Test - performance ................................. SUCCESS [  1.968 s]
[INFO] Test - memory ...................................... SUCCESS [  1.847 s]
[INFO] Test - metamodel.aspectj ........................... SUCCESS [  5.198 s]
[INFO] Test - orphanremoval ............................... SUCCESS [  3.517 s]
[INFO] Test - partitioned ................................. SUCCESS [  5.369 s]
[INFO] Test - performance2 ................................ SUCCESS [  1.680 s]
[INFO] Test - Jakarta Persistence 3.2 ..................... SUCCESS [  4.439 s]
[INFO] Test - privateowned ................................ SUCCESS [  3.402 s]
[INFO] Test - pu with spaces .............................. SUCCESS [  2.580 s]
[INFO] Test - remote ...................................... SUCCESS [ 11.053 s]
[INFO] Test - sessionbean ................................. SUCCESS [  0.497 s]
[INFO] Test - sessionbean.ha .............................. SUCCESS [  0.483 s]
[INFO] Test - validation .................................. SUCCESS [  3.027 s]
[INFO] Test - weaving ..................................... SUCCESS [  6.003 s]
[INFO] Test - xml.composite.advanced.common ............... SUCCESS [  0.455 s]
[INFO] Test - xml.composite.advanced.member_1 ............. SUCCESS [  0.390 s]
[INFO] Test - xml.composite.advanced.member_2 ............. SUCCESS [  0.387 s]
[INFO] Test - xml.composite.advanced.member_3 ............. SUCCESS [  0.385 s]
[INFO] Test - xml.composite.advanced ...................... SUCCESS [  4.145 s]
[INFO] Test - xml.advanced ................................ SUCCESS [  4.741 s]
[INFO] Test - xml.extended.advanced ....................... SUCCESS [  5.281 s]
[INFO] Test - xml.extended.advanced.additionalcriteria .... SUCCESS [  3.588 s]
[INFO] Test - xml.extended.advanced.fetchgroup ............ SUCCESS [  3.385 s]
[INFO] Test - xml.extended.complexaggregate ............... SUCCESS [  3.491 s]
[INFO] Test - xml.inheritance ............................. SUCCESS [  3.557 s]
[INFO] Test - xml.extended.inheritance .................... SUCCESS [  3.797 s]
[INFO] Test - xml.relationships ........................... SUCCESS [  4.240 s]
[INFO] Test - xml.extended.relationships .................. SUCCESS [  4.226 s]
[INFO] Test - xml.extended.composite.advanced.member_1 .... SUCCESS [  0.446 s]
[INFO] Test - xml.extended.composite.advanced.member_2 .... SUCCESS [  0.435 s]
[INFO] Test - xml.extended.composite.advanced.member_3 .... SUCCESS [  0.448 s]
[INFO] Test - xml.extended.composite.advanced ............. SUCCESS [  4.592 s]
[INFO] Test - xml.merge.advanced .......................... SUCCESS [  4.010 s]
[INFO] Test - xml.merge.incompletemappings.nonowning ...... SUCCESS [  3.515 s]
[INFO] Test - xml.merge.incompletemappings.owning ......... SUCCESS [  3.454 s]
[INFO] Test - xml.merge.inherited ......................... SUCCESS [  3.684 s]
[INFO] Test - xml.merge.relationships ..................... SUCCESS [  3.585 s]
[INFO] Test - xml.advanced.multitenant .................... SUCCESS [  4.628 s]
[INFO] Test - xml.inherited ............................... SUCCESS [  4.510 s]
[INFO] Test - xml.metadatacomplete ........................ SUCCESS [  3.209 s]
[INFO] Test - xml.relationships.unidirectional ............ SUCCESS [  3.510 s]
[INFO] Test - xml.xmlmetadatacomplete ..................... SUCCESS [  3.134 s]
[INFO] Test - nativeapi ................................... SUCCESS [  0.512 s]
[INFO] Persistence TestApps - NoSQL ....................... SUCCESS [  0.291 s]
[INFO] Test - nosql.mongo ................................. SUCCESS [  4.415 s]
[INFO] Persistence TestApps - Oracle DB ................... SUCCESS [  0.482 s]
[INFO] Test - oracle.customfeatures ....................... SUCCESS [  0.744 s]
[INFO] Test - oracle.dcn .................................. SUCCESS [  0.760 s]
[INFO] Test - oracle.partitioned .......................... SUCCESS [  0.716 s]
[INFO] Test - oracle.plsql ................................ SUCCESS [  0.743 s]
[INFO] Test - oracle.proxyauthentication .................. SUCCESS [  0.757 s]
[INFO] Test - oracle.timestamptz .......................... SUCCESS [  0.693 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12:52 min
[INFO] Finished at: 2024-04-30T10:58:02Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (NoSQL tests)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ etc/jenkins/test_nosql.sh
-[ EclipseLink Test NoSQL ]-----------------------------------------------------------
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 21.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-21/21.0.2
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] 
[INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.testapps.nosql.mongo >--
[INFO] Building Test - nosql.mongo 5.0.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- checkstyle:3.3.1:check (checkstyle) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] You have 0 Checkstyle violations.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:5.0.0-SNAPSHOT:zip
[INFO] org.eclipse.persistence.parent-5.0.0-SNAPSHOT-test-defaults.zip already unpacked.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-test-report-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-report:5.0.0-SNAPSHOT:zip
[INFO] org.eclipse.persistence.parent-5.0.0-SNAPSHOT-test-report.zip already unpacked.
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-javadoc-resources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:javadoc-resources:5.0.0-SNAPSHOT:zip
[INFO] org.eclipse.persistence.parent-5.0.0-SNAPSHOT-javadoc-resources.zip already unpacked.
[INFO] 
[INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/test-default-properties/el-test.derby.properties
[INFO] Loading /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/test-default-properties/el-testjee.wildfly.properties
[INFO] 
[INFO] --- dependency:3.6.1:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:5.0.0-SNAPSHOT:zip
[INFO] org.eclipse.persistence.parent-5.0.0-SNAPSHOT-common-license.zip already unpacked.
[INFO] 
[INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Copying 4 resources from src/main/resources to target/classes
[INFO] Copying 2 resources from target/license/md to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Nothing to compile - all classes are up to date.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Nothing to compile - all classes are up to date.
[INFO] 
[INFO] --- dependency:3.6.1:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:start-mongo (start-mongo) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[EL Warning]: metadata: 2024.04.30 10:58:09.516--ServerSession(1031061344)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:58:09.969--ServerSession(1238616099)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[INFO] Running org.eclipse.persistence.testing.tests.jpa.mongo.MongoDatabaseTest
[EL Warning]: metadata: 2024.04.30 10:58:10.244--ServerSession(1627781283)--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.
336  [main] INFO  org.mongodb.driver.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync", "version": "5.0.0"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/21.0.2+13-58", "env": {"container": {"orchestrator": "kubernetes"}}} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ProvidersCodecRegistry{codecProviders=[MapOfCodecsProvider{codecsMap={class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@1be59f28, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@2ce45a7b, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@153d4abb}}]}, ProvidersCodecRegistry{codecProviders=[DocumentCodecProvider{}]}, ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@6d4c273c, com.mongodb.Jep395RecordCodecProvider@5a67e962, com.mongodb.KotlinCodecProvider@545e57d7]}]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null}
353  [cluster-ClusterId{value='6630cec22f21de5545eb0bb1', description='null'}-localhost:27017] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=16502185}
850  [main] INFO  org.mongodb.driver.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync", "version": "5.0.0"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/21.0.2+13-58", "env": {"container": {"orchestrator": "kubernetes"}}} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@6d4c273c, com.mongodb.Jep395RecordCodecProvider@5a67e962, com.mongodb.KotlinCodecProvider@545e57d7]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null}
850  [cluster-ClusterId{value='6630cec22f21de5545eb0bf0', description='null'}-localhost:27017] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=944070}
[EL Warning]: metadata: 2024.04.30 10:58:10.967--ServerSession(1966787205)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.mongo.Buyer] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey.
[EL Warning]: metadata: 2024.04.30 10:58:10.986--ServerSession(2055276126)--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.
886  [main] INFO  org.mongodb.driver.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync", "version": "5.0.0"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/21.0.2+13-58", "env": {"container": {"orchestrator": "kubernetes"}}} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=MongoCredential{mechanism=null, userName='unknownuser', source='ecl_test', password=<hidden>, mechanismProperties=<hidden>}, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ProvidersCodecRegistry{codecProviders=[MapOfCodecsProvider{codecsMap={class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@1be59f28, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@2ce45a7b, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@153d4abb}}]}, ProvidersCodecRegistry{codecProviders=[DocumentCodecProvider{}]}, ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@6d4c273c, com.mongodb.Jep395RecordCodecProvider@5a67e962, com.mongodb.KotlinCodecProvider@545e57d7]}]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='100 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null}
886  [cluster-ClusterId{value='6630cec22f21de5545eb0bf1', description='null'}-localhost:27017] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=797053}
890  [main] INFO  org.mongodb.driver.cluster - Waiting for server to become available for operation with ID 135. Remaining time: 100 ms. Selector: ReadPreferenceServerSelector{readPreference=primary}, topology description: {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING}].
[EL Severe]: 2024.04.30 10:58:11.016--ServerSession(2055276126)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404301030): org.eclipse.persistence.eis.EISException
Internal Exception: jakarta.resource.ResourceException: com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='ecl_test', password=<hidden>, mechanismProperties=<hidden>}
Error Code: 000
[EL Severe]: ejb: 2024.04.30 10:58:11.016--ServerSession(2055276126)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404301030): org.eclipse.persistence.eis.EISException
Internal Exception: jakarta.resource.ResourceException: com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='ecl_test', password=<hidden>, mechanismProperties=<hidden>}
Error Code: 000
[EL Warning]: metadata: 2024.04.30 10:58:11.025--ServerSession(2050360660)--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.
923  [main] INFO  org.mongodb.driver.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync", "version": "5.0.0"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/21.0.2+13-58", "env": {"container": {"orchestrator": "kubernetes"}}} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=MongoCredential{mechanism=null, userName='unknownuser', source='ecl_test', password=<hidden>, mechanismProperties=<hidden>}, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ProvidersCodecRegistry{codecProviders=[MapOfCodecsProvider{codecsMap={class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@1be59f28, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@2ce45a7b, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@153d4abb}}]}, ProvidersCodecRegistry{codecProviders=[DocumentCodecProvider{}]}, ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@6d4c273c, com.mongodb.Jep395RecordCodecProvider@5a67e962, com.mongodb.KotlinCodecProvider@545e57d7]}]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='100 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null}
923  [cluster-ClusterId{value='6630cec32f21de5545eb0bf2', description='null'}-localhost:27017] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=725370}
923  [main] INFO  org.mongodb.driver.cluster - Waiting for server to become available for operation with ID 140. Remaining time: 100 ms. Selector: ReadPreferenceServerSelector{readPreference=primary}, topology description: {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING}].
[EL Severe]: 2024.04.30 10:58:11.035--ServerSession(2050360660)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404301030): org.eclipse.persistence.eis.EISException
Internal Exception: jakarta.resource.ResourceException: com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='ecl_test', password=<hidden>, mechanismProperties=<hidden>}
Error Code: 000
[EL Severe]: ejb: 2024.04.30 10:58:11.035--ServerSession(2050360660)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404301030): org.eclipse.persistence.eis.EISException
Internal Exception: jakarta.resource.ResourceException: com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='ecl_test', password=<hidden>, mechanismProperties=<hidden>}
Error Code: 000
[EL Warning]: metadata: 2024.04.30 10:58:11.054--ServerSession(1406221524)--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.
951  [main] INFO  org.mongodb.driver.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync", "version": "5.0.0"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/21.0.2+13-58", "env": {"container": {"orchestrator": "kubernetes"}}} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=MongoCredential{mechanism=null, userName='unknownuser', source='noexists_db', password=<hidden>, mechanismProperties=<hidden>}, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ProvidersCodecRegistry{codecProviders=[MapOfCodecsProvider{codecsMap={class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@1be59f28, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@2ce45a7b, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@153d4abb}}]}, ProvidersCodecRegistry{codecProviders=[DocumentCodecProvider{}]}, ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@6d4c273c, com.mongodb.Jep395RecordCodecProvider@5a67e962, com.mongodb.KotlinCodecProvider@545e57d7]}]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='100 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null}
952  [main] INFO  org.mongodb.driver.cluster - Waiting for server to become available for operation with ID 145. Remaining time: 100 ms. Selector: ReadPreferenceServerSelector{readPreference=primary}, topology description: {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING}].
952  [cluster-ClusterId{value='6630cec32f21de5545eb0bf3', description='null'}-localhost:27017] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=732579}
[EL Severe]: 2024.04.30 10:58:11.063--ServerSession(1406221524)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404301030): org.eclipse.persistence.eis.EISException
Internal Exception: jakarta.resource.ResourceException: com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='noexists_db', password=<hidden>, mechanismProperties=<hidden>}
Error Code: 000
[EL Severe]: ejb: 2024.04.30 10:58:11.063--ServerSession(1406221524)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404301030): org.eclipse.persistence.eis.EISException
Internal Exception: jakarta.resource.ResourceException: com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='noexists_db', password=<hidden>, mechanismProperties=<hidden>}
Error Code: 000
[EL Warning]: metadata: 2024.04.30 10:58:11.072--ServerSession(1433976386)--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.
969  [main] INFO  org.mongodb.driver.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync", "version": "5.0.0"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/21.0.2+13-58", "env": {"container": {"orchestrator": "kubernetes"}}} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=MongoCredential{mechanism=null, userName='unknownuser', source='noexists_db', password=<hidden>, mechanismProperties=<hidden>}, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ProvidersCodecRegistry{codecProviders=[MapOfCodecsProvider{codecsMap={class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@1be59f28, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@2ce45a7b, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@153d4abb}}]}, ProvidersCodecRegistry{codecProviders=[DocumentCodecProvider{}]}, ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@6d4c273c, com.mongodb.Jep395RecordCodecProvider@5a67e962, com.mongodb.KotlinCodecProvider@545e57d7]}]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='100 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null}
969  [main] INFO  org.mongodb.driver.cluster - Waiting for server to become available for operation with ID 150. Remaining time: 100 ms. Selector: ReadPreferenceServerSelector{readPreference=primary}, topology description: {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING}].
969  [cluster-ClusterId{value='6630cec32f21de5545eb0bf4', description='null'}-localhost:27017] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=725623}
[EL Severe]: 2024.04.30 10:58:11.080--ServerSession(1433976386)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404301030): org.eclipse.persistence.eis.EISException
Internal Exception: jakarta.resource.ResourceException: com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='noexists_db', password=<hidden>, mechanismProperties=<hidden>}
Error Code: 000
[EL Severe]: ejb: 2024.04.30 10:58:11.081--ServerSession(1433976386)--Exception [EclipseLink-90000] (Eclipse Persistence Services - 5.0.0.v202404301030): org.eclipse.persistence.eis.EISException
Internal Exception: jakarta.resource.ResourceException: com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=SCRAM-SHA-1, userName='unknownuser', source='noexists_db', password=<hidden>, mechanismProperties=<hidden>}
Error Code: 000
1012 [main] INFO  org.mongodb.driver.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync", "version": "5.0.0"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/21.0.2+13-58", "env": {"container": {"orchestrator": "kubernetes"}}} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ProvidersCodecRegistry{codecProviders=[MapOfCodecsProvider{codecsMap={class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@1be59f28, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@2ce45a7b, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@153d4abb}}]}, ProvidersCodecRegistry{codecProviders=[DocumentCodecProvider{}]}, ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@6d4c273c, com.mongodb.Jep395RecordCodecProvider@5a67e962, com.mongodb.KotlinCodecProvider@545e57d7]}]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null}
1013 [main] INFO  org.mongodb.driver.cluster - Waiting for server to become available for operation with ID 155. Remaining time: 30000 ms. Selector: ReadPreferenceServerSelector{readPreference=primary}, topology description: {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING}].
1013 [cluster-ClusterId{value='6630cec32f21de5545eb0bf5', description='null'}-localhost:27017] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=846007}
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.060 s -- in org.eclipse.persistence.testing.tests.jpa.mongo.MongoDatabaseTest
[INFO] Running org.eclipse.persistence.testing.tests.jpa.mongo.MongoDatabaseXMLTest
[EL Warning]: metadata: 2024.04.30 10:58:11.159--ServerSession(646410842)--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.
1056 [main] INFO  org.mongodb.driver.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync", "version": "5.0.0"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.2.9-300.fc38.x86_64"}, "platform": "Java/Oracle Corporation/21.0.2+13-58", "env": {"container": {"orchestrator": "kubernetes"}}} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, transportSettings=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ProvidersCodecRegistry{codecProviders=[MapOfCodecsProvider{codecsMap={class java.sql.Timestamp=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimestampCodec@1be59f28, class java.sql.Time=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$TimeCodec@2ce45a7b, class java.sql.Date=org.eclipse.persistence.internal.nosql.adapters.mongo.MongoCodecs$DateCodec@153d4abb}}]}, ProvidersCodecRegistry{codecProviders=[DocumentCodecProvider{}]}, ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@6d4c273c, com.mongodb.Jep395RecordCodecProvider@5a67e962, com.mongodb.KotlinCodecProvider@545e57d7]}]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null}
1057 [main] INFO  org.mongodb.driver.cluster - Waiting for server to become available for operation with ID 164. Remaining time: 30000 ms. Selector: ReadPreferenceServerSelector{readPreference=primary}, topology description: {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING}].
1057 [cluster-ClusterId{value='6630cec32f21de5545eb0bf7', description='null'}-localhost:27017] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=21, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=746119}
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.180 s -- in org.eclipse.persistence.testing.tests.jpa.mongo.MongoDatabaseXMLTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:stop-mongo (stop-mongo) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[ERROR] Got some response, should be an error message
[INFO] 
[INFO] --- source:3.3.0:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo-sources.jar
[INFO] 
[INFO] --- source:3.3.0:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo-test-sources.jar
[INFO] 
[INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] CycloneDX: Resolving Dependencies
[INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s)
[INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/bom.xml
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.nosql.mongo-5.0.0-SNAPSHOT-cyclonedx.xml
[INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/bom.json
[WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
[INFO]            attaching as org.eclipse.persistence.jpa.testapps.nosql.mongo-5.0.0-SNAPSHOT-cyclonedx.json
[INFO] 
[INFO] --- eclipselink-testbuild:1.1.0:package-testapp (package-server-tests) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Generating persistence.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/eclipselink-packager/generated/META-INF/persistence.xml
[INFO] Generating ejb-jar.xml to: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/eclipselink-packager/generated/META-INF/ejb-jar.xml
[INFO] Copying 2 resources
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo_ejb.jar
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo.ear
[INFO] 
[INFO] --- jar:3.3.0:jar (jar) @ org.eclipse.persistence.jpa.testapps.nosql.mongo ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/target/org.eclipse.persistence.jpa.testapps.nosql.mongo.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.429 s
[INFO] Finished at: 2024-04-30T10:58:13Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (LRG Server tests (Wildfly))
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ etc/jenkins/test_server.sh
-[ EclipseLink Continuous Build -> No server tests]-------------------------------
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Prepare to nightly)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ etc/jenkins/prepare_nightly.sh
-[ EclipseLink Nightly Build Preparation ]-----------------------------------------------------------
-[ EclipseLink Continuous Build -> No preparing any artifacts]-------------------------------
[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-9zMhL7ffTB8S/agent.336
SSH_AGENT_PID=338
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/eclipselink-cb-master@tmp/private_key_2892822054403256850.key (/home/jenkins/agent/workspace/eclipselink-cb-master@tmp/private_key_2892822054403256850.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 338 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] { (Declarative: Post Actions)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
Processing file: bundles/**/target/surefire-reports/*.xml,bundles/**/target/failsafe-reports/*.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: dbws/**/target/surefire-reports/*.xml,dbws/**/target/failsafe-reports/*.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: foundation/**/target/surefire-reports/*.xml,foundation/**/target/failsafe-reports/*.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: jpa/**/target/surefire-reports/*.xml,jpa/**/target/failsafe-reports/*.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: moxy/**/target/surefire-reports/*.xml,moxy/**/target/failsafe-reports/*.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: sdo/**/target/surefire-reports/*.xml,sdo/**/target/failsafe-reports/*.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // retry
[Pipeline] echo
Processing file: utils/**/target/surefire-reports/*.xml,utils/**/target/failsafe-reports/*.xml
[Pipeline] retry
[Pipeline] {
[Pipeline] junit
Recording test results
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] recordIssues
[SpotBugs] Using default pattern '**/spotbugsXml.xml' since user defined pattern is not set
[SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/eclipselink-cb-master' that match the pattern '**/spotbugsXml.xml'
[SpotBugs] Traversing of symbolic links: enabled
[SpotBugs] -> found 22 files
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/spotbugsXml.xml
[SpotBugs] -> found 60 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'dbws/org.eclipse.persistence.dbws/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/spotbugsXml.xml
[SpotBugs] -> found 24 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.corba/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/spotbugsXml.xml
[SpotBugs] -> found 430 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.core.test.framework/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/spotbugsXml.xml
[SpotBugs] -> found 3448 issues (skipped 2 duplicates)
[SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.core/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/spotbugsXml.xml
[SpotBugs] -> found 3 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.extension/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/spotbugsXml.xml
[SpotBugs] -> found 3 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.json/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/spotbugsXml.xml
[SpotBugs] -> found 59 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.nosql/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/spotbugsXml.xml
[SpotBugs] -> found 74 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.oracle.nosql/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/spotbugsXml.xml
[SpotBugs] -> found 55 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.oracle/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/spotbugsXml.xml
[SpotBugs] -> found 1 issue (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.pgsql/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/spotbugsXml.xml
[SpotBugs] -> found 374 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpa.jpql/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/spotbugsXml.xml
[SpotBugs] -> found 16 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpa.modelgen/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/spotbugsXml.xml
[SpotBugs] -> found 26 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpa.test.framework/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/spotbugsXml.xml
[SpotBugs] -> found 960 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpa/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/spotbugsXml.xml
[SpotBugs] -> found 103 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpars.server/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/spotbugsXml.xml
[SpotBugs] -> found 2 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpars/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/spotbugsXml.xml
[SpotBugs] -> found 2 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'moxy/org.eclipse.persistence.moxy.utils.xjc/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/spotbugsXml.xml
[SpotBugs] -> found 485 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'moxy/org.eclipse.persistence.moxy/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/spotbugsXml.xml
[SpotBugs] -> found 279 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'sdo/org.eclipse.persistence.sdo/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/spotbugsXml.xml
[SpotBugs] -> found 25 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'utils/eclipselink.utils.rename/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/spotbugsXml.xml
[SpotBugs] -> found 12 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'utils/eclipselink.utils.sigcompare/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/spotbugsXml.xml
[SpotBugs] -> found 99 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'utils/org.eclipse.persistence.dbws.builder/target/spotbugsXml.xml'
[SpotBugs] Post processing issues on 'el-master-agent-pod-wlhn7-g8ncg' with source code encoding 'UTF-8'
[SpotBugs] Creating SCM blamer to obtain author and commit information for affected files
[SpotBugs] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[SpotBugs] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/eclipselink-cb-master'
[SpotBugs] -> resolved paths in source directory (1483 found, 0 not found)
[SpotBugs] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[SpotBugs] -> all issues already have a valid module name
[SpotBugs] Resolving package names (or namespaces) by parsing the affected files
[SpotBugs] -> all affected files already have a valid package name
[SpotBugs] No filter has been set, publishing all 6540 issues
[SpotBugs] Creating fingerprints for all affected code blocks to track issues over different builds
[SpotBugs] -> created fingerprints for 0 issues (skipped 6540 issues)
[SpotBugs] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/eclipselink-cb-master/builds/879/files-with-issues'
[SpotBugs] -> 1483 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[SpotBugs] Repository miner is not configured, skipping repository mining
[SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/eclipselink-cb-master' that match the pattern '**/spotbugsXml.xml'
[SpotBugs] Traversing of symbolic links: enabled
[SpotBugs] -> found 22 files
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/dbws/org.eclipse.persistence.dbws/target/spotbugsXml.xml
[SpotBugs] -> found 60 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'dbws/org.eclipse.persistence.dbws/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.corba/target/spotbugsXml.xml
[SpotBugs] -> found 24 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.corba/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core.test.framework/target/spotbugsXml.xml
[SpotBugs] -> found 430 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.core.test.framework/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.core/target/spotbugsXml.xml
[SpotBugs] -> found 3448 issues (skipped 2 duplicates)
[SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.core/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.extension/target/spotbugsXml.xml
[SpotBugs] -> found 3 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.extension/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.json/target/spotbugsXml.xml
[SpotBugs] -> found 3 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.json/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.nosql/target/spotbugsXml.xml
[SpotBugs] -> found 59 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.nosql/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle.nosql/target/spotbugsXml.xml
[SpotBugs] -> found 74 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.oracle.nosql/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.oracle/target/spotbugsXml.xml
[SpotBugs] -> found 55 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.oracle/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/foundation/org.eclipse.persistence.pgsql/target/spotbugsXml.xml
[SpotBugs] -> found 1 issue (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'foundation/org.eclipse.persistence.pgsql/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.jpql/target/spotbugsXml.xml
[SpotBugs] -> found 374 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpa.jpql/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.modelgen/target/spotbugsXml.xml
[SpotBugs] -> found 16 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpa.modelgen/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa.test.framework/target/spotbugsXml.xml
[SpotBugs] -> found 26 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpa.test.framework/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpa/target/spotbugsXml.xml
[SpotBugs] -> found 960 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpa/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars.server/target/spotbugsXml.xml
[SpotBugs] -> found 103 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpars.server/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/jpa/org.eclipse.persistence.jpars/target/spotbugsXml.xml
[SpotBugs] -> found 2 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'jpa/org.eclipse.persistence.jpars/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy.utils.xjc/target/spotbugsXml.xml
[SpotBugs] -> found 2 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'moxy/org.eclipse.persistence.moxy.utils.xjc/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/moxy/org.eclipse.persistence.moxy/target/spotbugsXml.xml
[SpotBugs] -> found 485 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'moxy/org.eclipse.persistence.moxy/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/sdo/org.eclipse.persistence.sdo/target/spotbugsXml.xml
[SpotBugs] -> found 279 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'sdo/org.eclipse.persistence.sdo/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.rename/target/spotbugsXml.xml
[SpotBugs] -> found 25 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'utils/eclipselink.utils.rename/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/utils/eclipselink.utils.sigcompare/target/spotbugsXml.xml
[SpotBugs] -> found 12 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'utils/eclipselink.utils.sigcompare/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/eclipselink-cb-master/utils/org.eclipse.persistence.dbws.builder/target/spotbugsXml.xml
[SpotBugs] -> found 99 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'utils/org.eclipse.persistence.dbws.builder/target/spotbugsXml.xml'
[SpotBugs] Post processing issues on 'el-master-agent-pod-wlhn7-g8ncg' with source code encoding 'UTF-8'
[SpotBugs] Creating SCM blamer to obtain author and commit information for affected files
[SpotBugs] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[SpotBugs] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/eclipselink-cb-master'
[SpotBugs] -> resolved paths in source directory (1483 found, 0 not found)
[SpotBugs] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[SpotBugs] -> all issues already have a valid module name
[SpotBugs] Resolving package names (or namespaces) by parsing the affected files
[SpotBugs] -> all affected files already have a valid package name
[SpotBugs] No filter has been set, publishing all 6540 issues
[SpotBugs] Creating fingerprints for all affected code blocks to track issues over different builds
[SpotBugs] -> created fingerprints for 0 issues (skipped 6540 issues)
[SpotBugs] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/eclipselink-cb-master/builds/879/files-with-issues'
[SpotBugs] -> 1483 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[SpotBugs] Repository miner is not configured, skipping repository mining
[SpotBugs] Reference build recorder is not configured
[SpotBugs] Obtaining reference build from same job (eclipselink-cb-master)
[SpotBugs] Using reference build 'eclipselink-cb-master #878' to compute new, fixed, and outstanding issues
[SpotBugs] Issues delta (vs. reference build): outstanding: 6540, new: 0, fixed: 0
[SpotBugs] No quality gates have been set - skipping
[SpotBugs] Health report is disabled - skipping
[SpotBugs] Created analysis result for 6540 issues (found 0 new issues, fixed 0 issues)
[SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'eclipselink-cb-master #879'.
[Checks API] No suitable checks publisher found.
[Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/eclipselink-cb-master')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 3433 issues (skipped 3790 duplicates)
[Java Compiler] Post processing issues on 'el-master-agent-pod-wlhn7-g8ncg' with source code encoding 'UTF-8'
[Java Compiler] Creating SCM blamer to obtain author and commit information for affected files
[Java Compiler] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[Java Compiler] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/eclipselink-cb-master'
[Java Compiler] -> resolved paths in source directory (1518 found, 0 not found)
[Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Java Compiler] -> resolved module names for 3433 issues
[Java Compiler] Resolving package names (or namespaces) by parsing the affected files
[Java Compiler] -> resolved package names of 1518 affected files
[Java Compiler] No filter has been set, publishing all 3433 issues
[Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds
[Java Compiler] -> created fingerprints for 3433 issues (skipped 0 issues)
[Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/eclipselink-cb-master/builds/879/files-with-issues'
[Java Compiler] -> 1349 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Java Compiler] Repository miner is not configured, skipping repository mining
[Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/eclipselink-cb-master')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 3433 issues (skipped 3790 duplicates)
[Java Compiler] Post processing issues on 'el-master-agent-pod-wlhn7-g8ncg' with source code encoding 'UTF-8'
[Java Compiler] Creating SCM blamer to obtain author and commit information for affected files
[Java Compiler] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[Java Compiler] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/eclipselink-cb-master'
[Java Compiler] -> resolved paths in source directory (1518 found, 0 not found)
[Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Java Compiler] -> resolved module names for 3433 issues
[Java Compiler] Resolving package names (or namespaces) by parsing the affected files
[Java Compiler] -> resolved package names of 1518 affected files
[Java Compiler] No filter has been set, publishing all 3433 issues
[Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds
[Java Compiler] -> created fingerprints for 3433 issues (skipped 0 issues)
[Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/eclipselink-cb-master/builds/879/files-with-issues'
[Java Compiler] -> 1349 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Java Compiler] Repository miner is not configured, skipping repository mining
[Java Compiler] Reference build recorder is not configured
[Java Compiler] Obtaining reference build from same job (eclipselink-cb-master)
[Java Compiler] Using reference build 'eclipselink-cb-master #878' to compute new, fixed, and outstanding issues
[Java Compiler] Issues delta (vs. reference build): outstanding: 3433, new: 0, fixed: 0
[Java Compiler] No quality gates have been set - skipping
[Java Compiler] Health report is disabled - skipping
[Java Compiler] Created analysis result for 3433 issues (found 0 new issues, fixed 0 issues)
[Java Compiler] Attaching ResultAction with ID 'java' to build 'eclipselink-cb-master #879'.
[Checks API] No suitable checks publisher found.
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/eclipselink-cb-master')
[JavaDoc] -> found 12 issues (skipped 69 duplicates)
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/eclipselink-cb-master')
[JavaDoc] -> found 12 issues (skipped 69 duplicates)
[JavaDoc] Successfully parsed console log
[JavaDoc] -> found 12 issues (skipped 69 duplicates)
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/eclipselink-cb-master')
[JavaDoc] Post processing issues on 'el-master-agent-pod-wlhn7-g8ncg' with source code encoding 'UTF-8'
[JavaDoc] Creating SCM blamer to obtain author and commit information for affected files
[JavaDoc] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[JavaDoc] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/eclipselink-cb-master'
[JavaDoc] -> resolved paths in source directory (4 found, 0 not found)
[JavaDoc] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[JavaDoc] -> resolved module names for 12 issues
[JavaDoc] Resolving package names (or namespaces) by parsing the affected files
[JavaDoc] -> resolved package names of 4 affected files
[JavaDoc] No filter has been set, publishing all 12 issues
[JavaDoc] Creating fingerprints for all affected code blocks to track issues over different builds
[JavaDoc] -> created fingerprints for 12 issues (skipped 0 issues)
[JavaDoc] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/eclipselink-cb-master/builds/879/files-with-issues'
[JavaDoc] -> 4 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[JavaDoc] Repository miner is not configured, skipping repository mining
[JavaDoc] Successfully parsed console log
[JavaDoc] -> found 12 issues (skipped 69 duplicates)
[JavaDoc] Successfully parsed console log
[JavaDoc] -> found 12 issues (skipped 69 duplicates)
[JavaDoc] Successfully parsed console log
[JavaDoc] -> found 12 issues (skipped 69 duplicates)
[JavaDoc] Successfully parsed console log
[JavaDoc] -> found 12 issues (skipped 69 duplicates)
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/eclipselink-cb-master')
[JavaDoc] Post processing issues on 'el-master-agent-pod-wlhn7-g8ncg' with source code encoding 'UTF-8'
[JavaDoc] Creating SCM blamer to obtain author and commit information for affected files
[JavaDoc] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[JavaDoc] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/eclipselink-cb-master'
[JavaDoc] -> resolved paths in source directory (4 found, 0 not found)
[JavaDoc] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[JavaDoc] -> resolved module names for 12 issues
[JavaDoc] Resolving package names (or namespaces) by parsing the affected files
[JavaDoc] -> resolved package names of 4 affected files
[JavaDoc] No filter has been set, publishing all 12 issues
[JavaDoc] Creating fingerprints for all affected code blocks to track issues over different builds
[JavaDoc] -> created fingerprints for 12 issues (skipped 0 issues)
[JavaDoc] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/eclipselink-cb-master/builds/879/files-with-issues'
[JavaDoc] -> 4 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[JavaDoc] Repository miner is not configured, skipping repository mining
[JavaDoc] Reference build recorder is not configured
[JavaDoc] Obtaining reference build from same job (eclipselink-cb-master)
[JavaDoc] Using reference build 'eclipselink-cb-master #878' to compute new, fixed, and outstanding issues
[JavaDoc] Issues delta (vs. reference build): outstanding: 12, new: 0, fixed: 0
[JavaDoc] No quality gates have been set - skipping
[JavaDoc] Health report is disabled - skipping
[JavaDoc] Created analysis result for 12 issues (found 0 new issues, fixed 0 issues)
[JavaDoc] Attaching ResultAction with ID 'javadoc-warnings' to build 'eclipselink-cb-master #879'.
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS